auto-review-pr
Auto Review PR
Review a GitHub pull request by number without touching the current worktree. Always fetch the exact PR from GitHub, review it in an isolated worktree, submit the verdict, and if the PR still has blockers run the autonomous autofix flow that keeps resolving conflicts, fixing code, testing, validating, and re-reviewing until the PR is actually ready or a non-actionable blocker remains.
Arguments
{prNumber}(required) — the PR number to review or re-review (for example1234)--force(optional) — bypass the in-progress concurrency check; use when intentionally taking over a PR that another auto-skill or human already claimed
Workflow
0. Load pipeline config, then claim the PR
Load .ai/agentic.config.json using the standard snippet from the setup-agent-pipeline skill. If the file is missing, stop and tell the user to run setup-agent-pipeline first. This skill uses LABELS_ENABLED, QA_GATE, and the validation.commands gate; the PR's own baseRefName is authoritative for diffs and conflict resolution.
Auto-skills MUST NOT clobber each other. Before doing anything else, decide whether you may claim this PR.