review-pr

Fetch pull-request metadata and inspect diffs via GitHub CLI.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/mitch-mitchel/claude-starter --skill review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/mitch-mitchel/claude-starter/tree/main/skills/review-pr
Command: npx skills add https://github.com/mitch-mitchel/claude-starter --skill review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual pull-request reviews are slow and error-prone. This Skill uses GitHub CLI to fetch PR metadata, examine diffs, and read full context, helping you review faster and more consistently.

Core Features & Use Cases

  • PR Metadata Fetching: Retrieve title, author, base/head branches, and description to inform decisions.
  • Diff Review: Inspect changed files and code blocks to assess impact.
  • Contextual Analysis: Open surrounding lines and files for deeper understanding when needed.
  • Standards Alignment: Compare PR against project guidelines and conventions.

Quick Start

Use the /review-pr command with a PR number or full URL, for example: /review-pr 123 or /review-pr https://github.com/org/repo/pull/123