What problem does it solve?
This Skill eliminates the wasted time and guesswork of ad-hoc debugging for hard-to-reproduce functional bugs and performance regressions by enforcing a structured, repeatable diagnosis workflow that ensures you build a reliable repro loop before chasing root causes.
Core Features & Use Cases
- 6-Phase Structured Workflow: Guides you through building a feedback loop, reproducing the bug, generating falsifiable hypotheses, targeted instrumentation, fixing with regression tests, and post-fix cleanup to avoid missing critical steps.
- Edge Case Handling: Includes specific guidance for non-deterministic bugs, performance regressions, and scenarios where no obvious reproduction path exists.
- Use Case: If your team is seeing intermittent 500 errors on the checkout endpoint after a recent deploy, use this Skill to build a fast, deterministic repro loop, rank potential root causes, instrument the code to pinpoint the issue, and add a regression test to prevent the bug from returning.
Quick Start
Use the diagnose skill to investigate the intermittent 500 errors reported in the production logs for the user checkout endpoint.