sasa-tomic/Argus Code Review
AI-powered PR review using Cursor agent. Posts review comments on pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cursor-api-key | Cursor API key (from https://cursor.com/dashboard?tab=integrations) | yes | — |
| github-token | GitHub token for API access (defaults to github.token) | no | ${{ github.token }} |
| model | Cursor model to use | no | sonnet-4.6-thinking |
| prompt-file | Path to custom prompt file (relative to repo root). If not provided, uses built-in default. | no | "" |
| skip-label | Label name that skips AI review when present on the PR | no | skip-ai-review |
Outputs
| name | description |
|---|---|
| decision | AI review decision: true (approve), false (request changes), unknown, or error |