What problem does it solve?
This Skill produces structured Debug Reports to identify root causes, document fixes, and capture lessons after systematic hypothesis-driven testing, reducing time to resolution and preventing regressions.
Core Features & Use Cases
- Structured Debug Reports: Generates markdown reports with Error Message, Stack Trace, Root Cause, Solution, Code Changes, Test Results, and Lessons Learned.
- Hypothesis-driven workflow: Guides information gathering, hypothesis formulation, isolated testing, and verification steps to confirm root causes.
- Debugging patterns: Recommends targeted log inspection, binary search, environment isolation, git bisect, and reproducible test cases.
- Use Cases: Fix runtime errors, diagnose performance regressions, resolve data inconsistencies, troubleshoot integration failures, and investigate intermittent production issues.
Quick Start
Provide a concise error description and any relevant logs to generate a debug report documenting root cause, fix applied, and lessons learned.