What problem does it solve?
This Skill enables systematic debugging workflows by integrating error analysis, direct code execution, and reference documentation to locate and fix root causes efficiently.
Core Features & Use Cases
- Error-driven debugging: Trace issues from logs to code and architecture diagrams.
- Deterministic fixes: Execute targeted code paths to reproduce and verify bugs.
- Documentation-driven validation: Cross-reference with spec/arch/trace docs to ensure design-consistency after fixes.
- Use Case: When confronted with a failure in the BE-frontend interaction, use this Skill to locate the mismatch and implement a minimal, documented fix.
Quick Start
Provide an error stack trace and any relevant docs; the Skill will analyze, propose a fix plan, and guide the debugging session.