원클릭으로
verify
Use when making any completion claim, reviewing findings, or processing agent reports
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when making any completion claim, reviewing findings, or processing agent reports
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Iterative review-fix loop for accumulated milestone/branch changes. Runs parallel reviewers, fixes findings autonomously, repeats until clean. Use after multiple tasks merge to a milestone branch, or before merging to main. Invoke with /milestone-review --base-branch main. Supports --dry-run and --max-iterations.
This skill should be used when the user wants a comprehensive code review using multiple specialized reviewers in parallel. Invoked with /multi-review or when user asks for 'thorough review', 'full code review', or 'review from multiple perspectives'. Use --plan <path> to review an implementation plan pre-coding.
Use when facing a bug, test failure, or unexpected behavior that isn't immediately obvious
Use when starting a new feature or idea that needs thorough pre-execution planning. Use instead of calling /product-review, /spec, and review skills individually.
Use when you have an idea, goal, or feature description and need to turn it into an actionable plan with tasks
Use when you need measured performance evidence by running a repeatable command on the current branch and a baseline ref
| name | verify |
| description | Use when making any completion claim, reviewing findings, or processing agent reports |
| allowed-tools | Read, Bash, Glob, Grep, Edit, Write |
Iron Law: NEVER CLAIM SUCCESS WITHOUT FRESH VERIFICATION EVIDENCE IN THIS MESSAGE.
Violating the letter of the rules is violating the spirit. There are no clever workarounds.
Every claim follows five steps:
| Excuse | Reality |
|---|---|
| "Tests passed earlier" | Earlier is not now. Run them fresh. |
| "Only changed docs" | Doc changes can break builds. Run tests. |
| "Teammate already verified" | You verify independently. |
| "Review found nothing critical" | Review is not verification. Run tests. |
| "It's a trivial change" | Trivial changes cause production outages. Verify. |
| "CI will catch it" | CI is a safety net, not a substitute. Run locally. |
If you catch yourself thinking any of these, STOP:
Never use these without accompanying evidence in the same message:
"should work", "looks correct", "I'm confident", "probably fine", "seems to"
When receiving review findings or feedback:
Inspired by obra/superpowers verification-before-completion and receiving-code-review skills