What problem does it solve?
This Skill eliminates the time-consuming, frustrating process of manually tracing the root cause of errors, test failures, and unexpected application behavior, letting you quickly identify and resolve issues without guesswork.
Core Features & Use Cases
- Systematic Issue Diagnosis: Follows a structured 5-step workflow to understand, reproduce, investigate, verify hypotheses, and report root causes for any reported error or unexpected behavior.
- Targeted Code Investigation: Uses stack traces, error messages, and git history to pinpoint the exact source of issues, checking for common problems like missing dependencies, type mismatches, race conditions, and environment misconfigurations.
- Use Case: If your test suite is failing with a cryptic stack trace after a recent code change, use this Skill to automatically trace the error to the exact line of code, identify the root cause (like a missing null check), and get a clear explanation of how to fix it.
Quick Start
Use the debug skill to investigate the recent test failure in the user authentication module and explain the root cause and suggested fix.