docs: balance skill descriptions · openclaw/openclaw@5867207
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: blacksmith-testbox |
3 | | -description: > |
4 | | - Validate code changes against real CI when local execution is not |
5 | | - enough. Use for CI-parity checks, secrets/services, migrations, or |
6 | | - builds/tests that cannot run reliably on the local machine. Do not |
7 | | - replace repo-documented local test/build loops just because this |
8 | | - skill exists. |
| 3 | +description: Run Blacksmith Testbox for CI-parity checks, secrets, hosted services, migrations, or builds local cannot reproduce. |
9 | 4 | --- |
10 | 5 | |
11 | 6 | # Blacksmith Testbox |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-ghsa-maintainer |
3 | | -description: Maintainer workflow for OpenClaw GitHub Security Advisories (GHSA). Use when Codex needs to inspect, patch, validate, or publish a repo advisory, verify private-fork state, prepare advisory Markdown or JSON payloads safely, handle GHSA API-specific publish constraints, or confirm advisory publish success. |
| 3 | +description: Inspect, patch, validate, publish, or confirm OpenClaw GHSA security advisories and private-fork state. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw GHSA Maintainer |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-parallels-smoke |
3 | | -description: End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels. |
| 3 | +description: Run, rerun, debug, or interpret OpenClaw Parallels install, onboarding, gateway smoke, and upgrade checks. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Parallels Smoke |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-pr-maintainer |
3 | | -description: Maintainer workflow for reviewing, triaging, preparing, closing, or landing OpenClaw pull requests and related issues. Use when Codex needs to validate bug-fix claims, search for related issues or PRs, apply or recommend close/reason labels, prepare GitHub comments safely, check review-thread follow-up, or perform maintainer-style PR decision making before merge or closure. |
| 3 | +description: Review, triage, close, label, comment on, or land OpenClaw PRs/issues with maintainer evidence checks. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw PR Maintainer |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-qa-testing |
3 | | -description: Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy. |
| 3 | +description: Run, watch, debug, extend, or explain OpenClaw qa-lab and qa-channel scenarios, artifacts, and live lanes. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw QA Testing |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-release-maintainer |
3 | | -description: Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts. |
| 3 | +description: Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Release Maintainer |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-secret-scanning-maintainer |
3 | | -description: Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content. |
| 3 | +description: Triage, redact, clean up, and resolve OpenClaw GitHub Secret Scanning alerts in issues or PRs. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Secret Scanning Maintainer |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-test-heap-leaks |
3 | | -description: Investigate `pnpm test` memory growth, Vitest worker OOMs, and suspicious RSS increases in OpenClaw using the `scripts/test-parallel.mjs` heap snapshot tooling. Use when Codex needs to reproduce test-lane memory growth, collect repeated `.heapsnapshot` files, compare snapshots from the same worker PID, triage likely transformed-module retention versus likely runtime leaks, and fix or reduce the impact by patching cleanup logic or isolating hotspot tests. |
| 3 | +description: Investigate OpenClaw pnpm test memory growth, Vitest OOMs, RSS spikes, and heap snapshot deltas. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Test Heap Leaks |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: openclaw-test-performance |
3 | | -description: Benchmark, diagnose, and optimize OpenClaw test performance without losing coverage. Use when Codex needs to reassess `pnpm test`, compare grouped Vitest reports, identify CPU/memory/import hotspots, fix slow tests or cold runtime paths, preserve behavior proofs, update the performance report, add AGENTS guardrails, and make scoped commits/pushes for OpenClaw test-speed work. |
| 3 | +description: Benchmark, diagnose, and optimize OpenClaw test runtime, import hotspots, CPU/RSS, and slow coverage paths. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Test Performance |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: optimizetests |
3 | | -description: Optimize OpenClaw test runtime end to end. Use when the user asks for /optimizetests, slow-test review, import optimization, deduping tests, moving misplaced core coverage to extensions, or reducing CI/test wall time without adding shards or dropping coverage. |
| 3 | +description: Optimize OpenClaw slow tests, imports, misplaced coverage, and CI wall time without dropping coverage. |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # Optimize Tests |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。