·systematic-debugging
</>

systematic-debugging

系统地调试重要问题的方法。当调查错误、测试失败或不是立即明显的意外行为时,应该自动使用此技能。强调假设的形成、与子代理的并行调查,并避免常见的反模式,例如仓促下结论或削弱测试。

10安装·0热度·@freenet

安装

$npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging

如何安装 systematic-debugging

通过命令行快速安装 systematic-debugging AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:freenet/freenet-agent-skills。

SKILL.md

查看原文

Always prefer the smallest, most reproducible scope that demonstrates the bug. Work up the ladder only when the smaller scope can't reproduce or doesn't apply:

| Priority | Scope | When to Use | Command |

| 1 | Unit test | Logic errors, algorithm bugs, single-function issues | cargo test -p freenet -- specifictest | | 2 | Mocked unit test | Transport/ring logic needing isolation | Unit test with MockNetworkBridge / MockRing |

系统地调试重要问题的方法。当调查错误、测试失败或不是立即明显的意外行为时,应该自动使用此技能。强调假设的形成、与子代理的并行调查,并避免常见的反模式,例如仓促下结论或削弱测试。 来源:freenet/freenet-agent-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging
分类
</>开发工具
认证
收录时间
2026-02-23
更新时间
2026-03-10

Browse more skills from freenet/freenet-agent-skills

快速解答

什么是 systematic-debugging?

系统地调试重要问题的方法。当调查错误、测试失败或不是立即明显的意外行为时,应该自动使用此技能。强调假设的形成、与子代理的并行调查,并避免常见的反模式,例如仓促下结论或削弱测试。 来源:freenet/freenet-agent-skills。

如何安装 systematic-debugging?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-23