traves-theberge/openlens-AI-Reviewer
AI-powered code review using specialized agents.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Review mode: staged, unstaged, branch, auto | no | branch |
| agents | Comma-separated agent names (default: all) | no | — |
| format | Output format: text, json, sarif, markdown | no | sarif |
| base-branch | Base branch for branch mode diff | no | main |
| verify | Run verification pass | no | true |
| config | Path to openlens.json config file | no | — |
| upload-sarif | Upload SARIF to GitHub Code Scanning | no | true |
| fail-on-critical | Fail the workflow if critical issues are found | no | true |
| model | Override model (default: opencode/big-pickle). Use any OpenCode-supported model. | no | — |
| anthropic-api-key | Anthropic API key — only needed when using Anthropic models | no | — |
| openai-api-key | OpenAI API key — only needed when using OpenAI models | no | — |
| comment-on-pr | Post review results as a PR comment (pull_request events only) | no | false |
| inline-comments | Post inline review comments on specific lines (requires comment-on-pr) | no | true |
| auto-resolve | Resolve previous comments that are now fixed on re-runs | no | true |
Outputs
| name | description |
|---|---|
| issues | Number of issues found |
| critical | Number of critical issues found |
| sarif-file | Path to SARIF output file |