What problem does it solve?
This Skill eliminates the common pitfall of fixing symptoms rather than root causes, which leads to recurring bugs and wasted development time. It provides a disciplined, phase-based approach to debugging, ensuring thorough investigation and lasting solutions.
Core Features & Use Cases
- Four-Phase Framework: Guides you through Root Cause Investigation, Pattern Analysis, Hypothesis & Testing, and Implementation Rules.
- Root Cause Focus: Enforces a core principle to always find the root cause, preventing superficial fixes and workarounds.
- Anti-Pattern Avoidance: Identifies and helps you avoid common debugging mistakes like "shotgun debugging" or "symptom treatment."
- Use Case: When an unexpected error occurs in production, use this Skill to methodically investigate, reproduce, and resolve the issue, ensuring a robust fix.
Quick Start
Use this skill when you encounter any technical issue or error.
Simply invoke the skill and describe the problem:
"I'm encountering an error when X happens, can you help me debug it systematically?"
The skill will then guide you through the four-phase process, prompting you for information and actions at each step.