codex

Run AI-powered code review and autonomous task execution using the codex CLI. Use when the user asks to "review code with codex", "run codex review", "run codex exec", "execute a task with codex", "use codex to...", "ask codex", "consult codex", "review uncommitted changes", "review against main", "review a commit", "codex review", or "codex exec".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codex" with this command: npx skills add tobihagemann/turbo/tobihagemann-turbo-codex

Codex

AI-powered code review and autonomous task execution via the codex CLI.

  • Both modes run non-interactively and are safe to invoke with generous timeouts

Review Mode

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 (standalone)

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

codex review "Focus on security issues and error handling"

Review Options

  • Use --title to add context when reviewing feature branches or PRs
  • Use a generous timeout (30 minutes / 1800000ms)

Exec Mode

Run autonomous tasks non-interactively. Progress streams to stderr; final result on stdout.

codex exec "task description"

Permission Levels

LevelFlagWhen to Use
Read-only (default)(none)Analysis, code reading, generating reports
Workspace write--sandbox workspace-writeEditing files within the project
Full access--sandbox danger-full-accessInstalling packages, running tests, system operations
Full auto--full-autoCombined with a sandbox level for unattended execution

Exec Options

OptionDescription
--full-autoAllow file edits without confirmation prompts
--sandbox <level>Permission level: danger-full-access, workspace-write
--jsonJSON Lines output (progress + final message)
-o <path>Write final message to a file
--output-schema <path>Enforce JSON Schema on the output
--ephemeralNo persisted session files
--skip-git-repo-checkBypass git repository requirement
-m, --model <MODEL>Specify the model to use

Interpreting Results

  • Exec output is a starting point, not a guaranteed solution
  • Cross-reference suggestions with project documentation and conventions
  • Test incrementally rather than applying all changes at once
  • For file-editing tasks, always review the diff before committing
  • Use a generous timeout (60 minutes / 3600000ms)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

find-dead-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-style

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

simplify-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

review-code

No summary provided by upstream source.

Repository SourceNeeds Review