What problem does it solve?
This Skill helps engineers find the root cause of software defects by systematically analyzing code, logs, test failures, and runtime behavior so that incidents are resolved accurately and efficiently.
Core Features & Use Cases
- Systematic Triage: Collects and interprets error messages, stack traces, and recent changes to narrow the scope of investigation.
- Code and Log Analysis: Reviews relevant code paths and log artifacts to identify likely fault points and reproduce failures.
- Actionable Remediation: Produces a clear root-cause explanation, reproduction steps, prioritized fixes, and suggested code changes for pull requests or hotfixes.
- Use Case: When a user reports a production error or a CI test starts failing, use this Skill to determine the failing component, reproduce the issue locally, and propose a safe fix.
Quick Start
Use the debug-issue skill to analyze the reported error, examine related logs and code files, and produce a root-cause diagnosis with recommended fixes.