parallel-debugging
✓使用相互竞争的假设以及并行调查、证据收集和根本原因仲裁来调试复杂问题。在调试具有多个潜在原因的错误、执行根本原因分析或组织并行调查工作流程时,请使用此技能。
SKILL.md
Framework for debugging complex issues using the Analysis of Competing Hypotheses (ACH) methodology with parallel agent investigation.
| Direct | Strong | Code at file.ts:42 shows if (x > 0) should be if (x >= 0) | | Correlational | Medium | Error rate increased after commit abc123 | | Testimonial | Weak | "It works on my machine" | | Absence | Variable | No null check found in the code path |
| High (>80%) | Multiple direct evidence pieces, clear causal chain, no contradicting evidence | | Medium (50-80%) | Some direct evidence, plausible causal chain, minor ambiguities | | Low (<50%) | Mostly correlational evidence, incomplete causal chain, some contradicting evidence |
使用相互竞争的假设以及并行调查、证据收集和根本原因仲裁来调试复杂问题。在调试具有多个潜在原因的错误、执行根本原因分析或组织并行调查工作流程时,请使用此技能。 来源:wshobson/agents。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/wshobson/agents --skill parallel-debugging- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-09
- 更新时间
- 2026-02-18
快速解答
什么是 parallel-debugging?
使用相互竞争的假设以及并行调查、证据收集和根本原因仲裁来调试复杂问题。在调试具有多个潜在原因的错误、执行根本原因分析或组织并行调查工作流程时,请使用此技能。 来源:wshobson/agents。
如何安装 parallel-debugging?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/wshobson/agents --skill parallel-debugging 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/wshobson/agents