什麼是 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