Use the $pr-loop skill for the current repository and current branch.
Stay in the loop until the PR is merged and the 3-minute post-merge verification is complete, unless a real blocker requires user input.
| interface: | |
| display_name: "PR Loop" | |
| short_description: "Run the full PR review and merge loop" | |
| default_prompt: "Use $pr-loop to open or update the current branch PR, loop on review and CI until clear, then merge and verify deploy." | |
| policy: | |
| allow_implicit_invocation: false |
Use the $pr-loop skill for the current repository and current branch.
Stay in the loop until the PR is merged and the 3-minute post-merge verification is complete, unless a real blocker requires user input.
| name | description |
|---|---|
pr-loop |
Run the full GitHub pull request loop for the current branch, including review waits, fix and amend cycles, merge, and post-merge verification. |
Run the whole PR lifecycle without dropping the follow-through steps. Use this skill when the user wants a repeatable "open PR, wait, inspect review, fix, recheck, merge, verify deploy" loop for the current branch.
gh must be available.gh auth status shows the user is not logged in, stop and ask them to authenticate before continuing.Inspect the current state first.
Publish or update the PR.
main.@codex review.@codex review in the amended commit message.Turn on merge automation when possible.
Wait before checking review results.
sleep 300 or equivalent).Read the blockers, not just the summary.
gh pr checks.gh directly, or bring in $gh-address-comments or $gh-fix-ci if that is the fastest way to clear the blockers.Fix, verify, amend, and push.
@codex review in the amended commit message.--force-with-lease.Repeat until the PR is truly clear.
Merge and verify after merge.
sleep 180 or equivalent).