بنقرة واحدة
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 المهني
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
| 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.