بنقرة واحدة
debug
Debug a bug from an entrypoint or symptom, prove root cause, propose a minimal patch
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Debug a bug from an entrypoint or symptom, prove root cause, propose a minimal patch
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Audit staged, unstaged, or file-scoped changes for bugs, risks, and minimal risk-reducing fixes
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
Propose minimal, safe code improvements without changing behavior
Group current changes into multiple commitlint-compliant commits and apply on confirmation
استنادا إلى تصنيف SOC المهني
| name | debug |
| description | Debug a bug from an entrypoint or symptom, prove root cause, propose a minimal patch |
| argument-hint | [entrypoint] [expected] [actual] [repro] [mode quick|strict] |
Use for root-cause debugging from file, symptom, or error.
Input:
quick default; strict proves end to end.Rules:
rtk <cmd> via the bash tool, never raw command; git status = bad, rtk git status = good.Workflow:
quick, give best evidence-backed hypothesis plus next verification step when proof is incomplete.strict, continue until root cause is proven end to end.Output:
Type "continue" to apply this minimal patch. Anything else cancels.Apply:
Apply only if next reply is exactly continue:
git status --shortgit diff --stat