What problem does it solve?
This Skill provides a structured, four-phase methodology to systematically investigate, analyze, and resolve complex bugs that resist quick fixes, ensuring thoroughness and preventing regressions.
Core Features & Use Cases
- Root Cause Investigation: Guides users to identify the true origin of a bug, not just its symptoms.
- Pattern Analysis: Helps understand the scope and potential systemic impact of a bug.
- Hypothesis & Testing: Facilitates the design and validation of potential fixes before implementation.
- Implementation & Verification: Ensures fixes are applied correctly, tested thoroughly, and do not introduce new issues.
- Use Case: When a critical production bug is reported that cannot be easily reproduced, this skill guides the engineer through a rigorous process to pinpoint the exact cause, develop a safe fix, and verify its effectiveness.
Quick Start
Use the systematic-debugging skill to resolve the intermittent login failure by following the four-phase process.