Systematic Debugging

Root-cause fix discipline for a debugging session already underway. Use when about to propose or apply a fix for a bug or test failure, when tempted to patch a symptom (add a null check, wrap in try-catch, bump a timeout, add a retry), and when a previous fix didn't work. /diagnosing-bugs builds the repro; this governs the fix.

bhagyamudgal 5a70da3 2 files · 9.8 KB Updated

File contents

bhagyamudgal/skills/tree/main/skills/systematic-debugging commit 5a70da3af7

Frequently asked questions

npx skillmds@latest add bhagyamudgal/systematic-debugging