review-loop-author

Automate code review feedback on GitHub Pull Requests with multi-round iterations.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/kiloloop/oacp-skills --skill review-loop-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-loop-author
Source: https://github.com/kiloloop/oacp-skills/tree/main/skills/review-loop-author/claude
Command: npx skills add https://github.com/kiloloop/oacp-skills --skill review-loop-author

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of addressing code review feedback on a GitHub Pull Request, ensuring that identified issues are resolved efficiently and the PR progresses towards approval.

Core Features & Use Cases

  • Automated Feedback Resolution: Parses review findings and applies code changes.
  • Multi-Round Support: Manages iterative feedback and re-review cycles.
  • Hybrid Architecture: Separates I/O (leader) from code fixing (subagent) for efficiency.
  • Use Case: An agent acting as a code author receives feedback on a PR. This skill automatically parses the feedback, uses a sub-agent to fix the code, commits the changes, and requests a re-review, streamlining the code review process.

Quick Start

Use the review-loop-author skill to address feedback for pull request number 123, with the reviewer named 'reviewer-agent'.

Frequently Asked Questions about review-loop-author

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

FAQPage Schema
How do I automate addressing code review feedback on a GitHub pull request?

Automating code review feedback involves parsing review findings on a GitHub pull request and applying code changes. This skill uses a subagent to resolve issues, commit changes, and request a re-review iteratively.

Can I use GitHub CLI to iterate through multiple rounds of pull request reviews?

Yes, you can use GitHub CLI to handle multi-round pull request reviews. The process manages iterative feedback cycles by applying fixes, committing, and requesting re-reviews until the PR is approved.

What dependencies are required to automate pull request fixes?

Automating pull request fixes requires git and GitHub CLI (gh) installed. These tools handle repository operations and pull request interactions needed to parse findings and commit code changes.

How does a subagent architecture improve automated code review workflows?

A hybrid architecture separates I/O operations from code fixing by using a dedicated subagent for modifications. This isolates the code fixing process, allowing the leader to handle messaging and coordination efficiently.

What are the limitations of fully automating code review feedback resolution?

Automated code review feedback resolution relies on parsing review findings and applying fixes via a subagent. It is limited by the accuracy of feedback parsing and may require manual intervention for ambiguous or complex architectural review comments.