multi-ai-review

Run Codex and Gemini reviews against an implementation plan and codebase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill multi-ai-review-folly-partners
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-ai-review
Source: https://github.com/Folly-Partners/claudesync/tree/main/skills/multi-ai-review
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill multi-ai-review-folly-partners

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill accelerates and quality-checks implementation planning by routing the plan through two external AI reviews (Codex and Gemini). It helps teams align on strategy before coding, reducing rework and missed steps.

Core Features & Use Cases

  • Parallel AI plan reviews: Receives feedback from Codex and Gemini against the plan and the codebase to surface gaps.
  • Plan refinement: Claude consolidates feedback into a single, updated plan with clear action items.
  • Use Case: Before starting a complex feature, generate an initial plan file (plans/feature-name.md) and run the review to improve accuracy and coverage.

Quick Start

Create a plan file at plans/feature-name.md, then run /multi-ai-review plans/feature-name.md to obtain AI feedback and an updated plan.

Frequently Asked Questions about multi-ai-review

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

FAQPage Schema
How do I get AI feedback on my implementation plan before coding?

Run parallel AI reviews through Codex and Gemini against your plan and codebase. This skill automates feedback collection to surface gaps, missing steps, and edge cases, then consolidates insights into an updated plan with clear action items.

Can I use Codex and Gemini together to review the same plan?

Yes. This skill routes your plan through both Codex and Gemini in parallel, capturing diverse feedback on the same implementation strategy to identify blind spots neither reviewer would catch alone.

What do I need to run a plan review?

Create a plan file (plans/feature-name.md), ensure access to your project codebase, and provide instructions to generate codebase context. The skill then outputs an AI-reviewed plan with incorporated feedback.

When should I use plan reviews instead of jumping straight to code?

Use plan reviews for complex features where alignment on strategy reduces rework. Early validation catches architectural conflicts and missed requirements before implementation begins.

How does the skill consolidate feedback from multiple AI reviewers?

Claude consolidates parallel feedback from Codex and Gemini into a single updated plan, integrating insights and prioritizing action items while maintaining your original strategy and adding identified gaps.