review-pr

Automate PR review loops by polling CI checks and threads.

2|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ondrasek/cc-plugins --skill review-pr-ondrasek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/ondrasek/cc-plugins/tree/main/plugins/github-issues/skills/review-pr
Command: npx skills add https://github.com/ondrasek/cc-plugins --skill review-pr-ondrasek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PR workflows are tedious and error-prone due to manual polling of CI checks, reviewer feedback, and thread management. This skill automates the end-to-end PR review loop to move from open to merge with minimal manual intervention.

Core Features & Use Cases

  • Automated PR loop: polls CI checks, reviews, and unresolved threads until green.
  • Deterministic iterations: runs within a max iterations budget and logs every action.
  • Safe merge enablement: refuses to act on main/master and surfaces blockers for user review.

Quick Start

Tell the tool to review your PR and it will monitor checks, fix failures, address feedback, and push updates until merge-ready.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate the GitHub pull request review loop from open to merge?

Automate the PR review loop by polling CI checks, GitHub reviews, and unresolved threads until green. This skill handles pushing fixes and responding to comments deterministically up to a max iteration budget, ensuring no auto-merge on main.

Do I need GraphQL access to automate CI checks and PR thread management?

Yes, GraphQL access is required to retrieve and manage PR threads. You also need the gh CLI for PR data and shell commands to push fixes directly to your feature branch during the automated workflow.

What's the best way to monitor CI checks and reviewer feedback on feature branches?

Poll CI checks and reviewer feedback automatically using a deterministic loop that logs every action. It monitors status, addresses failures, and pushes updates until your feature branch is merge-ready, refusing to act on main or master branches.

Can I use automated PR merging on the main branch?

No, automated merging is explicitly blocked on main and master branches. The tool surfaces blockers for manual review instead of auto-merging, ensuring safe merge enablement and protecting critical repository branches.

Does the PR review automation stop if CI checks fail repeatedly?

Yes, the automation runs within a configurable max iterations budget. It polls checks, attempts fixes, and responds to feedback deterministically, stopping and logging steps for auditing if it cannot reach a merge-ready state.

How does automated PR review handle unresolved threads and reviewer comments?

It monitors unresolved threads and reviewer comments via GraphQL, pushing updates to your feature branch to address feedback. The loop continues polling until threads are resolved and CI checks pass, or max iterations are reached.