What problem does it solve?
This Skill provides a structured, four-phase methodology to systematically debug complex, intermittent, or mysterious software issues, moving beyond guesswork to ensure root cause discovery.
Core Features & Use Cases
- Reproduce Bugs: Establish clear, reliable steps to trigger the issue.
- Isolate Faulty Code: Narrow down the problem area using techniques like binary search or
git bisect.
- Diagnose Root Cause: Apply the scientific method with strategic logging to understand why the bug occurs.
- Fix and Verify: Implement targeted fixes, write regression tests, and prevent future occurrences.
- Use Case: When faced with an intermittent race condition that only appears under specific load conditions, this Skill guides you through a disciplined process to pinpoint the exact timing issue and implement a robust solution.
Quick Start
Use the debug-systematic skill to help me debug an intermittent error in the user authentication flow.