with one click
debugging
系统化调试方法(语言无关)——复现、缩小范围、定位根因、修复、验证。具体工具按技术栈。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
系统化调试方法(语言无关)——复现、缩小范围、定位根因、修复、验证。具体工具按技术栈。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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)