Verify
This skill coordinates verification; it does not own project-specific commands.
Procedure
- Read the narrowest applicable
AGENTS.mdvalidation section and any route it explicitly names. - Prefer, in order: a repo-declared phase gate, a repo validation script, package-manager scripts, then a narrowly inferred command only when no owner exists.
- Run the smallest gate that covers the changed surface. Expand only after a failure or when the operator requests full verification.
- Capture the command, exit status, relevant counts, and first actionable failure. Do not dump full logs.
- For rendered UI, deployment, database, provider, or security work, invoke the matching specialist skill instead of approximating its proof.
Verdict
Return:
READYonly when every required owner gate passed;NOT READYwhen a required gate failed;UNVERIFIEDwhen the owning gate is unavailable or requires authority not granted.
Name skipped gates and why. A successful build alone does not prove rendered behavior, deployment state, persistence, authorization, or customer value.
Boundary
verify owns orchestration and reporting. Repository instructions and specialist skills own the actual acceptance criteria and commands.