ワンクリックで
verify
Verify acceptance criteria with build, test, state, and smoke-check evidence. Use when the user wants proof that work is complete.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify acceptance criteria with build, test, state, and smoke-check evidence. Use when the user wants proof that work is complete.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Produce a structured handoff document summarizing completed work and next steps.
Produce a phased execution plan aligned to the oh-my-gemini roadmap gates.
Perform a structured code review of recent changes or a specific scope.
Orchestrate parallel tmux workers for a multi-agent team task.
Verify that acceptance criteria are met and work is complete.
Run a focused Gemini advisor prompt and save the reusable result artifact. Use when the user wants a quick advisor-style answer without a full workflow.
| name | verify |
| aliases | ["/verify","verify work","check completion","validate"] |
| primaryRole | verifier |
| description | Verify acceptance criteria with build, test, state, and smoke-check evidence. Use when the user wants proof that work is complete. |
Use this skill when the user wants to verify that a task or feature is complete.
Checks evidence of completion against acceptance criteria. Runs smoke tests, inspects state files, and reports any gaps between expected and actual outcomes.
npm run build)npm run test:smoke)## Verification Report
### Build: PASS / FAIL
### Tests: PASS / FAIL (N/M passed)
### Acceptance Criteria:
- [x] Criterion 1 — evidence: <file or output>
- [ ] Criterion 2 — MISSING: <what is expected>
### Overall: PASS / FAIL
omg skill verify [--criteria "<list of criteria>"]