orchestrate-review

Coordinate parallel reviewer agents across multi-pass code review workflows.

951|110|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/avifenesh/awesome-slash --skill orchestrate-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-review
Source: https://github.com/avifenesh/awesome-slash/tree/main/plugins/next-task/skills/orchestrate-review
Command: npx skills add https://github.com/avifenesh/awesome-slash --skill orchestrate-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates comprehensive, multi-pass code reviews by coordinating parallel reviewer agents, aggregation of findings, and iterative refinement until issues are resolved.

Core Features & Use Cases

  • Pass-based review: runs parallel passes for code quality, security, performance, and test-coverage reviewers.
  • Signal-based conditioning: adapts reviews based on project signals such as presence of API, frontend, backend, or architecture needs.
  • Iterative workflow: aggregates findings, applies fixes, and re-evaluates until open findings are zero.

Quick Start

Describe the code changes and desired review scope to initiate an orchestrated multi-pass review.

Frequently Asked Questions about orchestrate-review

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

FAQPage Schema
How do I automate a multi-pass code review across different software engineering concerns?

You automate a multi-pass code review by orchestrating parallel reviewer agents that evaluate code quality, security, performance, and test coverage. The system aggregates findings from these concurrent passes to provide a comprehensive evaluation of your changed files.

What is signal-based conditioning in an automated code review workflow?

Signal-based conditioning adapts the code review process by detecting project signals such as the presence of an API, frontend, backend, or specific architecture needs. The review workflow then adjusts its focus and specialist selection based on these detected project characteristics.

Can I use an iterative code review loop to apply fixes and re-evaluate automatically?

Yes, you can run an iterative code review loop that automatically aggregates findings, applies fixes, and re-evaluates the code. This iteration loop continues to run until all open findings reach zero and no remaining issues are detected.

What is the best way to coordinate parallel code reviewers for quality, security, and performance?

The best way to coordinate parallel code reviewers is to use an orchestration system that runs specialized passes simultaneously. It coordinates parallel agents for code quality, security, performance, and test coverage, then aggregates all findings into a unified report.

When do I need a phase-based review workflow for my software project?

You need a phase-based review workflow when your software project requires comprehensive evaluation across multiple dimensions like code quality, security, and performance. This process is essential for thoroughly reviewing changed files and project scope before integration.

Does an orchestrated code review process work without external dependencies?

Yes, the orchestrated code review process operates without external dependencies. It relies entirely on its internal multi-pass logic to coordinate parallel reviewer agents, aggregate findings, and iteratively apply fixes until all open issues are resolved.