원클릭으로
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.