looping-pr-reviews

Loop through GitHub PR reviews, analyze feedback, and apply fixes until approval.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Open330/agt --skill looping-pr-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: looping-pr-reviews
Source: https://github.com/Open330/agt/tree/main/development/pr-review-loop
Command: npx skills add https://github.com/Open330/agt --skill looping-pr-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, git, and includes scripts (resource) components.

What problem does it solve?

PRs require multiple review rounds with scattered feedback, causing delays. This Skill automates waiting for reviews, analyzing comments, and applying fixes in a loop to drive PRs toward approval.

Core Features & Use Cases

  • Automates review loop: waits for new reviews, analyzes feedback, and applies fixes in sequence until LGTM.
  • High-velocity collaboration: supports iterative changes in team review workflows across open-source or private repositories.
  • Traceable history: commits are created for each fix, enabling audit trails and easier reverts.

Quick Start

Use the looping-pr-reviews skill to automatically process PR reviews in your repository.

Frequently Asked Questions about looping-pr-reviews

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

FAQPage Schema
How do I automate GitHub PR review fixes until approval?

To automate PR review fixes, this Skill monitors new reviews, analyzes feedback, and applies fixes in a loop until the PR is approved. It handles multiple rounds of comments and commits to drive pull requests toward approval.

Do I need GitHub CLI and Git installed to automate pull request reviews?

Yes, automating pull request reviews requires Git, GitHub CLI, and jq installed. The scripted workflow relies on these dependencies to monitor reviews, commit changes, push updates, and trigger re-reviews.

Can I use this automated PR review workflow for private repositories?

Yes, this automated PR review workflow supports both open-source and private repositories. It facilitates iterative changes and handles multiple rounds of comments across diverse teams within either environment.

What is the best way to handle iterative PR comments from multiple team members?

The best way to handle iterative comments is using an automated review loop that analyzes feedback and applies fixes sequentially. This Skill creates a traceable commit history for each fix, enabling audit trails and easier reverts.

Does this automated PR review process keep a traceable commit history?

Yes, the automated PR review process keeps a traceable commit history. It creates a distinct commit for every applied fix, which provides a clear audit trail and enables easier reverts if a specific change causes issues.