review-pr

Review GitHub pull requests with complexity-adaptive depth using gh CLI.

Updated May 20, 2026
One-click install
npx skills add https://github.com/gelowzzz/plushyai --skill review-pr-gelowzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/gelowzzz/plushyai/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/gelowzzz/plushyai --skill review-pr-gelowzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review PRs with complexity-adaptive depth — spawning deep-dive agents for medium and complex PRs. Use this skill when the user says "review this PR", "review PR #123", "check this pull request", "give me a code review", or wants feedback on a PR before merging. Also use when the user says "/review-pr" or pastes a GitHub PR URL. Requires the GitHub CLI (gh).

Core Features & Use Cases

  • Depth-adaptive PR reviews that assign direct review for simple PRs and parallel deep-dive analyses for more complex changes.
  • Parallel agents specialize in Code Quality, Security, and Architecture to provide a comprehensive assessment.
  • Vision alignment and safety checks guide whether a PR should proceed or need changes before merging.

Quick Start

Provide a PR URL or number and ask the system to review the PR to trigger an adaptive, multi-agent analysis.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for a GitHub pull request using a PR URL?

To automate code review for a GitHub pull request, provide the PR URL or number to trigger an adaptive analysis that fetches details via the GitHub CLI and generates a structured, multi-angle assessment.

How does adaptive depth code review work for complex pull requests?

Adaptive depth code review works by evaluating PR complexity and spawning parallel deep-dive agents for medium and complex PRs, which specialize in Code Quality, Security, and Architecture to provide a comprehensive assessment.

Do I need the GitHub CLI installed to review PRs with deep-dive agents?

Yes, you need the GitHub CLI (gh) installed and available in your execution environment to review PRs, as the system uses it to fetch PR details and perform diff analysis.

What is the best way to check a pull request for security and architecture issues before merging?

The best way to check a pull request for security and architecture issues is using a multi-agent review that assigns parallel deep-dive specialists to analyze code quality, security, architecture, and vision alignment safety before merging.

Can I use this automated pull request review for simple code changes?

Yes, you can use this automated pull request review for simple code changes; the system adapts its review depth and assigns direct review for simple PRs without spawning the parallel deep-dive agents.

What limitations are there when using GitHub CLI for pull request diff analysis?

A key limitation when using GitHub CLI for pull request diff analysis is that the execution environment must have the gh CLI installed and available, otherwise the system cannot fetch PR details or perform the review.