verify
Installation
SKILL.md
/verify — Repo-Level Verification via Polling
Orchestrate the push → poll → fix → push loop for a pull request.
You poll the repo's verifiers with gh CLI, read feedback, fix issues, and iterate.
No scripts — you are the orchestration loop.
Requires: gh CLI authenticated with repo access, a PR branch.
Discover what the repo has
Not every repo has all three verification layers. Before entering the loop, check which ones exist. Only poll layers that are actually set up.
gh workflow list --json name --jq '.[].name'