nhatvu148/Kaniscope AI Code Review
AI code review for your pull requests — posts inline + summary comments. Powered by the pr-review-core Rust engine.
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 that funds the review. Get one at https://openrouter.ai/keys and store it as a repo secret. | yes | — |
| model | OpenRouter model for the review. A cheaper model keeps cost to pennies per PR; leave the default unless you want top quality. | no | moonshotai/kimi-k2-0905 |
| github-token | Token used to read the PR diff and post the review. Defaults to the workflow token (needs pull-requests: write). | no | ${{ github.token }} |
| comment-marker | Short marker prefixed to the review comments (used to find and update its own comments on re-runs). | no | 🦀 Kaniscope |
| dry-run | If true, generate the review and print it to the workflow log without posting to the PR. | no | false |
| max-diff-chars | Truncate diffs larger than this many characters before sending to the model (cost cap). | no | — |
| max-tokens | Max output tokens per review call (cost cap). | no | — |
Outputs
no outputs