pr-review

Orchestrate GitHub PR reviews with context gathering and structured results.

107|81|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/fullsend-ai/fullsend --skill pr-review-fullsend-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/fullsend-ai/fullsend/tree/main/internal/scaffold/fullsend-repo/skills/pr-review
Command: npx skills add https://github.com/fullsend-ai/fullsend --skill pr-review-fullsend-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review processes are slow and error-prone when context gathering, code evaluation, and policy checks are manual. This skill orchestrates PR reviews by collecting GitHub metadata, delegating code evaluation to the code-review skill, applying PR-specific checks, and producing a structured review result.

Core Features & Use Cases

  • Orchestrates PR context gathering (title, body, author, labels) to inform the review.
  • Delegates code evaluation to the code-review skill and aggregates findings.
  • Performs PR-specific validations and formats a structured review for posting or pipeline outputs.
  • Supports both interactive mode (gh pr review) and pipeline mode where results are emitted as JSON.

Quick Start

Submit a PR number, URL, or branch to initiate an automated PR review.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate PR reviews on GitHub?

You can automate PR reviews by orchestrating context gathering, delegating code evaluation, and performing PR-specific checks to produce a structured review. Submit a PR number, URL, or branch to initiate the automated process.

What is automated pull request orchestration?

Automated pull request orchestration collects GitHub metadata like titles and labels, delegates code evaluation to specialized skills, and applies PR-specific validations to generate a structured review result.

Can I use automated code review for large diffs across forks?

Yes, automated code review adapts to both small and large diffs across branches, forks, and linked issues. It gathers the necessary context to evaluate the changes thoroughly regardless of size.

How do I integrate automated PR checks into a CI pipeline?

You can integrate automated PR checks into a CI pipeline using pipeline mode, which emits review results as JSON. This allows pipeline systems to consume structured review outputs automatically.

Does automated PR review work with linked GitHub issues?

Yes, automated PR review works with linked GitHub issues. It orchestrates context gathering from the PR and associated issues to inform the code evaluation and PR-specific validations.

Do I need a separate code evaluation tool for GitHub PR orchestration?

Yes, GitHub PR orchestration requires integration with a dedicated code-review skill to evaluate changes. It delegates code evaluation to this skill and aggregates the findings into a final structured review.