eze-godoy/Quorum - AI Code Review
AI-powered code review using AWS Bedrock with configurable depth and security-focused analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | AWS region for Bedrock (auto-detected from AWS_REGION env var if not specified) | no | — |
| model | Bedrock model ID to use for code review | no | anthropic.claude-sonnet-4-20250514-v1:0 |
| config-path | Path to .quorum.yaml configuration file | no | .quorum.yaml |
| github-token | GitHub token for API access (defaults to GITHUB_TOKEN) | no | ${{ github.token }} |
| review-depth | Review depth profile: quick, standard, deep, or security | no | standard |
| fail-on-errors | Fail the action if critical issues are found | no | false |
| dry-run | Run without posting comments (logs instead) | no | false |
Outputs
| name | description |
|---|---|
| review-summary | Summary of the code review results |
| issues-found | Number of issues found during review |
| cost-usd | Estimated cost of the review in USD |