codex-parallel-review

Coordinates Claude and Codex agents to review code and reach consensus reports.

69|23|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/lploc94/codex_skill --skill codex-parallel-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-parallel-review
Source: https://github.com/lploc94/codex_skill/tree/main/skill-packs/codex-review/skills/codex-parallel-review
Command: npx skills add https://github.com/lploc94/codex_skill --skill codex-parallel-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of code review by leveraging multiple AI agents (Claude and Codex) to provide comprehensive feedback, identify disagreements, and facilitate a debate to reach a consensus.

Core Features & Use Cases

  • Multi-Agent Review: Simultaneously reviews code using four Claude agents and one Codex subprocess, covering correctness, security, performance, and maintainability.
  • Disagreement Debate: Automatically debates conflicting findings between AI reviewers to resolve discrepancies.
  • Consensus Reporting: Generates a final report summarizing agreed-upon issues, resolved disagreements, and unresolved points for user decision.
  • Use Case: A development team can use this Skill to get a thorough, multi-faceted review of a pull request before merging, ensuring higher code quality and catching potential issues across various dimensions.

Quick Start

Use the codex-parallel-review skill to review the current working tree with a high effort level.

Frequently Asked Questions about codex-parallel-review

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

FAQPage Schema
How does multi-agent AI code review with debate work?

Multi-agent code review deploys multiple Claude agents and a Codex subprocess to simultaneously analyze code correctness, security, performance, and maintainability. The agents then debate any conflicting findings to resolve discrepancies and generate a final consensus report.

How do I automate a pull request code review across different Git states?

You can automate code review across full-codebase, working-tree, or branch modes. The process uses configurable effort levels and debate rounds to evaluate the specified Git state before generating a consensus report for pull request merging.

Do I need the Codex CLI to run parallel AI code reviews?

Yes, integrating the codex-review skill pack and having the Codex CLI installed are required. The parallel review process relies on the Codex CLI to execute the subprocess needed for multi-agent debate and consensus reporting.

Can I use multiple Claude agents to check code correctness and security simultaneously?

Yes, the parallel review process uses four Claude agents to simultaneously check correctness, security, performance, and maintainability. A Codex subprocess joins this review to facilitate debate on any disagreements found.

What is the best way to resolve conflicting AI code review findings?

The best way to resolve conflicting findings is through automated multi-agent debate. The system identifies disagreements between the AI reviewers, debates them through configurable rounds, and outputs a consensus report with agreed issues and unresolved points.

Are there limitations to using automated debate for code review consensus?

A limitation is that the debate process may leave unresolved points for human decision. While the system resolves many conflicting findings automatically through configurable rounds, the final consensus report still highlights issues requiring manual user review.