codex-review
v0.4.1Review working changes, branches, commits, ranges, or repositories with Codex from Claude Code, keeping one persistent Codex thread per review session.
By Raghu Betina0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install codex-review-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/raghubetina/cross-reviewClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex-review/.
Plugin files
├── .claude-plugin/plugin.json└── skills/codex-review/SKILL.md
Included Skills1
Run Codex reviews from Claude Code with explicit working-tree, branch, commit, range, or whole-repository scopes; arbitrary repository paths; custom focus or follow-up feedback; persistent review threads that remember earlier findings and user decisions; and background job controls. Use when the user asks Codex to review code, wants a second opinion from Codex on changes, wants a re-review that does not repeat rejected findings, compares a branch to a base, reviews a commit or repository, or manages a running Codex review.
Plugin manifests1
{
"name": "codex-review",
"version": "0.4.1",
"description": "Review working changes, branches, commits, ranges, or repositories with Codex from Claude Code, keeping one persistent Codex thread per review session.",
"author": {
"name": "Raghu Betina",
"url": "https://github.com/raghubetina"
},
"repository": "https://github.com/raghubetina/cross-review",
"keywords": [
"codex",
"code-review",
"second-opinion"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-review-2)