소개
This skill equips Claude with a structured four-phase debugging framework designed to eliminate guesswork and trial-and-error fixes. By enforcing a strict policy of root-cause investigation before any code changes, it guides the agent through systematic evidence collection, variable isolation, hypothesis testing, and final verification. It is particularly effective for resolving complex intermittent failures, performance bottlenecks, and integration issues where the source of the problem is not immediately obvious, ensuring that every fix is backed by a passing test case and a deep understanding of the underlying error.