codemod/Codex Review Action
Run a Codex pull request review and post summary plus inline comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- None
Pinned Snippet
uses: codemod/codex-review-action@5f9b684a35d5bc39ee085dbea2789e0d49d089bb # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token used for checkout and review comment posting. | yes | — |
| pr_number | Pull request number to review. | yes | — |
| codex_model | Azure OpenAI deployment name to use for Codex. | yes | — |
| azure_openai_api_key | Azure OpenAI API key. | yes | — |
| azure_openai_responses_endpoint | Azure OpenAI Responses API endpoint. | yes | — |
| working_directory | Working directory inside the repository checkout. | no | . |
| node_version | Node.js version used by setup-node. | no | 24 |
| pnpm_version | pnpm version used by pnpm/action-setup. | no | 10.19.0 |
| install_command | Dependency installation command run before Codex. | no | pnpm install --frozen-lockfile |
| codex_effort | Codex reasoning effort. | no | high |
| sandbox | Legacy Codex sandbox mode. Used only when permission_profile is empty. | no | workspace-write |
| permission_profile | Codex permission profile. Set to an empty string to use the legacy sandbox input instead. | no | :workspace |
| codex_version | Optional Codex CLI version passed through to openai/codex-action. | no | "" |
| review_focus | Additional review focus instructions. | no | Focus on: - correctness bugs - behavioral regressions - missing tests or missing edge-case coverage - security issues |
| extra_prompt | Extra prompt text appended after the standard instructions. | no | "" |
Outputs
| name | description |
|---|---|
| final_message | Final structured or fallback message returned by Codex. |