with one click
hands-off-issue-handling
Use when issues require escalation
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
Use when issues require escalation
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
| name | hands-off-issue-handling |
| description | Use when issues require escalation |
| user-invocation | false |
在写代码, 做测试, 写任务文档(task.md), 以及各种review工作的时候, 会发现各种问题(issue). 有些问题是写的或被审查的代码或文档本身的bug, 有些问题则是运行环境或前置工作引起的, 后者就需 要agent在竭尽全力执行3种以上不同的解决方案之后, 再自主假设如何处理. 而agent一旦做出假设, 就必须将问题和假设都记录下来, 一方面避免不同的agent重复发现已知问题, 另一方面在完成所有工作 之后, 人类仍然能知道发生了什么事情.
只按条记录问题, 禁止记录任何其他信息:
在进行各项工作的过程中, 必须充分考虑所有已知问题的已有假设(Assumption). 因此:
在**编写任务文档(task.md)**的时候, 需要遵循规格文档(spec.md), 如果规格文档中有模糊不清或 前后矛盾的地方, 那么agent就必须自己做出合理假设来解决并记录问题到规格文档问题列表.
注意:
路径: working/spec-issues.md 记录格式:
# Spec Issues
## SI-001: [title]
- **Description**: [ambiguity/gap in spec]
- **Assumption**: [what we assume to proceed]
在编写代码和测试的时候, 需要遵循任务文档(task.md), 如果任务文档中有错漏或前后矛盾的地 方, 那么agent就必须自己做出合理假设来解决并记录问题到任务文档问题列表.
注意:
路径: working/task-issues.md 记录格式:
# Task Issues
## TI-001: [title]
- **Description**: [ambiguity/gap in task]
- **Assumption**: [what we assume to proceed]
在编译代码和测试的时候, 可能会因为当前运行环境的问题而失败, 必须在探索并执行3种以上不同的解 决方案仍然失败之后, 才可以归类为环境问题记录到环境问题列表并继续其他工作.
注意:
路径: working/env-issues.md 记录格式:
# Environment Issues
## EI-001: [title]
- **Description**: [what is unavailable/mismatched]
- **Assumption**: [what we assume or none]