Agent Plugins Marketplace
All plugins

claude-review

v0.4.1

Review working changes, branches, commits, ranges, or repositories with Claude from Codex.

Codex1 Skill

By Raghu Betina0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
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 claude-review for Codex

Installs for the current user
codex plugin marketplace add raghubetina/cross-review
codex plugin marketplace upgrade cross-review
codex plugin add claude-review@cross-review

Paste and run these commands in a terminal with Codex. They add and refresh the cross-review catalog, then install this plugin.

Compatibility: the page URL and API slug “claude-review” remain stable.

  • Codex: claude-review@agent-plugin-marketplaceclaude-review@cross-review

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-review

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-review/.

Plugin files

plugins/claude-review/
├── .codex-plugin/plugin.json
└── skills/claude-review/SKILL.md

Included Skills1

claude-reviewskills/claude-review/SKILL.md

Run Claude Code reviews from Codex with explicit working-tree, branch, commit, range, or whole-repository scopes; arbitrary repository paths; custom focus or follow-up feedback; persistent review sessions; and background job controls. Use when a user asks Claude to review code, re-review changes without repeating rejected findings, compare a branch to a base, review a commit or repository, or manage a running Claude review.

Plugin manifests1

plugins/claude-review/.codex-plugin/plugin.json
{
  "name": "claude-review",
  "version": "0.4.1",
  "description": "Review working changes, branches, commits, ranges, or repositories with Claude from Codex.",
  "author": {
    "name": "Raghu Betina",
    "url": "https://github.com/raghubetina"
  },
  "repository": "https://github.com/raghubetina/cross-review",
  "skills": "./skills/",
  "interface": {
    "displayName": "Claude Review",
    "shortDescription": "Persistent, scoped code reviews with Claude.",
    "longDescription": "Ask Claude to review exact Git scopes from Codex, optionally keep context across re-reviews, and preserve inspectable local artifacts.",
    "developerName": "Raghu Betina",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "Review my current working changes with Claude.",
      "Ask Claude to review this branch against main.",
      "Show the latest Claude review result."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claude-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-review)