p2achai/Codex Reviewer
AI-powered PR review that provides summary, code improvement suggestions, and bug detection as a comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token used for posting review comments on PRs | yes | — |
| provider | AI provider to use: openai or claude | no | claude |
| openai_api_key | OpenAI API Key (required when provider=openai) | no | "" |
| anthropic_api_key | Anthropic API Key (required when provider=claude) | no | "" |
| label | Label name that triggers the review action (e.g. codex-review) | yes | codex-review |
| spec_label | Label for spec+tests review | no | codex-review |
| perfsec_label | Label for performance/security review | no | codex-review-perf |
| bug_label | Label for correctness/bug review | no | codex-review-bug |
| high_label | Label for high-quality review (uses premium models) | no | codex-review-high |
| model | Model to use for code review (e.g. gpt-5-mini, o4-mini for OpenAI; claude-sonnet-4-6, claude-opus-4-6 for Claude) | no | claude-opus-4-6 |
| effort | Claude Code effort level for code review (low, medium, high, xhigh, max) | no | high |
| codex_version | Pinned @openai/codex version to install | no | 0.115.0-alpha.27 |
| claude_code_version | Pinned @anthropic-ai/claude-code version to install | no | 2.1.150 |
| language | Language for the review output (e.g. english, korean, japanese, etc.) | no | english |
| custom_prompt | Optional custom prompt to override the default review prompt | no | "" |
| enable_multi_agent | Deprecated. Multi-agent review is no longer used. | no | false |
| agents_path | Deprecated. Multi-agent agent definition path is no longer used. | no | agents.json |
| clickup_api_token | ClickUp API token for fetching spec/task content | no | "" |
| clickup_url | ClickUp task URL for spec compliance agent | no | "" |
| clickup_team_id | ClickUp team/workspace ID (required when using custom task IDs) | no | "" |
| clickup_custom_task_ids | Whether ClickUp uses custom task IDs (true/false) | no | false |
| spec_source | Spec URL source: input, comment, or auto | no | auto |
| spec_comment_marker | Marker used to find spec URL in PR comments | no | SPEC: |
Outputs
no outputs