What problem does it solve?
This Skill ensures a systematic approach to debugging, reducing the time spent on ineffective fixes and promoting code quality by requiring evidence-based diagnosis.
Core Features & Use Cases
- Systematic Investigation: Guides through a four-phase process to investigate and identify the root cause of bugs.
- Evidence-Based Diagnosis: Requires stating a hypothesis with a grounded confidence percentage and its basis.
- Design Conformance: Ensures that any fix adheres to the approved design, preventing work on code that is scheduled for deletion.
- Memory Checkpoint: Persists valuable root causes in memory for future reference.
- Use Case: Ideal for developers who want to streamline their debugging process and ensure they are addressing the true root causes of issues.
Quick Start
Run the 'debugging' skill when encountering a bug or unexpected behavior. Follow the guided investigation process, from investigation and pattern analysis to hypothesis and fix implementation.