What problem does it solve?
This Skill prevents guesswork-driven changes by guiding investigations from observed symptoms to verified root causes before any fix is proposed or implemented.
Core Features & Use Cases
- Evidence-First Investigation: Reads failures completely, reproduces issues safely, and inspects the relevant code, configuration, and history.
- Root-Cause Validation: Traces bad values and behavior across boundaries, forms one evidence-based hypothesis, and tests it with the smallest useful probe.
- Controlled Remediation: Selects regression proof, applies the narrowest fix, runs targeted verification, and reports remaining risks or stalled progress.
- Use Case: When a test intermittently fails or a build produces unexpected output, use the workflow to distinguish the originating defect from downstream symptoms before changing code.
Quick Start
Use the systematic-debugging skill to investigate the reported failure, identify and validate its root cause, and recommend the narrowest verified fix.