fix(claude): point audit references at /check

This commit is contained in:
2026-05-26 22:34:05 +02:00
parent 9f6d9bf8c8
commit 1a6ed4ab10
+3 -3
View File
@@ -1,11 +1,11 @@
--- ---
name: audit name: audit
description: Run a deep, multi-lens review of existing code state (not a diff). Launches six specialized review agents in parallel - reuse, quality, efficiency, errors, api, bugs - then validates each finding before presenting. Optional scope (`/audit path/ path2/`) and optional lens subset (`/audit --lenses reuse,bugs`). Opt-in lenses for docs, tests, security, a11y, deps. Use when the user asks for a full review, deep review, codebase audit, cleanup pass, retrospective review, tech-debt sweep, or otherwise wants to surface issues across landed code - even if they say "clean up the project" or "look over the repo" without using the word "audit". Do NOT use for reviewing in-flight work (use /simplify), PR review (use /review or /code-review), or security-only review (use /security-review). description: Run a deep, multi-lens review of existing code state (not a diff). Launches six specialized review agents in parallel (reuse, quality, efficiency, errors, api, bugs), then validates each finding before presenting. Optional scope (`/audit path/ path2/`) and optional lens subset (`/audit --lenses reuse,bugs`). Opt-in lenses for docs, tests, security, a11y, deps. Use when the user asks for a full review, deep review, codebase audit, cleanup pass, retrospective review, tech-debt sweep, or otherwise wants to surface issues across landed code, even if they say "clean up the project" or "look over the repo" without using the word "audit". Do NOT use for reviewing in-flight work (use /check), PR review (use /review or /code-review), or security-only review (use /security-review).
--- ---
# /audit: Retrospective multi-lens codebase review # /audit: Retrospective multi-lens codebase review
`/simplify` reviews a diff; `/audit` reviews current file state. Use it when issues may have accumulated before a review gate existed, when rolling onto an unfamiliar codebase, or when the user wants a deliberate "what's lurking?" sweep. `/check` reviews a diff. `/audit` reviews current file state. Use it when issues may have accumulated before a review gate existed, when rolling onto an unfamiliar codebase, or when the user wants a deliberate "what's lurking?" sweep.
## Invocation ## Invocation
@@ -241,7 +241,7 @@ All lens agents run in parallel (single message, multiple `Agent` tool uses). Si
## When NOT to use this skill ## When NOT to use this skill
- **Reviewing in-flight work** → `/simplify` against the diff. - **Reviewing in-flight work** → `/check` against the diff.
- **PR review** → `/review` (built-in) or `/code-review:code-review` if that plugin is installed. - **PR review** → `/review` (built-in) or `/code-review:code-review` if that plugin is installed.
- **Security-only audit of a diff** → `/security-review`. - **Security-only audit of a diff** → `/security-review`.
- **Back-to-back on the same code** → re-runs produce sharply diminishing returns. - **Back-to-back on the same code** → re-runs produce sharply diminishing returns.