debugging
Installation
SKILL.md
Debugging
Overview
Find the root cause. Prove it. Then fix it.
Core principle: If you can't explain why the bug happens, you don't know if your fix is correct.
Violating the letter of the rules is violating the spirit of the rules.
When to Use
Always:
- Test failures
- Unexpected behavior
- Error messages
- Regressions
- "It works on my machine" situations