Delegate a read-only code review to a Codex subagent (GPT 5.6 Sol by default) that inspects code and reports findings without editing anything. Use when the user wants Codex — or "GPT-5.5" — to review, look over, audit, or give a second opinion on a diff, branch, pull request, or commit, whether they say "have Codex review…", "get Codex's take on my changes", or type /codex:review. Do NOT use when the user wants Codex to fix or implement changes (use codex:implement); to drive desktop or browser UI (use codex:computer); or when they want Claude's own review rather than a Codex second opinion (use the code-review skill).
$npx -y skills add jeffh/claude-plugins --skill reviewInstalls into the current project.
Run `npx skills use "https://github.com/jeffh/claude-plugins" --skill "jeffh/claude-plugins/review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jeffh/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/jeffh/claude-plugins"` and select the relevant skills, then follow their instructions.