fix-pr-review-loop

Automate pull request review feedback resolution via GitHub CLI.

45|7|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/richkuo/rk-skills --skill fix-pr-review-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-review-loop
Source: https://github.com/richkuo/rk-skills/tree/main/skills/fix-pr-review-loop
Command: npx skills add https://github.com/richkuo/rk-skills --skill fix-pr-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual back-and-forth of addressing PR review comments by automating the cycle of fixing code, waiting for re-reviews, and iterating until the PR is approved.

Core Features & Use Cases

  • Autonomous Convergence: Automatically resolves review feedback, handles merge conflicts, and triggers re-reviews until an LGTM is achieved.
  • Smart Loop Management: Implements a safety cap of 5 cycles to prevent infinite loops, relaxing criteria for non-blocking findings after the limit is reached.
  • Use Case: Use this when you have an open PR with feedback and want to let the AI handle the entire resolution process without needing to manually trigger every step.

Quick Start

Run the fix-pr-review-loop skill to automatically address all outstanding review comments on the current pull request until it is approved.

Frequently Asked Questions about fix-pr-review-loop

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

FAQPage Schema
How do I automatically resolve pull request review comments on GitHub?

To automatically resolve pull request review comments, you can run the fix-pr-review-loop skill to iteratively apply code fixes and monitor re-reviews until the PR is approved.

Can I automate the PR feedback loop until my code changes get an LGTM?

Yes, you can automate the PR feedback loop to continuously address review feedback, handle merge conflicts, and trigger re-reviews until your code changes receive an LGTM approval.

What is the best way to handle continuous integration code review iterations automatically?

The best way to handle continuous integration code review iterations is by using an autonomous loop that applies fixes, monitors for re-reviews, and converges on approval without manual triggering.

Do I need GitHub CLI integration to automate pull request review cycles?

Yes, you need GitHub CLI integration to fetch the pull request state, post comments, and manage the automated review cycles required for resolving feedback.

What happens if my automated PR review loop gets stuck in an infinite cycle?

If your automated PR review loop gets stuck, the smart loop management implements a safety cap of 5 cycles, relaxing criteria for non-blocking findings after the limit is reached.