alavesa/PatchPilots Code Review
AI-powered code review with 8 specialized agents — review, security, accessibility, improve, test, docs in one command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key | yes | — |
| path | Path to review (relative to repo root) | no | ./src |
| model | Claude model to use | no | claude-sonnet-4-6 |
| skip | Agents to skip (comma-separated: plan,test,docs) | no | "" |
| severity | Minimum severity to report (critical, warning, info) | no | info |
| fail_on_critical | Fail the check if critical findings exist | no | true |
| changed_only | Only review files changed in the PR (faster, cheaper) | no | false |
Outputs
| name | description |
|---|---|
| total_findings | Total number of findings |
| total_patches | Total number of suggested patches |
| risk_score | Overall risk score (critical, high, medium, low, none) |