review-orchestrator

Coordinates AI agents to comprehensively review code changes for defects and vulnerabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill review-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-orchestrator
Source: https://github.com/christian-byrne/ticket-to-pr-pipeline/tree/main/skills/review-orchestrator
Command: npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill review-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of code review by dispatching specialized AI agents to analyze code changes, identify issues, and compile feedback, significantly speeding up the development cycle.

Core Features & Use Cases

  • Multi-Agent Analysis: Leverages a suite of AI agents (security, performance, logic, etc.) to provide comprehensive code feedback.
  • Automated Triage: Compiles and deduplicates findings from multiple agents, presenting a prioritized list for human review.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag potential bugs, security vulnerabilities, and style issues before code is merged, ensuring higher code quality.

Quick Start

Run the review orchestrator on the current branch to analyze code changes.

Frequently Asked Questions about review-orchestrator

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

FAQPage Schema
How do I automate code reviews using AI agents?

Automate code reviews by orchestrating a cascade of AI agents that analyze code changes for logic errors, security vulnerabilities, and performance bottlenecks. The agents compile and deduplicate findings into a prioritized list for human review.

What is the best way to integrate static analysis into a CI/CD pipeline?

Integrate static analysis into your CI/CD pipeline by running the review orchestrator on code changes. It automatically flags potential bugs, security vulnerabilities, and style issues before code is merged, ensuring higher code quality.

Can I use multiple AI providers for code analysis?

Yes, the review orchestrator integrates with multiple AI providers alongside deterministic tools. This combination ensures robust analysis for security, performance, logic, and architectural issues during code reviews.

How does automated code review handle architectural issues?

Automated code review handles architectural issues by dispatching specialized AI agents to analyze code changes. These agents evaluate adherence to coding patterns and identify structural problems as part of a comprehensive analysis.

Does automated triage deduplicate findings from different code review agents?

Yes, automated triage compiles and deduplicates findings from multiple AI agents. It presents a consolidated, prioritized list of logic, security, and performance issues, streamlining the human review process.

When should I not use AI agents for code review?

Avoid using AI agents for code review when you lack code changes to analyze or cannot integrate with AI providers. The orchestrator requires actual code changes and provider integrations to perform its automated static analysis.