pr-autoreview-loop

Automate PR autoreview finding fixes and re-poll until checks pass.

28|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/ma08/botfiles --skill pr-autoreview-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-autoreview-loop
Source: https://github.com/ma08/botfiles/tree/main/claude/skills/pr-autoreview-loop
Command: npx skills add https://github.com/ma08/botfiles --skill pr-autoreview-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually addressing PR autoreview comments, waiting for rechecks, and repeating the process until all findings are resolved is tedious and time-consuming for developers managing open pull requests.

Core Features & Use Cases

  • Automated Review Loop: Automatically waits for current-head autoreview sweeps, addresses reported findings, and re-polls until the PR is marked clean.
  • Safe Stop Conditions: Halts and requests human input if the review is blocked or the review infrastructure fails, preventing infinite or unproductive loops.
  • Use Case: A developer with an open PR that has an autoreviewer configured can use this skill to handle the entire back-and-forth of fixing review comments and waiting for updated checks without manual monitoring.

Quick Start

Use the pr-autoreview-loop skill to automatically address all current-head PR autoreview findings for your open pull request and re-poll the review status until it passes all checks.

Frequently Asked Questions about pr-autoreview-loop

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

FAQPage Schema
How do I automate fixing GitHub pull request code review comments?

Automate fixing GitHub pull request code review comments by using an agent workflow that addresses autoreview findings, waits for current-head rechecks, and re-polls until the PR passes all configured checks. This removes the manual back-and-forth of monitoring and updating review status.

What is a PR autoreview loop and how does it work?

A PR autoreview loop is an automated agent workflow that repeatedly addresses code review findings reported by an autoreviewer, waits for updated checks against the current PR head commit, and re-polls the review status until the pull request is clean.

Can I use this automated review loop with any GitHub pull request?

You can use this automated review loop with any open GitHub pull request that has an autoreviewer configured to run checks against the exact current PR head commit. It requires no additional dependencies to operate within your software engineering workflow.

What happens if the PR autoreview gets blocked or the review infrastructure fails?

If the PR autoreview gets blocked or the review infrastructure fails, the automated loop implements bounded retry logic with explicit stop conditions to halt the process and request human input, preventing infinite or unproductive loops.

What are the limitations of automating GitHub PR code review fixes?

Automating GitHub PR code review fixes is limited by bounded retry logic that stops the loop if the review is blocked or infrastructure fails, requiring human input for unproductive states. It only addresses autoreview findings against the exact current PR head commit.