review-pr

Resolve GitHub pull request review comments with fixes and re-review requests.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/Omniloy/agent-skills --skill review-pr-omniloy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Omniloy/agent-skills/tree/main/skills/review-pr
Command: npx skills add https://github.com/Omniloy/agent-skills --skill review-pr-omniloy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you turn GitHub review comments into concrete code changes, clear responses, and a clean re-review cycle without losing track of what each reviewer asked for.

Core Features & Use Cases

  • Review analysis: Fetches pull request details, review comments, and issue comments so each concern is evaluated against the actual code.
  • Change planning: Classifies feedback as valid, partially valid, or not valid, then presents a concise approval plan before making any edits.
  • Implementation and follow-up: Applies minimal fixes, commits and pushes the changes, replies to each reviewer on GitHub, and requests re-review when appropriate.
  • Use case: A developer receives several Greptile and human comments on a PR and uses this Skill to systematically resolve them while keeping the response history and branch updates aligned.

Quick Start

Use the review-pr skill on PR 220, analyze the comments, and wait for my approval before making any code changes.

Frequently Asked Questions about review-pr

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

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

To resolve GitHub pull request review comments automatically, this Skill fetches PR details, analyzes feedback against actual code, proposes minimal fixes, and coordinates replies with re-review requests.

Can I apply code changes from PR feedback without losing track of reviewer requests?

You can apply code changes from PR feedback without losing track by classifying each comment as valid or not valid, presenting an approval plan, and systematically replying to each reviewer on GitHub.

What is the process for requesting a re-review on a GitHub pull request?

Requesting a re-review on a GitHub pull request involves analyzing review threads, applying minimal edits, committing and pushing changes, and triggering a re-review request through the GitHub API.

Does this work with both automated and human code review comments on active PRs?

It works with both automated and human code review comments on active PRs by retrieving PR metadata, validating comments against file context, and coordinating follow-up replies for each thread.

How do I plan code changes before committing fixes for GitHub review feedback?

To plan code changes before committing fixes for GitHub review feedback, the Skill evaluates each comment, categorizes it as valid or partially valid, and presents a concise approval plan before any edits.