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