review-pr

Review pull requests with parallel specialized AI agents and GitHub CLI.

217|20|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/yonatangross/orchestkit --skill review-pr-yonatangross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/yonatangross/orchestkit/tree/main/plugins/ork/skills/review-pr
Command: npx skills add https://github.com/yonatangross/orchestkit --skill review-pr-yonatangross

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests by leveraging multiple specialized AI agents, ensuring comprehensive code quality, security, and testing checks before merging.

Core Features & Use Cases

  • Multi-Agent Review: Utilizes up to 7 specialized agents (quality, security, testing, backend, frontend, AI) to provide a deep and thorough review.
  • Configurable Focus: Allows users to specify review focus (e.g., security-only, quick review) to tailor the analysis.
  • Use Case: When a developer submits a pull request for a new feature, this Skill can be invoked to perform a full code review, identifying potential bugs, security vulnerabilities, and areas for improvement, providing actionable feedback.

Quick Start

Use the review-pr skill to review pull request number 123.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews using AI agents?

You can automate pull request reviews by deploying parallel specialized AI agents that analyze code quality, security vulnerabilities, test adequacy, and architectural patterns. This Skill coordinates up to seven agents to provide comprehensive automated feedback.

Can I run a security-focused code review on a GitHub pull request?

Yes, you can run a security-focused code review on a GitHub pull request. The Skill supports configurable focus areas, allowing you to specify security-only or performance-targeted analysis instead of running the full multi-agent suite.

Does the automated PR review integrate directly with the GitHub CLI?

Yes, the automated PR review integrates directly with the GitHub CLI. It uses the GitHub CLI to perform automated checks and submit actionable feedback directly to your pull requests.

What is the best way to check test adequacy in a new pull request?

The best way to check test adequacy is using a multi-agent AI review. A specialized testing agent analyzes the pull request to evaluate test coverage and adequacy alongside code quality and security checks.

Do I need to install extra dependencies to perform AI code reviews?

No extra dependencies are required to perform AI code reviews. The Skill operates without external dependencies, using its internal scripts, references, and assets to coordinate the AI agents and GitHub CLI integration.