Diagnose

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression. Don't use to build a feature or fix an already-understood bug test-first (use /tdd), or to review a diff (use /code-review).

helderberto Updated

File contents

helderberto/skills/tree/main/skills/diagnose commit 2706b81d57

Frequently asked questions

npx skillmds@latest add helderberto/diagnose