pr-review-orchestration

Coordinates PR review from verification to approval across code, QA, and conflicts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leandro-br-dev/charhub --skill pr-review-orchestration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review-orchestration
Source: https://github.com/leandro-br-dev/charhub/tree/main/docs/agents/reviewer/skills/pr-review-orchestration
Command: npx skills add https://github.com/leandro-br-dev/charhub --skill pr-review-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate the complete Pull Request review workflow from initial verification to final approval, ensuring code quality and preventing feature loss during merges.

Core Features & Use Cases

  • Orchestrates phased PR reviews by delegating to specialized sub-agents (e.g., pr-conflict-resolver for pre-flight checks and pr-code-reviewer for quality reviews).
  • Supports scenarios where a PR is created, updated, or conflicts arise, ensuring consistent review outcomes and faster merge readiness.
  • Enforces guardrails (merge conflict handling, i18n/quality checks, and migration/version consistency) and surfaces clear decision guidance to engineers.

Quick Start

Coordinate PR #<number> through pre-flight checks, conflict resolution, code review, and final approval.

Frequently Asked Questions about pr-review-orchestration

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

FAQPage Schema
How do I automate end-to-end pull request reviews from verification to approval?▼

Automated PR review orchestration coordinates sub-agents to handle pre-flight checks, conflict resolution, and code quality reviews, enforcing required guardrails to surface a clear merge approval decision.

What is the best way to handle merge conflicts during a code review workflow?▼

Handling merge conflicts during a code review workflow is managed by delegating pre-flight checks and resolution tasks to specialized sub-agents like pr-conflict-resolver, ensuring faster merge readiness.

Can I enforce quality and i18n checks before approving a pull request?▼

You can enforce quality and i18n checks before approving a pull request by applying built-in guardrails that validate migration and version consistency before surfacing the final approval decision.

How do I coordinate code reviews when a pull request is updated?▼

To coordinate code reviews when a pull request is updated, the orchestration workflow triggers specialized sub-agents like pr-code-reviewer to re-evaluate quality and ensure consistent review outcomes.

Does PR review orchestration work for preventing feature loss during merges?▼

PR review orchestration works for preventing feature loss during merges by enforcing required checks and conflict resolution guardrails across the entire pull request lifecycle from creation to final approval.