About
The Debugging skill enhances Claude Code with a structured methodology for identifying and fixing bugs using a non-invasive 'log and analyze' workflow. It provides standardized [DEBUG] tags for easy grep-based cleanup and includes specific templates for tracking React component lifecycles, Next.js state changes, Node.js request flows, and API interactions. By implementing these patterns, developers can pinpoint race conditions, null access errors, and stale closures while maintaining a clean codebase through automated removal commands.