什么是 debugging-protocol?
系统的 4 阶段调试:了解故障、形成假设、一次测试一项更改、自信地修复。当测试意外失败、发生错误、行为错误或以前有效的功能现在被破坏时激活。触发:“调试”、“为什么会失败”、“测试失败”、“意外错误”、“错误”、“损坏”。 来源:jwilger/agent-skills。
系统的 4 阶段调试:了解故障、形成假设、一次测试一项更改、自信地修复。当测试意外失败、发生错误、行为错误或以前有效的功能现在被破坏时激活。触发:“调试”、“为什么会失败”、“测试失败”、“意外错误”、“错误”、“损坏”。
通过命令行快速安装 debugging-protocol AI 技能到你的开发环境
来源:jwilger/agent-skills。
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系统的 4 阶段调试:了解故障、形成假设、一次测试一项更改、自信地修复。当测试意外失败、发生错误、行为错误或以前有效的功能现在被破坏时激活。触发:“调试”、“为什么会失败”、“测试失败”、“意外错误”、“错误”、“损坏”。 来源:jwilger/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jwilger/agent-skills --skill debugging-protocol 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jwilger/agent-skills