common-debugging
Installation
SKILL.md
Debugging Expert
Priority: P1 (OPERATIONAL)
Scientific Method
- OBSERVE: Gather data. What exactly happening?
- Logs, Stack Traces, Screenshots, Steps to Reproduce.
- HYPOTHESIZE: Formulate theory. "I think X causing Y because Z."
- EXPERIMENT: Test theory.
- Create reproduction case.
- Change one variable at time to validate hypothesis.
- FIX: Implement solution once root cause proven.
- VERIFY: Ensure fix works and doesn't introduce regressions.