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