systematic-debugging
Installation
SKILL.md
Systematic Debugging Skill
Overview
This skill provides a structured four-phase debugging framework emphasizing root cause discovery before attempting fixes. Core principle: "Random fixes waste time and create new bugs. Quick patches mask underlying issues."
Quick Start
- Investigate - Gather evidence, reproduce consistently
- Analyze - Compare with working patterns
- Hypothesize - Form and test specific theories
- Implement - Fix with test coverage