一键导入
debug
Use when fixing a bug, investigating a failure, or troubleshooting unexpected behavior. Enforces root-cause investigation before any fix attempt.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when fixing a bug, investigating a failure, or troubleshooting unexpected behavior. Enforces root-cause investigation before any fix attempt.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when asked to break down a feature, create a plan, or decompose work into tasks. Takes a known goal and produces an ordered set of Todos in an Epic on the board.
Use when asked to brainstorm, explore ideas, design a feature, or plan something new. Turns a vague idea into a concrete design through structured Q&A before creating any board items.
| name | debug |
| description | Use when fixing a bug, investigating a failure, or troubleshooting unexpected behavior. Enforces root-cause investigation before any fix attempt. |
| version | 1.0.0 |
Find root cause before fixing. No guessing.
Do not attempt a fix until you understand why it's broken. If you haven't read the error, reproduced it, and traced the cause — you're guessing.
If the task description includes an error message or log, start there. If not, use ask_user to get the exact error.
Stop. Use ask_user to explain:
Three failed fixes usually means an architectural issue, not a code issue.
If you catch yourself thinking any of these, stop and go back to step 1: