·debugging-protocol
</>

debugging-protocol

系統的 4 階段調試:了解故障、形成假設、一次測試一項變更、自信地修復。當測試意外失敗、發生錯誤、行為錯誤或以前有效的功能現在被破壞時啟動。觸發:「調試」、「為什麼會失敗」、「測試失敗」、「意外錯誤」、「錯誤」、「損壞」。

66安裝·3熱度·@jwilger

安裝

$npx skills add https://github.com/jwilger/agent-skills --skill debugging-protocol

如何安裝 debugging-protocol

透過命令列快速安裝 debugging-protocol AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/jwilger/agent-skills --skill debugging-protocol
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:jwilger/agent-skills。

SKILL.md

查看原文

Value: Feedback -- systematic investigation produces understanding. Understanding produces correct fixes. Correct fixes prevent recurrence. Skipping investigation produces symptom fixes that hide bugs.

Teaches a disciplined 4-phase debugging process that enforces root cause analysis before any fix attempt. Prevents the most common debugging failure mode: jumping to a fix without understanding why the problem exists.

Never change code to fix a bug until you have completed root cause investigation. When you see an error and immediately know the fix, that is exactly when you are most likely to be wrong. Investigate first.

系統的 4 階段調試:了解故障、形成假設、一次測試一項變更、自信地修復。當測試意外失敗、發生錯誤、行為錯誤或以前有效的功能現在被破壞時啟動。觸發:「調試」、「為什麼會失敗」、「測試失敗」、「意外錯誤」、「錯誤」、「損壞」。 來源:jwilger/agent-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/jwilger/agent-skills --skill debugging-protocol
分類
</>開發工具
認證
收錄時間
2026-02-20
更新時間
2026-03-10

Browse more skills from jwilger/agent-skills

快速解答

什麼是 debugging-protocol?

系統的 4 階段調試:了解故障、形成假設、一次測試一項變更、自信地修復。當測試意外失敗、發生錯誤、行為錯誤或以前有效的功能現在被破壞時啟動。觸發:「調試」、「為什麼會失敗」、「測試失敗」、「意外錯誤」、「錯誤」、「損壞」。 來源:jwilger/agent-skills。

如何安裝 debugging-protocol?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/jwilger/agent-skills --skill debugging-protocol 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/jwilger/agent-skills