Claude Code plugin

Codex reviews without leaving Claude Code.

Package your second-opinion workflow: Claude implements, Codex GPT-5.5 reviews, and the findings come back into the same conversation.

/plugin marketplace add jhubbardsf/claude-plugins
Claude Code
/codex-reviewer:codex-reviewer
Running Codex reviewer in: ~/repo
Target: uncommitted
Model: gpt-5.5

Findings
1. Missing retry guard in worker failure path
2. Test gap around concurrent cache writes

Claude summarizes, you decide.

A clean handoff between models

The plugin keeps review as review. Codex reads the diff target, writes a report, and Claude preserves concrete file and line findings instead of pretending the report is automatically true.

1. Build Use Claude Code normally for implementation.
2. Invoke Run the namespaced reviewer skill.
3. Review Codex GPT-5.5 checks the selected git target.
4. Triage Claude reports findings, caveats, and test gaps.

Built for real repo work

Use the same wrapper for quick local changes, branch diffs, single commits, or specific review instructions.

Review-only default

The skill tells Claude not to edit files unless the user separately asks for fixes.

Portable plugin helper

No personal paths. The executable ships in the plugin and is available through Claude's plugin PATH.

Tested command surface

Bun tests cover parser behavior, manifest shape, install docs, and wrapper failure modes.

Install once, invoke when needed

After adding the marketplace, install the plugin and reload Claude Code plugins.

# Install
/plugin marketplace add jhubbardsf/claude-plugins
/plugin install codex-reviewer@joshd3v
/reload-plugins
# Review targets
/codex-reviewer:codex-reviewer
/codex-reviewer:codex-review
/codex-reviewer:codex-reviewer base origin/main
/codex-reviewer:codex-reviewer commit abc1234
/codex-reviewer:codex-reviewer custom Focus on auth bugs