codemod/Codex Review Action

Run a Codex pull request review and post summary plus inline comments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: codemod/codex-review-action@5f9b684a35d5bc39ee085dbea2789e0d49d089bb # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGitHub token used for checkout and review comment posting.yes
pr_numberPull request number to review.yes
codex_modelAzure OpenAI deployment name to use for Codex.yes
azure_openai_api_keyAzure OpenAI API key.yes
azure_openai_responses_endpointAzure OpenAI Responses API endpoint.yes
working_directoryWorking directory inside the repository checkout.no.
node_versionNode.js version used by setup-node.no24
pnpm_versionpnpm version used by pnpm/action-setup.no10.19.0
install_commandDependency installation command run before Codex.nopnpm install --frozen-lockfile
codex_effortCodex reasoning effort.nohigh
sandboxLegacy Codex sandbox mode. Used only when permission_profile is empty.noworkspace-write
permission_profileCodex permission profile. Set to an empty string to use the legacy sandbox input instead.no:workspace
codex_versionOptional Codex CLI version passed through to openai/codex-action.no""
review_focusAdditional review focus instructions.noFocus on: - correctness bugs - behavioral regressions - missing tests or missing edge-case coverage - security issues
extra_promptExtra prompt text appended after the standard instructions.no""
namedescription
final_messageFinal structured or fallback message returned by Codex.