What problem does it solve?
This Skill helps you trace bugs, stack traces, failed tests, and unexpected behavior back to their true source without guessing or making premature changes.
Core Features & Use Cases
- Root-cause analysis: Investigates errors by tracing data flow, control flow, and environment issues until the origin is identified.
- Evidence-first debugging: Uses targeted reading, search, and test loops to confirm or rule out hypotheses instead of relying on intuition.
- Structured handoff: Produces a clear debug report that explains the cause, location, evidence, and next fix direction for downstream repair workflows.
- Use case: A test suddenly fails after a refactor and you need to determine whether the issue is in validation, path handling, state leakage, or a deeper module interaction.
Quick Start
Ask the skill to investigate the failure, reproduce the issue, gather evidence, and report the most likely root cause with file-level support.