pr-review-loop

Automate GitHub pull request review, CI checks, code fixes, and merging via CLI and git.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dundas/uhr --skill pr-review-loop-dundas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-loop
Source: https://github.com/dundas/uhr/tree/main/.claude/skills/pr-review-loop
Command: npx skills add https://github.com/dundas/uhr --skill pr-review-loop-dundas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire pull request review and merging process, from waiting for feedback to ensuring CI passes and merging the code, significantly reducing manual overhead for developers.

Core Features & Use Cases

  • Automated Review Monitoring: Continuously polls for reviewer feedback and comments on GitHub PRs.
  • AI-Powered Feedback Analysis: Classifies review comments into blocking, important, nit, or questions, and generates a gap analysis.
  • Automated Fix Implementation: Implements fixes for blocking issues using specified agents and pushes changes.
  • CI/CD Integration: Waits for CI checks to pass before merging.
  • Use Case: A developer creates a PR and triggers this Skill. The Skill monitors for reviews, analyzes feedback, implements necessary code changes, pushes them, and waits for CI to pass before merging the PR automatically.

Quick Start

Use the pr-review-loop skill to monitor and merge pull request number 123.

Frequently Asked Questions about pr-review-loop

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

FAQPage Schema
How do I automate pull request review and merging on GitHub?

Automating pull request review and merging is achieved by continuously polling for reviewer feedback, using AI agents to analyze and implement code fixes, and waiting for CI checks to pass before automatically merging the PR.

How does AI feedback analysis work for GitHub code reviews?

AI feedback analysis works by classifying GitHub pull request review comments into blocking, important, nit, or question categories, then generating a gap analysis to determine the necessary automated code modifications.

Do I need the gh CLI to automate CI/CD checks before merging a pull request?

Yes, you need the gh CLI and git installed to automate CI/CD checks before merging a pull request, as these command-line tools are required to manage repository operations and monitor CI status.

What is the best way to handle blocking review comments automatically?

The best way to handle blocking review comments automatically is to use specified AI agents that interpret the feedback, implement the required code fixes, and push the changes directly to the pull request branch.

Can I use this automated PR workflow to wait for CI checks to pass before merging code?

Yes, you can use this automated PR workflow to wait for CI checks to pass before merging code, as it continuously monitors CI/CD pipelines and only executes the merge after all required checks are successful.

Why does automated pull request merging require continuous polling for reviewer feedback?

Automated pull request merging requires continuous polling for reviewer feedback to ensure the workflow captures all comments, analyzes newly submitted blocking issues, and applies code fixes before CI checks and final merging.