pr-review

Fetch unresolved GitHub PR review comments and push fixes for re-review.

13|1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/Roeia1/SAGA --skill pr-review-roeia1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/Roeia1/SAGA/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/Roeia1/SAGA --skill pr-review-roeia1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address GitHub PR review comments by automatically surfacing unresolved feedback, applying fixes, and updating the PR so reviewers can re-check quickly.

Core Features & Use Cases

  • Identify PRs and fetch details (number, title, URL) to provide context for reviewers.
  • Fetch both inline review threads and review body comments to surface all actionable feedback.
  • Apply fixes by reading feedback, committing changes, and pushing updates for re-review.
  • Resolve addressed threads and, when necessary, dismiss or request a new review to complete the cycle.

Quick Start

To address PR review feedback, run the activation and let the skill guide you through identifying the PR, collecting comments, applying fixes, and pushing updates for re-review.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub PR review feedback and fixes?

To automate GitHub PR review feedback, this skill fetches unresolved inline comments and review summaries from your current branch, applies fixes, commits changes, and pushes updates for re-review. It completes the cycle by resolving addressed threads and requesting new reviews when necessary.

What is the best way to address unresolved GitHub pull request comments?

The best way to address unresolved GitHub pull request comments is to use this skill to surface all actionable feedback from both inline threads and review bodies, apply the necessary code fixes, and push the updated commit directly to your branch for reviewers to check.

Can I fetch both inline review threads and review body comments from a PR?

Yes, you can fetch both inline review threads and review body comments from a GitHub PR. The skill identifies the PR for your current branch, collects all unresolved feedback from both inline threads and review summaries, and prepares them for fixes.

How do I apply fixes from PR review comments and push updates for re-review?

To apply fixes from PR review comments and push updates for re-review, the skill reads the fetched feedback, applies the required changes to your code, commits them, and pushes the updates to your GitHub branch so reviewers can re-check the pull request quickly.

Does this PR review automation work with my current git branch workflow?

Yes, this PR review automation works with your current git branch workflow. It identifies the GitHub PR associated with your active branch, fetches the review context, and commits and pushes changes directly to that branch to update the pull request for re-review.