debugging-systematically
Installation
SKILL.md
Debugging Systematically
Quick Start
- Reproduce - Create reliable reproduction steps, document environment
- Isolate - Binary search to narrow down, create minimal repro case
- Hypothesize - Generate 3+ theories with evidence and test cost
- Test - Design tests to prove/disprove each hypothesis
- Fix & Verify - Write failing test first, implement fix, verify green