verify

Installation
SKILL.md

Verify

Self-check your own completed change before handing it off to review. Verify proves the change boots, passes guardrails, and survives the real surface — it is not a substitute for independent review.

Principles

  • Verify is the builder's gate before review; it does not replace review
  • The builder does not grade their own work in the same context — switch into a fresh evaluator context or separate subagent first
  • Run repo guardrails first, then hit the real surface
  • Prefer smoke, integration, contract, or e2e proof over unit tests that mock most of the behavior under test
  • Self-correct obvious issues you spot while exercising the change; leave the rigorous code-shape pass to review
  • Load shared doctrine from the repo's guidance files such as AGENTS.md, CLAUDE.md, or repo rules before judging the result
  • If the infrastructure is too weak to verify reliably, stop and hand off to agent-readiness

Handoffs

  • Verification passed → hand off to review for the independent ship decision
  • No stable boot / smoke / interact path, or infrastructure too weak to trust → use agent-readiness
  • Auditing existing code, a diff, branch, or PR you did not author → use review
Related skills

More from uinaf/agents

Installs
13
Repository
uinaf/agents
GitHub Stars
2
First Seen
Apr 26, 2026