review-pr

Review GitHub pull requests with adaptive depth and specialized subagents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates nuanced PR reviews by adjusting depth and leveraging specialized subagents to analyze code quality, security, and architecture.

Core Features & Use Cases

  • Adaptive depth PR reviews based on complexity to allocate the right level of scrutiny.
  • Parallel subagents for Code Quality, Security, and Architecture to provide focused insights.
  • Vision alignment & safety checks to ensure feedback stays aligned with project goals and security policies.
  • PR retrieval by number or URL via the GitHub CLI and diff analysis for quick context.

Quick Start

Provide a PR number or URL to start the 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 code reviews for complex pull requests?

Automating code reviews for complex pull requests involves adjusting depth based on complexity and spawning parallel subagents to analyze code quality, security, and architecture, returning a structured review.

What is adaptive depth in pull request review automation?

Adaptive depth in pull request review allocates the right level of scrutiny by orchestrating focused subagents for medium and complex PRs, while handling simple changes with standard diff analysis.

Does this code review tool support retrieving PR details by URL?

Yes, retrieving PR details by URL is supported via the GitHub CLI, allowing you to provide a PR number or URL to fetch context and analyze diffs across repositories.

How do you ensure security checks align with project goals during a PR review?

Security checks align with project goals during a PR review by utilizing vision alignment and safety checks, ensuring feedback stays aligned with project goals and security policies.

What is the best way to review code quality and architecture in GitHub repositories?

The best way to review code quality and architecture in GitHub repositories is by orchestrating focused subagents that analyze these specific dimensions in parallel, providing structured insights.

Can I use this to review simple changes without spawning complex agents?

Yes, you can review simple changes without spawning complex agents, as the automation assesses PR complexity first and only spawns deep-dive subagents for medium and complex PRs.