multi-ai-review

Orchestrate Claude Code, Gemini, and Codex to produce evidence-weighted consensus reviews.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill multi-ai-review-insightflo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-ai-review
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/multi-ai-review
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill multi-ai-review-insightflo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Claude + Gemini CLI + Codex CLI multi-AI consensus engine that drives decision-making by collecting and weighting multiple AI perspectives into a single, auditable review.

Core Features & Use Cases

  • 3-Stage Pipeline (Initial Opinions → Cross-Review → Chairman Synthesis) to reach consensus across domains like code-review, market-regime, investment, risk assessment, and product reviews.
  • Domain Auto-Routing and Presets: Automatically detects domain context and selects a preset to tailor the review workflow.
  • Evidence-Weighted Scoring and Verification: Prioritizes concrete evidence (file:line citations) and requires verification steps before score changes.
  • On-demand References & Scripts: Reads from presets and references to support in-depth information during reviews.

Quick Start

Run the council CLI with your review prompt, for example: ./scripts/council.sh 'Review this PR for security and architecture'.

Frequently Asked Questions about multi-ai-review

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

FAQPage Schema
How does multi-AI consensus work for code review?

Multi-AI consensus for code review uses a 3-stage pipeline: initial opinions, cross-review, and chairman synthesis. Claude Code, Gemini, and Codex provide separate perspectives that are weighted by concrete evidence to produce a single auditable recommendation.

Can I use AI council presets for different review domains?

Yes, AI council presets support domain auto-routing for code-review, market-regime, investment, risk assessment, and product reviews. The system detects the domain context from your prompt and automatically selects the appropriate YAML preset to tailor the workflow.

How do I run a multi-AI review across Claude, Gemini, and Codex?

To run a multi-AI review, execute the council CLI script with your review prompt, such as `./scripts/council.sh 'Review this PR for security and architecture'`. The engine orchestrates the AI models to generate an evidence-weighted consensus.

What is evidence-weighted scoring in AI reviews?

Evidence-weighted scoring prioritizes concrete evidence, such as file and line citations, during the AI review process. It requires verification steps before any score changes are accepted, ensuring the final consensus is auditable and grounded in specific data.

Do I need YAML installed to use the multi-AI review engine?

Yes, YAML is a required dependency for the multi-AI review engine. The skill uses YAML formats to drive automated, reproducible AI council discussions through configurable presets and reference files.

What are the limitations of using a multi-AI council for reviews?

The multi-AI council requires frontmatter name and description definitions to function, relies on external CLI tools for Claude, Gemini, and Codex, and bypasses code fences to provide actionable recommendations, meaning it is designed for structured, text-based analysis rather than direct execution.