debugging-methodology
Installation
SKILL.md
Debugging Methodology
Systematic process for investigating and resolving software defects.
The Debugging Lifecycle
REPRODUCE → ISOLATE → ROOT CAUSE → FIX → VERIFY
Reference Files
| Reference | When to load |
|---|---|
references/reproduction-checklist.md |
You need to reproduce an intermittent or environment-specific failure |
references/root-cause-analysis.md |
You've isolated the symptom and need to trace to root cause |
references/isolation-techniques.md |
You need to narrow down a failure across multiple components |
references/performance-debugging.md |
Investigating latency, memory, or throughput issues |