Systematic Debugging

Finds the actual cause of a defect by reproducing it, narrowing the search space by bisection, and proving the diagnosis before changing code. Use for a crash, a stack trace, a flaky or intermittently failing suite, or behaviour that differs from expectation and resists an obvious fix. Refuses to change code before the cause is proven.

khuynh22 0226d6f 4.3 KB Updated

File contents

khuynh22/agent-dev-team/tree/main/skills/systematic-debugging commit 0226d6f5c4

Frequently asked questions

npx skillmds@latest add khuynh22/systematic-debugging