What problem does it solve?
This Skill streamlines the debugging and incremental development process by deeply understanding existing code logic, precisely fixing bugs, and developing new features with minimal disruption.
Core Features & Use Cases
- Context-Aware Debugging: Analyzes code structure, variable dependencies, and call chains to pinpoint bugs accurately.
- Incremental Development: Facilitates adding new features by understanding the existing codebase and ensuring consistency.
- Documentation Loop: Automatically maintains a
.debug knowledge base for each module, documenting analysis, fixes, and context.
- Use Case: When a complex backend service starts throwing intermittent errors, this Skill can trace the error through multiple layers of the application, identify the root cause in a shared utility function, and provide a precise fix, updating the relevant
.debug documentation.
Quick Start
Use the code-debugger skill to fix the bug in the user authentication module.