一键导入
check-deliverables
Review work against user requirements, enumerate tasks, and verify completion with tests and formatting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review work against user requirements, enumerate tasks, and verify completion with tests and formatting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | check-deliverables |
| description | Review work against user requirements, enumerate tasks, and verify completion with tests and formatting |
Review your work.
Do not rationalize. Justifications you produce after deciding you're done are not verification — they're defense. Use this skill to look for evidence the work was actually done, not to argue that it was.
You will
Enumerate every requirement from the user
TaskCreate toolFor each requirement, present evidence, not reasoning
If any requirement is UNADDRESSED, finish the work before stopping. Do not end the response with the confirmation phrase.
When every requirement has concrete evidence, end your response with the exact phrase:
I have addressed every query from the user.
The Stop hook (.claude/hooks/process_stop.py) runs scripts/check.py from this
skill on every Stop. If the latest assistant turn does not include the phrase
above, the hook exits 2, blocking Stop and asking you to complete the review.
The check runs regardless of whether any files were edited.