noah-ing/Consensys AI Code Review
Multi-agent AI code review with debate and voting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 10, 2026
- License
- None
Pinned Snippet
uses: noah-ing/consensys@a92592cbdfc6793252a75ffb9de9cf2095c9e616 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Anthropic API key for Claude AI | yes | — |
| fail_on | Severity threshold to fail the check (LOW, MEDIUM, HIGH, CRITICAL) | no | CRITICAL |
| min_severity | Minimum severity to display in results (LOW, MEDIUM, HIGH, CRITICAL) | no | LOW |
| quick_mode | Use quick mode (Round 1 only) for faster reviews | no | true |
| post_comment | Post review summary as PR comment | no | true |
| files | Glob pattern for files to review (default: changed files) | no | "" |
| working_directory | Working directory for running the review | no | . |
Outputs
| name | description |
|---|---|
| decision | Final consensus decision (APPROVE, REJECT, ABSTAIN) |
| issues_count | Total number of issues found |
| session_id | Review session ID for replay |
| summary | Review summary text |