systematic-debugging
Installation
SKILL.md
Systematic Bug Fixing
A disciplined approach to debugging based on Dan Abramov's methodology. The key insight: without a verifiable reproduction case, any attempted fix is guesswork.
The Process
Step 1: Establish a Reproduction Case
Before attempting ANY fix, create a reliable repro that demonstrates the bug.
A valid repro must specify:
- Actions: Exact steps to trigger the bug
- Expected: What should happen
- Actual: What actually happens