What problem does it solve?
Debugging can be a time-consuming and frustrating process, often involving repetitive steps to identify, reproduce, and fix issues. This Skill provides a structured, systematic workflow to diagnose bugs, pinpoint root causes, implement fixes, and rigorously verify solutions, significantly reducing debugging time and effort for developers.
Core Features & Use Cases
- Systematic Root Cause Analysis: Guides through symptom collection, environment analysis, unit/integration testing, and deep code tracing to find the exact cause of an issue.
- Fix Implementation & Verification: Helps design minimal, targeted fixes, implement them, and rigorously verify that the bug is resolved without introducing regressions.
- Prevention Test Case Generation: Encourages creating new test cases that would catch the identified bug, preventing its recurrence in the future.
- Use Case: When a user reports "the balance is wrong after a partial payment," the AI can activate this skill to systematically investigate, identify the exact code error, suggest a fix, and ensure all tests pass before deployment.
Quick Start
I have a bug: the balance is not updating correctly after a partial payment. Please help me debug it.