What problem does it solve?
This Skill systematically debugs errors by analyzing the problem, finding solutions, proposing options, implementing fixes, and verifying them through multi-layer checks.
Core Features & Use Cases
- Error Analysis: Reproduces errors, identifies root causes, and forms hypotheses.
- Solution Discovery: Researches multiple potential fixes with pros and cons.
- Automated & Interactive Modes: Can operate fully automatically or guide the user through the process.
- Multi-Layer Verification: Ensures fixes are robust through static analysis, build checks, runtime execution, and user confirmation.
- Use Case: When your API is returning a 500 error, you can use this Skill to automatically debug the issue, identify the cause, and apply a fix without manual intervention.
Quick Start
Debug an API returning 500 on POST.