jlixfeld/Agent review orchestrator
Coordinates configured reviewer adapters and trusted Claude fix attempts.
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 review orchestration. | yes | — |
| openai-api-key | OpenAI API key used only by the OpenAI review provider. | no | — |
| review-provider | Configured review provider. | no | openai |
| review-model | Model used by the configured review provider. | no | gpt-5.6-sol |
| codex-login | Legacy exact GitHub login of the native Codex App. | no | chatgpt-codex-connector[bot] |
| max-fix-attempts | Maximum Claude fix attempts allowed for one pull request. | no | 10 |
Outputs
| name | description |
|---|---|
| should-fix | Whether the trusted Claude fix job should run. |
| pr-number | Pull request number handled by this event. |
| head-ref | Current same-repository pull request head branch. |
| head-sha | Current pull request head revision. |
| prompt | Complete prompt for the Claude fix job. |
| attempt | One-based Claude fix-attempt number. |