What problem does it solve?
Investigate and fix bugs by tracing root causes, not just symptoms. Use this skill when the user reports a bug, error, unexpected behavior, or something that "doesn't work". Triggers for "this is broken", "why isn't this working", "I'm getting an error", "it crashes when", "unexpected behavior", "this used to work", "can you debug this", stack traces, error screenshots, or any problem-solving scenario. Different from fix-lint (which is automated) — this is investigation and diagnosis.
Core Features & Use Cases
- Structured root-cause debugging: guide reproduction, isolation, and evidence-based diagnosis.
- Step-by-step investigation workflow: reproduce, isolate, diagnose, verify, and document a fix plan.
- Real-world use: you encounter a failing feature in a web app; you get a guided, evidence-driven path to root cause and a clear remediation plan.
Quick Start
Provide a bug report with steps to reproduce and I will guide you through a structured root-cause debugging process.