codex-debate

Automate code-review debates between Codex and Claude until consensus.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/srid/smriti --skill codex-debate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-debate
Source: https://github.com/srid/smriti/tree/main/.claude/skills/codex-debate
Command: npx skills add https://github.com/srid/smriti --skill codex-debate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Claude Code Workflow, Codex CLI, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review debates between Codex and Claude, allowing for efficient resolution of code changes without manual intervention.

Core Features & Use Cases

  • Automated Code Review: Codex and Claude engage in a debate on code changes, with Codex acting as the reviewer and Claude as the author.
  • Continuous Debate: The debate continues until a consensus is reached on the code changes, without any round caps or deadlock exits.
  • PR Integration: The debate results are posted as comments on the associated pull request, providing a clear record of the review process.

Quick Start

Start a code-review debate on the current diff by typing /codex-debate.

Frequently Asked Questions about codex-debate

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

FAQPage Schema
What is an automated code review debate between AI agents?

An automated code review debate allows AI agents to act as author and reviewer, iterating on code changes until consensus is reached. This Skill automates that debate between Codex and Claude to resolve code changes efficiently.

How do I start an automated code review debate on my current diff?

To start an automated code review debate, simply run the `/codex-debate` command. This initiates the debate process between Codex and Claude to review your current code changes until consensus is reached.

Do I need Claude Code Workflow and Codex CLI to automate code review debates?

Yes, automating code review debates requires both Claude Code's Workflow tool and Codex CLI. These dependencies are necessary for Codex and Claude to interact, debate code changes, and reach consensus.

How are code review debate results posted to pull requests?

The code review debate results are posted as comments on the associated pull request. This provides a clear record of the review process, ensuring the automated consensus on code changes is documented for developers.

Can the automated code review debate run indefinitely without a round cap?

The automated code review debate continues continuously until consensus is reached. It operates without any round caps or deadlock exits, ensuring thorough code quality checks and resolution of all code changes.