pr-review

Review GitHub pull requests by drafting inline comments for approval.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/jeremygiberson/gh-pr-tasks-plugin --skill pr-review-jeremygiberson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/jeremygiberson/gh-pr-tasks-plugin/tree/main/skills/pr-review
Command: npx skills add https://github.com/jeremygiberson/gh-pr-tasks-plugin --skill pr-review-jeremygiberson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performs a full code review on a GitHub pull request by reading the diff, drafting inline review comments, and presenting them for user approval before submission.

Core Features & Use Cases

  • Reads PR diffs and analyzes the changes for correctness, edge cases, and design
  • Drafts precise inline comments with rationale and actionable guidance
  • Presents a complete review for user approval and submits via gh pr-review
  • Warns if the current branch doesn't match the PR branch and guides resolution
  • Enforces that reviews are not auto-submitted to preserve safety

Quick Start

Provide a PR number or URL to begin a full review process and generate inline comments and a submission summary.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate a GitHub pull request code review with inline comments?

Automate GitHub pull request code reviews by reading diffs, analyzing correctness, and drafting inline comments for approval. The workflow reads the PR changes, generates actionable feedback, and guides submission using the gh CLI.

What do I need to set up before running an automated PR review?

Running an automated PR review requires the gh CLI, git, and a configured repository context. Ensure your local branch matches the PR branch, as the workflow warns and guides resolution if there is a mismatch before proceeding.

Can I automatically submit PR feedback without approving it first?

PR feedback cannot be automatically submitted without approval. The workflow enforces non-auto submit to preserve safety, presenting a complete review with drafted inline comments for user approval before submitting via gh pr-review.

How does a guided code review examine a pull request for issues?

A guided code review examines a pull request for issues by reading the diff and analyzing changes for correctness, edge cases, and design. It drafts precise inline comments with rationale and actionable guidance for the reviewer.

What is the best way to provide feedback on a pull request across repositories?

The best way to provide feedback on a pull request across repositories is using the gh-pr-review workflow. It handles the end-to-end process by drafting inline comments and guiding the submission of the review through the gh CLI.

Why does my pull request review fail when my local branch does not match the PR branch?

Pull request review workflows warn when your current branch does not match the PR branch to prevent reviewing incorrect code. The workflow uses prompts to resolve the branch state and guide you through the correct decisions before proceeding.