Claude
Skill
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".
Virus-scanned
Reviewed automatically before listing.
Download
tobihagemann-turbo-claude_skills_codex-review-b903a85.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/tobihagemann/turbo/tree/main/claude/skills/codex-review
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install tobihagemann-turbo@llmmart
Git
git clone https://github.com/tobihagemann/turbo.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole tobihagemann/turbo collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
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
--titleto add context when reviewing feature branches or PRs - Run via the Bash tool (
timeout: 600000, do not setrun_in_background)
Files (turbo)
-
SKILL.md 836 B
--- name: codex-review description: "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\"." --- # Codex Review AI-powered code review via the codex CLI. Runs non-interactively. ## Uncommitted Changes ```bash codex review --uncommitted ``` ## Against a Base Branch ```bash codex review --base main codex review --base develop ``` ## Specific Commit ```bash codex review --commit <sha> codex review --commit HEAD~1 ``` ## Custom Prompt Cannot be combined with `--uncommitted`, `--base`, or `--commit`. ```bash 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`)
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.