codereview-orchestrator

Triage GitHub PRs and route code review tasks to specialist skills.

8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/xinbenlv/codereview-skills --skill codereview-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codereview-orchestrator
Source: https://github.com/xinbenlv/codereview-skills/tree/main/skills/codereview-orchestrator
Command: npx skills add https://github.com/xinbenlv/codereview-skills --skill codereview-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The codereview-orchestrator skill triages PRs, assesses intent and risk, and routes work to specialist skills. It orchestrates the entire code-review pipeline without performing detailed code review itself.

Core Features & Use Cases

  • Triage PRs to determine risk and surface touched components
  • Route to appropriate specialist skills (security, API, data, performance, etc.)
  • Summarize changes and coordinate the full review flow from input to output
  • Manage the full pipeline and hand off to specialists for actual review

Quick Start

Trigger a complete review by saying: Review PR 123 or Review PR owner/repo#123 or Review PR https://github.com/owner/repo/pull/123, which will retrieve the PR diff, triage, route, and coordinate specialist reviews.

Frequently Asked Questions about codereview-orchestrator

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

FAQPage Schema
How do I automate GitHub PR triage and route code reviews to specialists?

To automate GitHub PR triage, this skill retrieves the diff, assesses risk, identifies touched components, and routes review tasks to specialist skills. It coordinates the entire pipeline without performing the detailed code review itself.

What is code review orchestration and how does it manage the review pipeline?

Code review orchestration manages the end-to-end review pipeline by triaging pull requests, assessing intent, and delegating actual review work to specialist skills. It handles input retrieval, triage, routing, and output synthesis.

How do I trigger a code review for a specific pull request?

You trigger a code review by prompting 'Review PR 123', 'Review PR owner/repo#123', or providing the full GitHub URL. This initiates the retrieval, triage, routing, and coordination of specialist reviews.

Does this code review orchestrator perform detailed security or performance reviews itself?

No, the code review orchestrator does not perform detailed security or performance reviews itself. It is a pure orchestrator that triages PRs and routes actual review work to dedicated specialist skills for those specific areas.

Can I use this orchestrator for code review contexts outside of GitHub PRs?

Yes, while it applies to GitHub PR workflows, the orchestrator also supports other code review contexts. It identifies touched surfaces, assesses risk, and routes tasks to appropriate specialists across different environments.