What problem does it solve?
This Skill enforces a disciplined, evidence-driven debugging workflow so engineers do not patch symptoms without identifying the true root cause. It helps teams reduce regressions and wasted effort by guiding a consistent investigation from logs and stack traces to validated fixes.
Core Features & Use Cases
- Four-phase framework: root-cause investigation, pattern analysis, hypothesis validation, and implementation verification.
- Reproducible validation: design and execute tests, logging, or minimal repro cases to prove or falsify hypotheses.
- Actionable outputs: concise symptom summary, root cause with evidence, step-by-step verification, recommended fix, and regression test guidance.
- Use Case: Diagnose intermittent crashes by extracting stack traces, locating the triggering code region, forming hypotheses about state or race conditions, and producing a tested patch with regression checks.
Quick Start
Invoke /investigate with the error message, stack trace, and the relevant code context to start a structured root cause analysis.