AI AGENT ADDONS

Debugging And Error Recovery

addyosmani/agent-skills
Debugging
5,954installs

When something breaks in your code, do not guess. A systematic approach saves time and avoids more problems. This method helps you find the root cause of any error.

Use the Stop-the-Line Rule to stop adding new features and preserve all evidence. Then follow the Triage Checklist step by step. You will reproduce the bug, localize where it happens, and reduce it to the smallest failing case.

This process works for test failures, build errors, runtime bugs, and production incidents. It helps developers, testers, and anyone who writes code fix problems with confidence.

Add Debugging And Error Recovery skill to your workflow

Global

mkdir -p ~/.claude/skills/debugging-and-error-recovery

Project

mkdir -p .claude/skills/debugging-and-error-recovery

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago