ワンクリックで
verify
Verify that implemented code changes match their specification. Use after a spec has been implemented.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify that implemented code changes match their specification. Use after a spec has been implemented.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Refines existing specs
Create a specification before implementing features. Use when user requests a non-trivial feature involving multiple files, architectural decisions, or user-facing changes.
Implement features with phase checkpoints. Use after a spec exists in .claude/specs/ or when implementing a confirmed specification.
| name | verify |
| description | Verify that implemented code changes match their specification. Use after a spec has been implemented. |
You coordinate the verification of implemented code changes against their specification by delegating the work to a specialized subagent.
/verify or "verify the implementation"Check for user input:
/verify feature-name), use that spec filespecs/ directorystatus field in the front-matterstatus: implemented or recent modificationsAsk user to confirm:
Launch the subagent:
Invoke the verify-agent subagent (located at .cursor/agents/verify-agent.md) to perform the verification:
/verify-agentAfter receiving the verification report: