prcheckloop Skill
Iteratively gets a GitHub pull request's checks green. Detects the PR for the current branch or uses a provided PR number, waits for every check on the latest head SHA to appear and finish, investigates failing checks, fixes actionable code or test issues, pushes, and repeats. Escalates with a precise blocker when fail Published by microsoft in amplifier-app-paperclip.
What is prcheckloop Skill?
Iteratively gets a GitHub pull request's checks green. Detects the PR for the current branch or uses a provided PR number, waits for every check on the latest head SHA to appear and finish, investigates failing checks, fixes actionable code or test issues, pushes, and repeats. Escalates with a precise blocker when fail Published by microsoft in amplifier-app-paperclip. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use prcheckloop Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-paperclip
- Skill file: .agents/skills/prcheckloop/SKILL.md
What it does
Iteratively gets a GitHub pull request's checks green. Detects the PR for the current branch or uses a provided PR number, waits for every check on the latest head SHA to appear and finish, investigates failing checks, fixes actionable code or test issues, pushes, and repeats. Escalates with a precise blocker when fail
Skill instructions
PRCheckloop Get a GitHub PR to a fully green check state, or exit with a concrete blocker. Scope - GitHub PRs only. If the repo is GitLab, stop and use check-pr. - Focus on checks for the latest PR head SHA, not old commits. - Focus on CI/status checks, not review comments or PR template cleanup. - If the user also wants review-comment cleanup, pair this with check-pr. Inputs - PR number (optional): If not provided, detect the PR for the current branch. - Max iterations: default 5. Workflow 1. Identify the PR If no PR number is provided, detect it from the current branch: bash gh pr view --json number,headRefName,headRefOid,url,isDraft If needed, switch to the PR branch before making changes. Stop early if: - gh is not authenticated - there is no PR for the branch - the repo is not hosted on GitHub 2. Track the latest head SHA Always work against the current PR head SHA: bash PRJSON=$(gh pr view "$PRNUMBER" --json number,headRefName,headRefOid,url) HEADSHA=$(echo "$PRJSON" | jq -r .hea
Explore related resources
Frequently asked questions
What is prcheckloop?
prcheckloop is a open-source AI agent skill with Copy skill directory. Iteratively gets a GitHub pull request's checks green. Detects the PR for the current branch or uses a provided PR number, waits for every check on the latest head SHA to appear and finish, investigates.
Who is prcheckloop best for?
prcheckloop is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install prcheckloop?
Install or run prcheckloop using Copy skill directory. Check prcheckloop for the latest setup command.
Is prcheckloop actively maintained?
prcheckloop may need a closer maintenance check before production use.
Auto-fetched from GitHub.