Systematic Debug

Systematic debugging techniques for unclear root causes. Use when a bug's origin is unknown, multiple hypotheses need testing, you need to narrow down a failing area, end-to-end tests fail but you can't tell where, or the user says "I don't know why this is broken". Includes test bombs (hypothesis elimination) and layered tests (pipeline stage isolation).

onfire7777 b353614 12.4 KB Updated

File contents

onfire7777/universal-ai-skills-library/tree/main/skills/systematic-debug commit b35361490e

Frequently asked questions

npx skillmds@latest add onfire7777/systematic-debug