What problem does it solve?
This Skill prevents unfocused debugging by providing a disciplined, evidence-driven process for reproducing bugs and performance regressions, identifying their causes, implementing fixes, and verifying that they stay fixed.
Core Features & Use Cases
- Feedback Loop Construction: Create a fast, deterministic pass/fail signal using tests, scripts, HTTP checks, browser automation, trace replay, harnesses, fuzzing, bisection, or differential testing.
- Structured Diagnosis: Progress through reproduction, ranked falsifiable hypotheses, targeted instrumentation, and controlled experiments.
- Regression Prevention: Add tests at the correct seam, clean up debug artifacts, verify the original scenario, and document architectural improvements.
- Use Case: When an export flow intermittently fails or a recent change causes a performance regression, use this Skill to reproduce the symptom, isolate the responsible change or condition, apply a targeted fix, and confirm the issue no longer occurs.
Quick Start
Use the diagnose skill to investigate the reported bug, build a reproducible feedback loop, identify the most likely causes, and implement a verified regression-tested fix.