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\".
npx skills add https://github.com/tobihagemann/turbo --skill codex-review
AI-powered code review via the codex CLI. Runs non-interactively.
codex review --uncommitted
codex review --base main
codex review --base develop
codex review --commit <sha>
codex review --commit HEAD~1
Cannot be combined with --uncommitted, --base, or --commit.
codex review "Focus on security issues and error handling"
--title to add context when reviewing feature branches or PRstimeout: 600000, do not set run_in_background)Take tobihagemann/codex-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.