Claude Codex Review Skill
Description
File-based dual-review skill for Claude Code + Codex: iterative plan/code review through plain files, no MCP server needed
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[Русская версия](README.ru.md)
Claude-Codex Review Skill
This skill lets Claude Code and Codex review a plan or code change through a crash-resilient file protocol. Claude Code initiates the session, Codex acts as an independent reviewer, and both agents use the same project directory without an MCP server or CLI bridge.
Quick start
Copy the complete `claude-code/` directory into the project skill directory:
mkdir -p .claude/skills/codex-dual-review-file-based
cp claude-code/* .claude/skills/codex-dual-review-file-based/
Then run in Claude Code:
/codex-dual-review-file-based [path/to/plan.md] [max_rounds=5]
Claude Code creates the first round and prints one ready-to-use instruction for Codex. Codex keeps watching the same session for later rounds; the user does not need to pass the prompt again.
How it works
Each session lives in an absolute `
R1-01-round-start.md <- Claude writes the review contract
R1-02-codex-claimed.flg <- Codex claims the round
R1-03-codex-review.md <- Codex writes the review
R1-04-claude-claimed.flg <- Claude processes the result
final.md <- Claude records the session outcome
Round-start and review files contain a machine-readable JSON block plus a human-readable explanation. Claude verifies every finding as a hypothesis, applies accepted changes before opening the next round, and records rejected findings with evidence.
The session ends with:
approvedafterAPPROVED;failedafter the rareREJECTEDverdict;limitwhenmax_roundsis reached.
`APPROVED` alone does not finish a session: `final.md` is the completion marker.
Protocol guarantees
- Session files are append-only: protocol files are never overwritten or deleted.
- Absolute
SESSION_DIR, reviewer-prompt, and helper-script paths
Related Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Code Quality Review
Review code quality in: $ARGUMENTS
Code Quality Standards Skills
Engineering standards and compliance skills
Code Quality