What problem does it solve?
This Skill provides a structured, four-phase methodology to systematically investigate and resolve bugs, ensuring that fixes address the root cause rather than just symptoms, thereby preventing recurring issues and improving code quality.
Core Features & Use Cases
- Root Cause Investigation: Guides users through thorough error analysis, reproduction, evidence gathering, and data flow tracing.
- Pattern Analysis: Facilitates comparison with working code to identify discrepancies and understand dependencies.
- Hypothesis and Testing: Implements a scientific approach to formulating and testing hypotheses with minimal changes.
- Implementation & Verification: Ensures fixes are targeted, tested, and do not introduce regressions.
- Use Case: When encountering a persistent bug in a complex system, this Skill helps developers avoid quick fixes and instead guides them through a rigorous process to pinpoint the exact origin of the problem before implementing a robust solution.
Quick Start
Follow the four-phase framework to investigate and resolve the bug you are currently facing.