What problem does it solve?
Debugging often stalls when a bug is intermittent, only appears in certain environments, or the root cause is unclear; this Skill helps you systematically narrow down the issue and produce a reliable fix.
Core Features & Use Cases
- Structured workflow: Reproduce, isolate, diagnose, then fix using a clear step-by-step approach.
- Evidence-driven troubleshooting: Focus on expected vs. actual behavior, recent changes, logs, and hypotheses to find the real cause.
- Actionable outputs: Produce a Debug Report template that captures reproduction steps, root cause, fix details, and prevention actions.
- Use Case: When something breaks after a deploy or only happens in production, you can collect the exact error message, isolate the divergent path, and document the corrective change plus regression tests.
Quick Start
Tell the Skill the exact error message and what changed recently, then request a structured Debug Report with reproduction, root cause, fix, and prevention steps.