什么是 systematic-debugging?
系统地调试重要问题的方法。当调查错误、测试失败或不是立即明显的意外行为时,应该自动使用此技能。强调假设的形成、与子代理的并行调查,并避免常见的反模式,例如仓促下结论或削弱测试。 来源:freenet/freenet-agent-skills。
系统地调试重要问题的方法。当调查错误、测试失败或不是立即明显的意外行为时,应该自动使用此技能。强调假设的形成、与子代理的并行调查,并避免常见的反模式,例如仓促下结论或削弱测试。
通过命令行快速安装 systematic-debugging AI 技能到你的开发环境
来源:freenet/freenet-agent-skills。
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系统地调试重要问题的方法。当调查错误、测试失败或不是立即明显的意外行为时,应该自动使用此技能。强调假设的形成、与子代理的并行调查,并避免常见的反模式,例如仓促下结论或削弱测试。 来源:freenet/freenet-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/freenet/freenet-agent-skills