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