← All atoms

Debug Systematically

skill · v1.0.0

Five-phase systematic debugging: reproduce → isolate → root-cause → fix-with-regression-test → verify. Follows Code.md §11.4. Never proposes a fix before root cause is confirmed. Fixes address the root cause, not the surface symptom. Every fix begins with a failing test that reproduces the bug.

Tags: codedebugtddroot-causeregression

Invocation contract

Inputs

Outputs

Side effects

may write files (regression test and fix)

Raw atom

/atoms/skill/debug-systematically.json · schema