Codex Code Review
codex_review_codeGet actionable code review feedback from Codex by supplying a git diff range, file paths, or a code snippet.
Instructions
Ask Codex to review code. Provide a git diff range, file paths, or a code snippet. Returns specific, actionable feedback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | What to review: git diff range (e.g., "HEAD~3..HEAD"), file paths, or code snippet | |
| context | No | Additional context about the codebase or changes | |
| threadKey | No | Optional key enabling multi-turn continuity. Calls sharing a key use the same harness conversation and are serialized. Omit it for independent one-shot calls, including parallel reviews. | |
| focusAreas | No | Focus on: bugs, performance, style, security, etc. | |
| workingDirectory | No |