Root Cause Debugging

Investigates a bug, failing test, build error, regression, flaky behavior, performance symptom, or unexpected result by reproducing it, minimizing the case, testing ranked hypotheses, tracing the first incorrect state, and locking the root cause with a regression check. Use before proposing a fix. Not for planning a new feature or reviewing a healthy diff.

thiientv Updated

File contents

thiientv/godmode/tree/main/skills/root-cause-debugging commit a2f1585eb2

Frequently asked questions

npx skillmds@latest add thiientv/root-cause-debugging