ワンクリックで
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.