Systematic Debugging
S-rankbyobra
The Systematic Debugging skill implements a rigorous four-phase methodology: Observe, Hypothesize, Test, and Fix. It forces AI agents to perform proper root cause analysis before attempting any code changes, preventing the common pattern of trial-and-error debugging that wastes time and introduces new bugs.
Install This Skill
npx skills add obra/systematic-debugging