Reproduces, isolates, and fixes bugs with minimal scope. Useful when a specific bug has reliable reproduction steps or a failing test needs root cause analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/debugging-diagnostics:bug-huntThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Locate and fix the root cause of a bug with minimal scope. A correct fix beats a fast guess.
Locate and fix the root cause of a bug with minimal scope. A correct fix beats a fast guess.
For complex, persistent, or multi-component bugs, use systematic-debugging instead.
Root cause: <what caused the bug>
Fix: <what was changed and where>
Verification: <how the fix was confirmed>
Residual risk: <any edge cases not covered>
npx claudepluginhub yeaight7/agent-powerups --plugin debugging-diagnosticsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.