tyraorg/Tyra Code Review
Automated PR code review using OpenAI — gate, review, screen, and post inline findings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-api-key | OpenAI API key | yes | — |
| github-token | GitHub token for reading PR data and posting reviews | yes | — |
| reviewer-token | PAT for the account that posts review comments. Defaults to github-token. | no | — |
| review-instructions | Path (relative to workspace) to the review instructions file | no | REVIEW.md |
| model | OpenAI model used for the main code review | no | gpt-4o |
| gate-model | OpenAI model used for the gate and screening steps | no | gpt-4o-mini |
Outputs
| name | description |
|---|---|
| verdict | Review verdict: NO_ISSUES, REQUEST_CHANGES, or COMMENT |
| should-review | Whether the gate decided a review was warranted (true/false) |