thonaj/PR Reviewer
AI-powered PR review for Clean Architecture and Security in C# codebases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| llm_provider | LLM provider to use (openai, anthropic, google, grok, deepseek) | no | openai |
| api_key | API key for the selected LLM provider | yes | — |
| model | Model name (provider-specific, uses defaults if not specified) | no | — |
| github_token | GitHub token for API access | no | ${{ github.token }} |
| severity_threshold | Minimum severity to report (info, warning, error) | no | warning |
| max_files | Maximum number of files to analyze | no | 20 |
| check_architecture | Check for Clean Architecture violations | no | true |
| check_security | Check for security vulnerabilities | no | true |
| post_inline_comments | Post inline comments on the PR | no | true |
| post_summary_comment | Post a summary comment on the PR | no | true |
Outputs
no outputs