cumartesiolsun/Enterprise AI Code Reviewer
Multi-LLM AI-powered code review with parallel scanning and intelligent aggregation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openrouter-api-key | OpenRouter API key for LLM access | yes | — |
| github-token | GitHub token for API access | yes | — |
| base-url | OpenRouter API base URL | no | https://openrouter.ai/api/v1 |
| scanner-models | Scanner models (CSV, multiline, or JSON array). Required unless auto-select-models is true. | yes | — |
| judge-model | Model to use for aggregation/judging | yes | — |
| language | Output language for AI review (tr, en, etc.) | no | tr |
| auto-select-models | Auto-select models based on PR size (not implemented in MVP - provide scanner-models) | no | false |
| max-files | Maximum number of files to review | no | 10 |
| max-chars | Maximum characters in diff to review | no | 80000 |
| timeout-ms | Timeout for API calls in milliseconds | no | 180000 |
| max-tokens-scanner | Maximum tokens for scanner responses | no | 2000 |
| max-tokens-judge | Maximum tokens for judge response | no | 4000 |
| comment-marker | Marker for finding/updating PR comment | no | ENTERPRISE_AI_REVIEW |
| review-mode | Review output mode: "summary" posts a single PR comment, "inline" posts review comments on specific diff lines | no | summary |
Outputs
no outputs