shakewellagency/Revio AI Code Review
Automated AI-powered code review for pull requests. Get instant feedback on code quality, security, and best practices.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | Revio API token (store in secrets as REVIO_API_TOKEN) | yes | — |
| base_branch | Base branch to compare against (defaults to PR base or main/master) | no | "" |
| fail_on | Fail the CI check based on review verdict: none, critical, any | no | none |
| exclude | File patterns to exclude from review (comma-separated globs) | no | "" |
| include | File patterns to include in review (comma-separated globs, default: all) | no | "" |
| output_format | Output format: annotations (inline), sarif (security tab), summary (PR comment) | no | annotations |
| post_comment | Post review summary as PR comment (true/false) | no | true |
| working_directory | Working directory for the review (defaults to repository root) | no | . |
Outputs
| name | description |
|---|---|
| review_url | URL to the full review in Revio dashboard |
| verdict | Review verdict: approved, needs_changes, critical |
| issues_count | Total number of issues found |
| critical_count | Number of critical issues found |