Agent Skills
› paperclipai/companies
› systematic-debugging
systematic-debugging
GitHub用于在提出修复方案前,通过四阶段根本原因调查方法(含根因追踪、纵深防御和条件等待)来定位任何Bug、测试失败或意外行为。
Trigger Scenarios
遇到Bug时
测试失败时
出现意外行为时
Install
npx skills add paperclipai/companies --skill systematic-debugging -g -y
SKILL.md
Frontmatter
{
"name": "systematic-debugging",
"metadata": {
"sources": [
{
"kind": "github-file",
"path": "skills\/systematic-debugging\/SKILL.md",
"repo": "obra\/superpowers",
"usage": "referenced",
"commit": "1128a721ca3b7fd76bf12e8392cdeb89cfcfcf2a",
"license": "MIT",
"attribution": "Jesse Vincent"
}
]
},
"description": "Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes"
}
4-phase root cause investigation — includes root-cause-tracing, defense-in-depth, and condition-based-waiting techniques. Find the cause before proposing a fix.
Version History
- 514503b Current 2026-07-24 18:06


