Codex Code Review
codex_review_codeGet specific, actionable code review feedback by providing a git diff range, file paths, or code snippet to Codex.
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 | |
| threadId | No | Continue a previous Codex conversation: pass the threadId returned by an earlier call. Omit to start a fresh thread. | |
| focusAreas | No | Focus on: bugs, performance, style, security, etc. | |
| workingDirectory | No |