Independent code review for Claude Code using a different model (Codex).
Using the same model to review its own work has blind spots. Fresh Eyes sends your code to a completely independent model with no context of your conversation.
Codex CLI - Install the OpenAI Codex CLI:
npm install -g @openai/codex/plugin marketplace add danshapiro/fresheyes
/plugin install fresheyes@danshapiro-fresheyes
In Claude Code:
/fresheyes- Review staged changes (or last commit if nothing staged)/fresheyes Review commit abc1234- Review a specific commit/fresheyes Review the files in src/auth/- Review specific files
MIT