codex_review
Review code for a feature, component, or Git changes. Analyzes relevant implementation or modified files to provide contextual feedback and improvement suggestions.
Instructions
Review code for a feature, component, or Git changes. Codex analyzes the relevant implementation or modified files, providing contextual feedback and improvement suggestions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Specific areas to focus on | |
| model | No | AI model to use | |
| target | Yes | What to review - feature/component (e.g., "user authentication"), or Git context (e.g., "git diff", "staged changes", "changes in feature-branch"). Codex will identify relevant files automatically | |
| languages | No | Programming languages involved (e.g., ["typescript", "python"]) |