·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