review-pr

Automate adaptive pull request reviews with up to three parallel deep-dive agents.

426|199|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/leonvanzyl/agentic-coding-starter-kit --skill review-pr-leonvanzyl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/leonvanzyl/agentic-coding-starter-kit/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/leonvanzyl/agentic-coding-starter-kit --skill review-pr-leonvanzyl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review pull requests with complexity-adaptive depth by 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

  • Spawns up to three deep-dive agents in parallel (Code Quality, Security, Architecture) for complex PRs.
  • Retrieves PR details via the GitHub CLI and produces a structured, multi-section review.
  • Performs complexity scoring to decide the depth of analysis and provides a clear safety/vision assessment for reviewers.

Quick Start

Provide a PR number or URL to initiate an adaptive, multi-agent code review.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate a pull request review for code quality and security?▼

Complex PRs trigger parallel deep-dive agents for code quality, security analysis, and architectural implications. The system retrieves PR details via GitHub CLI to output a structured, action-oriented review.

Do I need the GitHub CLI to run an automated code review?▼

Yes, the GitHub CLI (gh) is required. The system relies on gh to retrieve pull request details and coordinate the deep-dive analysis agents.

How do I start a code review on a specific pull request?▼

Start a code review by providing a pull request number or pasting a GitHub PR URL. The system performs complexity scoring to determine analysis depth and deploys agents for simple or complex PRs.

What is the best way to review architectural changes in a pull request?▼

Use an adaptive PR review that spawns parallel deep-dive agents to assess architectural implications. This provides a clear safety and vision assessment for complex structural modifications.

Can I get security analysis feedback before merging a GitHub pull request?▼

Yes, you can get security analysis feedback before merging. The PR review system evaluates security implications through dedicated deep-dive agents for medium and complex pull requests.