qluxlab/Qlux Code Reviewer
AI-powered code review for Pull Requests using OpenAI-compatible APIs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | API Key for OpenAI or compatible service | yes | — |
| openai_base_url | Base URL for the API | no | https://api.openai.com/v1 |
| model | Model to use for review | no | gpt-4o |
| github_token | GitHub Token to post comments | yes | ${{ github.token }} |
| system_message | Custom system instructions for the AI | no | You are an expert code reviewer. Provide a summary of changes and inline comments for improvements. |
| ignore_patterns | Glob patterns of files to ignore (comma separated) | no | package-lock.json,yarn.lock,dist/**,*.svg |
| min_severity | Minimum severity level for comments to be posted (low, medium, high, critical) | no | low |
| disable_inline | Disable inline comments generation and posting | no | false |
Outputs
no outputs