review-loop

Automate the GitHub pull request peer review cycle with iterative feedback resolution.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/lklimek/claudius --skill review-loop-lklimek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-loop
Source: https://github.com/lklimek/claudius/tree/main/skills/review-loop
Command: npx skills add https://github.com/lklimek/claudius --skill review-loop-lklimek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-fetch-reviews.sh, gh-fetch-review-comments.sh, gh-request-reviewer.sh, git, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious process of managing code review feedback, allowing for a more efficient and iterative development workflow.

Core Features & Use Cases

  • Automated Peer Review: Initiates and manages the entire peer review process for a pull request.
  • Iterative Feedback Loop: Automatically requests reviews, waits for comments, applies fixes, commits changes, and pushes them for re-review until all actionable feedback is addressed.
  • Use Case: Streamline your pull request workflow by having this Skill automatically handle the back-and-forth of code reviews, ensuring timely resolution of feedback without constant manual intervention.

Quick Start

Use the review-loop skill to automatically manage the peer review process for the current pull request.

Frequently Asked Questions about review-loop

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

FAQPage Schema
How do I automate the GitHub pull request review cycle?

To automate the GitHub pull request review cycle, you can use a skill that requests reviews, polls for comments, applies fixes, commits changes, and pushes updates iteratively until feedback is resolved or a timeout occurs.

What is an iterative code review feedback loop?

An iterative code review feedback loop is a process where code changes are submitted, peer feedback is fetched, fixes are applied and pushed, and the cycle repeats automatically until all actionable comments are resolved.

Can I automatically apply fixes from GitHub pull request comments?

Yes, you can automatically apply fixes from GitHub pull request comments. The automated workflow fetches review comments, evaluates them, applies the necessary code fixes, commits the changes, and pushes them for re-review.

Do I need the gh CLI to automate requesting reviewers on a pull request?

Yes, automating the request for reviewers on a pull request requires the gh CLI. The workflow specifically depends on shell scripts like gh-request-reviewer.sh, gh-fetch-reviews.sh, and gh-fetch-review-comments.sh to interact with GitHub.

What happens to the code review loop if feedback is not addressed?

If feedback is not addressed, the code review loop will eventually terminate. The automated process handles iterative feedback resolution but includes a timeout mechanism to stop the cycle if actionable comments remain unresolved.

Is there a way to automatically commit and push code fixes after a review?

Yes, there is a way to automatically commit and push code fixes after a review. The automation evaluates fetched review comments, applies the required fixes locally, commits the changes to git, and pushes the updates back to the pull request branch.