mcpbeat

Codex Review

tobihagemann/codex-review

Run AI-powered code review using the codex CLI. Use when the user asks to \"codex review\", \"run codex review\", or \"review a commit with codex\".

209 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
398
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/tobihagemann/turbo --skill codex-review

The instruction itself

6 sections, as written by the author

Codex Review

AI-powered code review via the codex CLI. Runs non-interactively.

Uncommitted Changes

codex review --uncommitted

Against a Base Branch

codex review --base main
codex review --base develop

Specific Commit

codex review --commit <sha>
codex review --commit HEAD~1

Custom Prompt

Cannot be combined with --uncommitted, --base, or --commit.

codex review "Focus on security issues and error handling"

Options

  • Use --title to add context when reviewing feature branches or PRs
  • Run via the Bash tool (timeout: 600000, do not set run_in_background)

How to use it

Copy the folder

Take tobihagemann/codex-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.