pr-review

Review GitHub pull requests and resolve feedback through structured verification.

89|7|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nikhilsitaram/claude-caliper --skill pr-review-nikhilsitaram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/nikhilsitaram/claude-caliper/tree/main/skills/pr-review
Command: npx skills add https://github.com/nikhilsitaram/claude-caliper --skill pr-review-nikhilsitaram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines pull request review by turning noisy feedback into a disciplined workflow that verifies suggestions against the codebase before making changes. It helps teams avoid superficial agreement, catch real defects, and keep review decisions tied to technical evidence.

Core Features & Use Cases

  • PR discovery and setup: Finds the target pull request from the branch, current context, or GitHub listing and prepares the right working branch or worktree.
  • Structured review modes: Supports automated fix, automated merge, and deliberate review flows so the process matches the level of human oversight needed.
  • Fresh-context subagent review: Dispatches a separate reviewer to inspect the full diff, post inline findings, and keep review judgments independent from implementation context.
  • Feedback triage and response: Collects external comments, categorizes actionable items, fixes what is valid, and dismisses false positives with technical reasoning.
  • PR closure workflow: Rebases when needed, applies fixes, posts a summary comment, and can hand off cleanly to merge completion.

Quick Start

Use the pr-review skill to review the current pull request, validate feedback against the codebase, and address or dismiss findings before posting the final PR 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 GitHub pull request reviews and resolve feedback?

Automate GitHub pull request reviews by applying a structured workflow that inspects diffs, triages reviewer feedback, and coordinates fixes. It uses background subagents to inspect code changes and validates comments against the codebase before applying fixes or merging.

How does a fresh-context subagent review work for pull requests?

A fresh-context subagent review works by dispatching a separate reviewer to inspect the full PR diff independently. This keeps review judgments isolated from implementation context, allowing it to post inline findings and identify real defects without bias.

Can I use this to automatically fix and merge GitHub pull requests?

Yes, you can use structured review modes to automatically fix or merge GitHub pull requests. It supports automated fix, automated merge, and deliberate review flows to match the exact level of human oversight needed before closing a PR.

What is the best way to triage and respond to inline PR comments?

The best way to triage inline PR comments is to collect external feedback, categorize actionable items, and fix valid issues while dismissing false positives. It replies to inline comments with technical reasoning and posts a final summary.

Do I need the gh CLI to review pull requests with a structured workflow?

Yes, you need the gh CLI and git installed to review pull requests with this workflow. It relies on these command-line tools to discover PRs, set up branches or worktrees, apply fixes, and coordinate merge decisions on GitHub.

Why should I validate code review feedback before merging a pull request?

Validating code review feedback before merging a pull request avoids superficial agreement and catches real defects. It ensures review decisions are tied to technical evidence by verifying suggestions against the actual codebase before applying changes.