debugging-and-error-recovery이란?
테스트가 실패하거나, 빌드가 중단되거나, 동작이 예상과 일치하지 않거나, 예상치 못한 오류가 발생한 경우에 사용하세요. 추측보다는 근본 원인을 찾고 해결하기 위한 체계적인 접근이 필요할 때 사용하세요. 출처: addyosmani/agent-skills.
테스트가 실패하거나, 빌드가 중단되거나, 동작이 예상과 일치하지 않거나, 예상치 못한 오류가 발생한 경우에 사용하세요. 추측보다는 근본 원인을 찾고 해결하기 위한 체계적인 접근이 필요할 때 사용하세요.
명령줄에서 debugging-and-error-recovery AI 스킬을 개발 환경에 빠르게 설치
출처: addyosmani/agent-skills.
Systematic debugging with structured triage. When something breaks, stop adding features, preserve evidence, and follow a structured process to find and fix the root cause. Guessing wastes time. The triage checklist works for test failures, build errors, runtime bugs, and production incidents.
Never push past a failing test or broken build to work on the next feature. Errors compound. A bug in Step 3 that goes unfixed makes Steps 4-10 wrong.
Work through these steps in order. Do not skip steps.
테스트가 실패하거나, 빌드가 중단되거나, 동작이 예상과 일치하지 않거나, 예상치 못한 오류가 발생한 경우에 사용하세요. 추측보다는 근본 원인을 찾고 해결하기 위한 체계적인 접근이 필요할 때 사용하세요. 출처: addyosmani/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/addyosmani/agent-skills --skill debugging-and-error-recovery테스트가 실패하거나, 빌드가 중단되거나, 동작이 예상과 일치하지 않거나, 예상치 못한 오류가 발생한 경우에 사용하세요. 추측보다는 근본 원인을 찾고 해결하기 위한 체계적인 접근이 필요할 때 사용하세요. 출처: addyosmani/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/addyosmani/agent-skills --skill debugging-and-error-recovery 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/addyosmani/agent-skills