What problem does it solve?
This Skill provides a structured, four-phase methodology to systematically debug issues, ensuring root causes are identified and fixes are verified, preventing recurring problems and wasted effort.
Core Features & Use Cases
- Reproduce Issues: Reliably replicate bugs to ensure a consistent testing environment.
- Isolate Faults: Narrow down the source of an error through targeted questions and analysis.
- Root Cause Analysis: Employ techniques like the "5 Whys" to uncover the fundamental reason for a bug.
- Verify Fixes: Ensure that a solution not only resolves the immediate issue but also doesn't introduce new problems.
- Use Case: When a critical bug is reported in production, this Skill guides the engineer through a rigorous process to pinpoint the exact cause and confirm the fix, minimizing downtime and risk.
Quick Start
Use the systematic-debugging skill to guide me through reproducing and isolating a bug in the user authentication module.