nightwhite/Codex Reviewer
Review only the latest commit in a pull request with Codex.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read PR data and write the review comment. | yes | — |
| provider-base-url | Responses-compatible provider base URL, for example https://llm.example.com/v1. | yes | — |
| provider-api-key | API key for the configured Codex model provider. | yes | — |
| model | Codex model name to request from the configured provider. | yes | — |
| codex-version | Version of @openai/codex to install. | no | latest |
| effort | Optional Codex reasoning effort. | no | "" |
| working-directory | Repository directory passed to codex exec --cd. | no | "" |
| sandbox | Deprecated. Codex Reviewer now runs codex exec with --yolo and enforces read-only review behavior in the prompt. | no | "" |
Outputs
| name | description |
|---|---|
| review | Markdown review generated by Codex. |