pr-review

Automate GitHub PR reviews with inline comments and formal submissions via gh CLI.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/arnavsurve/dotfiles --skill pr-review-arnavsurve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/arnavsurve/dotfiles/tree/main/agents/skills/pr-review
Command: npx skills add https://github.com/arnavsurve/dotfiles --skill pr-review-arnavsurve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines code review of GitHub pull requests by enabling precise inline comments and formal review submissions via the gh CLI, reducing manual context gathering.

Core Features & Use Cases

  • Inline review comments: attach targeted feedback directly to changed lines in a PR.
  • Diff-aware review: summarize modified files and key changes to expedite approvals.
  • Formal review submission: publish as a GitHub Review with approved/request changes and rationale.

Quick Start

Review a PR by providing its URL to the skill and let it fetch metadata, diffs, and files to generate your inline comments.

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 pull request reviews with inline comments?

Automate GitHub pull request reviews by fetching PR metadata, diffs, and file contents to generate targeted inline comments. The skill uses the gh CLI to extract repository context and submit formal reviews directly to changed lines.

Can I submit a formal GitHub Review with requested changes via CLI?

Yes, you can submit a formal GitHub Review with approvals or requested changes. The skill satisfies GitHub's review submission requirements using the gh CLI to publish your review status and rationale directly to the pull request.

What is the best way to review a PR diff without leaving my terminal?

Review a PR diff directly in your terminal by providing the pull request URL. The skill automatically extracts modified files and metadata, applying diff analysis to expedite approvals without needing the GitHub web interface.

Do I need the GitHub CLI installed to analyze pull request diffs?

Yes, the GitHub CLI is required to fetch PR data and satisfy review submission requirements. The skill relies on the gh CLI to extract pull request metadata, diffs, and file contents for diff-aware code analysis.

How can I output a pull request review summary directly in chat?

Output a pull request review summary directly in chat by using the optional --here flag. This bypasses formal submission to GitHub, displaying the generated inline comments and diff analysis locally instead.