OpenAI Codex CLI MCP サーバー経由でプランファイルをレビューする Claude Code スキルです。
Human-in-the-loop レビュープロセスを実装:Codex がプランをレビューし、Claude がフィードバックを評価し、最終判断はあなたが行います。
/plugin marketplace add wabi1318/codex-review-skill
/plugin install codex-review@codex-review-marketplace
/codex-review を実行するこのスキルは以下を実行します:
read-only サンドボックス)レビュープロンプトは Codex に以下の構造化されたプロセスに従うよう指示します:
各指摘には根拠と無視した場合のリスクが含まれ、情報に基づいた意思決定を可能にします。
このスキルはデフォルトで以下の Codex MCP パラメータを使用します:
| パラメータ | 値 | 理由 |
|---|---|---|
sandbox | read-only | レビューは読み取り専用。ファイル変更なし |
approval-policy | never | ヘッドレス実行。対話的な承認なし |
model | gpt-5.3-codex | プランレビュー向けの高い推論能力 |
変更する場合は、インストール後に skills/codex-review/SKILL.md を編集してください。
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub wabi1318/codex-review-skill --plugin codex-reviewCommand-driven Claude/Codex review workflows for multi-round plan and implementation review.
Independent plan/spec reviewer for AI coding agents. Verifies claims against the workspace and returns structured verdicts with findings.
Auto-converge a Claude-written plan via Codex (gpt-5) review iterations until clean ALLOW or max-iter.
Give Claude Code a second opinion using OpenAI Codex - automatic plan review via hooks
Pre- and post-implementation validation with parallel subagents: /replan validates plans before execution, /recheck verifies implementations match the plan
Codex, Gemini, Claude の3つの AI で Plan ファイルを並列レビュー。実装計画の妥当性、抜け漏れ、リスクを分析する