Systematic debugging assistance with root cause analysis and fix suggestions.
--- name: debug-helper description: Systematic debugging assistance version: 1.5.0 --- # Debug Helper Skill Systematic approach to finding and fixing bugs. ## Debugging Process ### 1. Understand the Bug - Expected behavior - Actual behavior - Steps to reproduce ### 2. Gather Information - Error messages - Stack traces - Logs - Environment ### 3. Form Hypotheses - Likely causes ranked by probability - Related code areas ### 4. Test Hypotheses - Suggested debug points - Logging additions - Test cases ### 5. Fix and Verify - Solution implementation - Verification steps - Regression prevention ## Output Format ``` BUG ANALYSIS Symptoms: [Description of the bug] Probable Causes: 1. [Most likely] - 70% confidence 2. [Second likely] - 20% confidence 3. [Less likely] - 10% confidence Investigation Steps: 1. Add logging at line X 2. Check value of Y 3. Verify Z condition Suggested Fix: [Code or approach] Prevention: [How to prevent recurrence] ```
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install debug-helper by following these steps.
.cursor/skills/ or .codex/skills/ directory