pr-review

Analyze Git diffs to generate PR review reports with mergeability guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews diffs of PRs and commits to determine merge readiness and surface actionable feedback.

Core Features & Use Cases

  • Analyzes git diffs between branches or commits to outline change scope and intent
  • Generates a PR review report highlighting impact, risks, and mergeability
  • Supports multiple input modes: current diff, staged changes, or specified branches/commits
  • Outputs structured recommendations and next steps for maintainers

Quick Start

Provide a branch name or commit hash to generate a PR review report for the differences.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I generate a code review from a git diff before merging a pull request?

To generate a code review from a git diff, provide a branch name or commit hash to parse the changes. The tool summarizes change scope, intent, and mergeability to produce a structured decision-ready assessment for your pull request.

Can I review staged changes instead of comparing two git branches?

Yes, you can review staged changes instead of comparing branches. The tool supports multiple input modes including current working diffs, staged changes, or specified branch and commit references to analyze merge readiness.

What does an automated PR review report include for merge guidance?

An automated PR review report includes change scope summaries, impact analysis, and identified risks. It outputs structured recommendations and next steps to help maintainers determine mergeability and make informed decisions.

How do I analyze the impact and risk of a commit diff?

To analyze the impact and risk of a commit diff, the tool parses the specified changes between commits. It evaluates the modifications and generates a structured report highlighting potential risks and actionable feedback for maintainers.

Do I need any external dependencies to run automated diff analysis on my repository?

No external dependencies are required to run automated diff analysis on your repository. The tool operates independently to parse git diffs and surface merge guidance without additional components or setup.

What is the best way to check pull request mergeability for multiple commits?

The best way to check pull request mergeability for multiple commits is to provide the target commit hashes or branch names. The tool parses the resulting diff to outline change intent and output a decision-ready assessment.