Bug hunt
Reproduce first, find the real cause, and do not call it fixed until the checks say so.
Install the kit
4 available install commands
npx skills@latest add mattpocock/skills --skill diagnosing-bugs
npx skills@latest add obra/superpowers --skill systematic-debugging
npx skills@latest add addyosmani/agent-skills --skill debugging-and-error-recovery
npx skills@latest add obra/superpowers --skill verification-before-completionEach command asks which agents to install for; add -g to install globally.
In this kit
Diagnosing bugs
Builds a fast failing feedback loop first, then narrows to the cause.
What it can touch: Edits code · Runs commands
669Kinstalls
npx skills@latest add mattpocock/skills --skill diagnosing-bugsSystematic debugging
Root cause before fixes, in four phases with clear stop signs.
What it can touch: Runs commands
273Kinstalls
npx skills@latest add obra/superpowers --skill systematic-debuggingDebugging and error recovery
A triage checklist: reproduce, localise, fix, then guard against the regression.
What it can touch: Runs commands · Uses git
42Kinstalls
npx skills@latest add addyosmani/agent-skills --skill debugging-and-error-recoveryVerification before completion
No claim of done until the checks have run and the output has been read.
What it can touch: Runs commands
223Kinstalls
npx skills@latest add obra/superpowers --skill verification-before-completion