What problem does it solve? When a feature breaks, a compile error appears, or a runtime exception surfaces, this Skill replaces guesswork with a structured debugging loop that locates the actual root cause before any code is changed, then verifies the fix with evidence. ## Core Features & Use Cases - Four-Stage Debugging Process: Collect evidence, analyze patterns, verify hypotheses, then implement a surgical fix — no stage skipping allowed. - Diagnostic Checklists: CoT diagnostic checklist, dimension checklist, anti-rationalization rules, and a three-layer diagnostic model (symptom, design flaw, principle violation) prevent symptom-only patches. - Regression Protection: Every fix requires compile verification, reproduction verification, regression verification, and a test that would have caught the bug. - Use Case: A user reports "login fails with TypeError: Cannot read property 'id' of undefined". The Skill reproduces the bug, traces the call chain to a stale session reference, applies a one-line fix, adds a regression test, and reports the root cause with verification evidence. ## Quick Start Describe the bug, error message, or unexpected behavior you are seeing and ask the agent to run the bug-fixer workflow to find the root cause and fix it.