pr-review

Analyze pull request diffs for quality and security issues.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/nexus-a1/claude-skills --skill pr-review-nexus-a1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/nexus-a1/claude-skills/tree/main/skills/pr-review
Command: npx skills add https://github.com/nexus-a1/claude-skills --skill pr-review-nexus-a1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews a pull request (PR) and local branches to surface code-quality issues, security concerns, and maintainability improvements, delivering actionable feedback to speed up review cycles.

Core Features & Use Cases

  • Remote PR review: fetches PR data, analyzes diffs, and can post inline comments via the Reviews API with optional interactive mode.
  • Local branch review: compares the current branch against a base, aggregates changes, and surfaces issues before PR creation.
  • Multi-agent analysis: coordinated code-quality and security reviews with cross-validation to produce a unified report.
  • Collaboration support: team-based review workflow with shared findings and recommendations.

Quick Start

Run /pr-review to start a remote PR review, or /pr-review --local to assess the current branch before opening a PR.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for a pull request on GitHub?

Automated code review for a GitHub pull request fetches PR data, analyzes diffs for quality and security issues, and optionally posts actionable feedback inline via the Reviews API.

Can I review local branch diffs before opening a pull request?

Yes, local branch review compares your current branch against a base branch, aggregates changes, and surfaces code-quality issues before pull request creation.

What is multi-agent analysis for code-quality and security reviews?

Multi-agent analysis coordinates separate code-quality and security reviews with cross-validation, producing a unified report that delivers actionable feedback.

Does interactive mode post comments directly to GitHub pull requests?

Yes, interactive mode enables optional posting of structured review findings and inline comments directly to GitHub pull requests via the Reviews API.

What's the best way to speed up pull request review cycles for a team?

Speeding up pull request review cycles involves automating diff collection, applying multi-agent analysis for cross-validation, and delivering structured actionable feedback to the team.