prcheckloop

Iteratively poll GitHub PR checks and apply fixes until green.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/elijahbowie/ArchonOS --skill prcheckloop-elijahbowie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prcheckloop
Source: https://github.com/elijahbowie/ArchonOS/tree/main/.agents/skills/prcheckloop
Command: npx skills add https://github.com/elijahbowie/ArchonOS --skill prcheckloop-elijahbowie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically brings a GitHub PR to a green state by monitoring checks on the latest commit, detecting blockers, and looping until fixes or escalation.

Core Features & Use Cases

  • Automatic tracking of PR checks on the current head SHA
  • Escalation when failures are external, flaky, or not safely fixable
  • Repeats fixes and pushes until all checks are green or a concrete blocker is reached

Quick Start

Provide a PR number or allow automatic detection, then run the loop to drive checks to green.

Frequently Asked Questions about prcheckloop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix failing GitHub PR checks?

To automatically fix failing GitHub PR checks, this Skill iteratively monitors check-runs on the latest head SHA, classifies failures, applies fixes, and pushes updates until all checks pass or a concrete blocker is reached.

What happens when a pull request fails due to an external or flaky CI check?

When a pull request fails due to an external or flaky CI check, the Skill identifies the failure type and escalates the blocker rather than attempting an unsafe fix, ensuring you are notified of concrete blockers.

Can I automatically resolve CI failures without manually providing a PR number?

Yes, you can automatically resolve CI failures without manually providing a PR number because the Skill can auto-detect the pull request associated with your current branch if a number is not specified.

How does PR check automation track changes across new commits?

PR check automation tracks changes across new commits by polling statuses against the latest PR head SHA, ensuring that any fixes pushed during the loop are validated against the most recent commit state.

Does this PR check loop require external dependencies or components to run?

No, this PR check loop does not require external dependencies or components to run, as it operates directly against GitHub-hosted repositories using your existing CI checks and pull request infrastructure.