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'
  • CI checks — almost every repo has these. If gh pr checks returns results, CI is present.
  • PR review bot — look for a workflow named like "PR Review" or "pr-review" in the output above, or check for .github/workflows/pr-review*.yml in the repo. If it's not there, the repo doesn't have automated PR review. Skip step 3 entirely.
Related skills

More from openhands/skills

Installs
1
GitHub Stars
99
First Seen
Apr 15, 2026