Favicon of prcheckloop

prcheckloop Skill

AI Agent SkillTypeScriptOpen source

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.

Decision snapshot

Is this a fit?

Best for

Testing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Testing use cases

Declared skill metadata

  • Source file: .agents/skills/prcheckloop/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use prcheckloop Skill

  • Use it for testing.

Built with

TypeScriptCopy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
0
Forks
1
Last commit
2 months ago
Last verified
Sep 3, 2026
Metadata fetched
Sep 3, 2026
Repository age
3 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to prcheckloop