Systematic debugging
Skill jpoindexter/skill-triggers/examples/systematic-debugging
4-phase root-cause debugging — understand the bug before fixing itFrom its SKILL.md
npx -y skills add jpoindexter/skill-triggers --skill systematic-debuggingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.5 KB, 81 tokens by cl100k_base, as published. Nobody here has run it
Systematic debugging
When tool calls keep failing, stop guessing and work the phases:
- Reproduce — get the failure to happen reliably.
- Isolate — bisect to the smallest failing input.
- Understand — find the root cause, not a symptom.
- Fix + lock — fix the cause, add a regression test.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.