Debugging

Use when behavior is broken, a test is failing, or runtime output contradicts expectations. Covers failure reproduction, scope reduction by bisection, evidence capture at the moment of failure, root-cause isolation (not symptom patching), fix verification against the same evidence path, and regression-test creation. Do NOT use for feature planning, architectural design, or behavior-preserving refactor. Do NOT use for plan test coverage for a new feature. Do NOT use for document what this function does for future readers. Do NOT use for refactor this messy code while the test suite is green.

jacob-balslev 7f7e977 4 files · 27.4 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/debugging commit 7f7e977da9

Frequently asked questions

npx skillmds@latest add jacob-balslev/debugging