ワンクリックで
audit
Audit staged, unstaged, or file-scoped changes for bugs, risks, and minimal risk-reducing fixes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit staged, unstaged, or file-scoped changes for bugs, risks, and minimal risk-reducing fixes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | audit |
| description | Audit staged, unstaged, or file-scoped changes for bugs, risks, and minimal risk-reducing fixes |
| argument-hint | staged | changes | <file-path> |
Arg: staged | changes | <file-path>.
If missing: print only Usage: audit staged | audit changes | audit <file-path>; exit.
Scope:
staged: run git diff --cached --stat, then git diff --cachedchanges: run git diff --stat, then git diff<file-path>:
git diff --cached --stat -- <file-path>git diff --cached -- <file-path>git diff --stat -- <file-path>git diff -- <file-path>No changes found for <file-path>. and exitRules:
rtk <cmd> via the bash tool, never raw command; git status = bad, rtk git status = good.any, unsafe castsNone is valid.Output:
Blocking: ...Bugs: ...Risky patterns: ...Missing tests: ...Risk: low | medium | highType 'continue' to apply the fix or anything else to cancel.No changes required. No refactors. No continue text.Generate and optionally apply a Conventional Commit from staged changes
Update the existing PR for the current branch when one exists, otherwise create a draft PR from git diff
Debug a bug from an entrypoint or symptom, prove root cause, propose a minimal patch
Propose minimal, safe code improvements without changing behavior
Group current changes into multiple commitlint-compliant commits and apply on confirmation