review-pr

Analyze all commits against the base branch to detect breaking changes and assess blast radius.

3|3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/n24q02m/claude-plugins --skill review-pr-n24q02m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/n24q02m/claude-plugins/tree/main/plugins/better-code-review-graph/skills/review-pr
Command: npx skills add https://github.com/n24q02m/claude-plugins --skill review-pr-n24q02m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review automation that analyzes the entire branch history to validate submission readiness, detect issues across commits, and surface breaking changes before merge.

Core Features & Use Cases

  • Multi-commit analysis: evaluates all commits against the base to ensure cohesive changes.
  • Breaking-change detection: identifies exported API changes and potential consumer impact.
  • Structured review output: produces a detailed, hierarchy-friendly report including blast radius and commit messages.

Quick Start

Provide a PR number or branch name and run the PR review workflow to generate the full inspection report.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews across all commits in a branch?

Automated PR review analyzes all commits against the base branch to validate submission readiness. It evaluates the entire branch history to detect issues across commits and surface breaking changes before merge.

What is blast radius analysis in a pull request?

Blast radius analysis assesses the potential consumer impact of exported API changes within a pull request. It uses graph and impact queries to determine how breaking changes affect downstream code before merge.

How do I detect breaking changes in a multi-commit pull request?

Breaking-change detection identifies exported API changes by analyzing git diff and git log data across all commits. It evaluates the complete branch history against the base to ensure changes are cohesive.

Do I need a specific git diff format to run a comprehensive PR review?

Comprehensive PR review requires access to git diff, git log, and a set of graph, review, and impact queries. Provide a PR number or branch name to generate the full inspection report.

How do I verify conventional commits quality before merging a pull request?

PR review validates commit quality by analyzing the entire branch history against the base branch. It produces a detailed report including commit messages and structural readiness validation.

What is the best way to perform impact analysis before merging a pull request?

Impact analysis during PR review uses graph and impact queries on git diff data to surface breaking changes. It generates a structured output report detailing blast radius and potential consumer impact.