From claude-code-starter
Systematically debugs complex recurring bugs with scientific method: understand, reproduce, hypothesize and verify root causes step-by-step, fix minimally, validate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
用科学方法排查问题,不要猜、不要碰运气。每一步都要有证据支撑。
用科学方法排查问题,不要猜、不要碰运气。每一步都要有证据支撑。
询问用户:
遇到了什么问题?可以描述现象、贴报错信息、或者告诉我哪个功能不正常。
收集信息:
如果无法复现,告诉用户并请求更多信息。不要在无法复现的情况下猜测修复。
记录格式:
假设 1:xxx
验证:xxx
结果:确认 / 排除(原因:xxx)
npx claudepluginhub lightpointventures/claude-code-starterSystematically reproduces and fixes bugs using test-driven workflow, root cause analysis, and hypothesis validation. Supports fix-to-PR, unknown root cause debugging, and stuck/reflection modes.
Applies Zeller's scientific method to debug software: reproduce, hypothesize, binary-search isolate, fix root cause, add regression test. Triggers on bug, error, crash, stack trace.
Hunts down and fixes bugs using a systematic debugging process: reproduce, gather evidence, hypothesize, test, find root cause, and implement fix.