一键导入
debugging
系统化调试方法(语言无关)——复现、缩小范围、定位根因、修复、验证。具体工具按技术栈。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
系统化调试方法(语言无关)——复现、缩小范围、定位根因、修复、验证。具体工具按技术栈。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute the check workflow from this AI development team preset. Use when the user writes /check, asks for check, or wants the corresponding team process in Codex.
Execute the dev workflow from this AI development team preset. Use when the user writes /dev, asks for dev, or wants the corresponding team process in Codex.
Execute the fix workflow from this AI development team preset. Use when the user writes /fix, asks for fix, or wants the corresponding team process in Codex.
Execute the plan workflow from this AI development team preset. Use when the user writes /plan, asks for plan, or wants the corresponding team process in Codex.
Execute the project-preset workflow from this AI development team preset. Use when the user writes /project-preset, asks for project-preset, or wants the corresponding team process in Codex.
Execute the review-all workflow from this AI development team preset. Use when the user writes /review-all, asks for review-all, or wants the corresponding team process in Codex.
| name | debugging |
| description | 系统化调试方法(语言无关)——复现、缩小范围、定位根因、修复、验证。具体工具按技术栈。 |
通用方法论,不绑定语言。具体调试工具按你的栈选(前端 Chrome DevTools、Node Inspector、Python pdb/debugpy 等)。
问自己:
git bisect 是利器)| 类别 | 常见原因 |
|---|---|
| 逻辑 | 边界未处理、条件不全、off-by-one、空值 |
| 异步/并发 | 竞态、未 await、未处理 reject、顺序依赖 |
| 数据 | 脏数据、类型不符、编码、时区 |
| 集成 | 接口契约不一致、版本不兼容、超时 |
| 环境 | 依赖版本、配置/环境变量、权限、网络 |
.claude/workspace/journal.md)