pr-review

Generate unified code review findings for pull requests, staged diffs, or files.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/findexu/finpack-claude --skill pr-review-findexu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/findexu/finpack-claude/tree/main/plugins/setup-finpack/template/skills/pr-review
Command: npx skills add https://github.com/findexu/finpack-claude --skill pr-review-findexu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the time-consuming task of reviewing pull requests by coordinating a complete quality, security, performance, and documentation review and then synthesizing the results into a single actionable report.

Core Features & Use Cases

  • PR and diff-aware review scope: Reviews full PRs (including PR quality checks) or smaller targets like staged changes or a specific file.
  • Parallel specialist delegation: Fans out to code, security, performance, and documentation reviewers to cover different risk areas efficiently.
  • Terse or verbose outputs: Produces a compact findings list by default, with a richer breakdown when the user requests verbose detail.

Quick Start

Run pr-review on your current pull request changes and ask for a unified report by providing the PR number or letting the tool auto-detect it for the current branch.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I get a unified code review report for my pull request?▼

To get a unified code review report for your pull request, run the tool on your current branch or provide the PR number to auto-detect changes. It generates a single actionable report deduplicated from parallel findings across correctness, security, performance, and documentation.

What is the best way to review staged diffs for security and performance issues?▼

The best way to review staged diffs for security and performance issues is to run a parallel specialist review that fans out to dedicated reviewers. It synthesizes these separate checks into one deduplicated list of actionable findings.

Can I run a code review on a specific file instead of the entire pull request?▼

Yes, you can run a code review on a specific file instead of the entire pull request. The tool supports PR and diff-aware scope detection, allowing you to target smaller changes like staged changes or individual files.

Does the pull request review include CI checks and comment inspection?▼

Yes, the pull request review includes optional CI checks and comment inspection on the PR path. When reviewing a full PR, it applies quality checks alongside code, security, performance, and documentation analysis.

How do I get verbose detail instead of a compact findings list from my PR review?▼

To get verbose detail instead of a compact findings list from your PR review, pass the verbose argument when running the tool. This switches the structured output mode from the default terse list to a richer breakdown of the findings.

Why are my automated code reviews missing documentation feedback?▼

Automated code reviews often miss documentation feedback because they lack parallel specialist delegation. This tool fans out to a dedicated documentation reviewer alongside security and performance reviewers, synthesizing all results into one report.