Bug Diagnosis

Diagnose a bug systematically instead of guessing — reproduce, isolate, form hypotheses, and test them to root cause. Use when debugging, chasing a defect, an intermittent failure, or 'why is this happening?'. Produces a structured diagnosis: a reliable repro, the narrowed-down location, ranked hypotheses with how to test each, and the root cause + fix once found.

majiayu000 855b105 2 files · 4.7 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/bug-diagnosis commit 855b1058b9

Frequently asked questions

npx skillmds add majiayu000/bug-diagnosis-3