vitadynamics/Kimi Code Review
AI-powered code review using Kimi (Moonshot AI) - supports /review and /ask commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kimi_api_key | Kimi API Key from Moonshot AI | yes | — |
| kimi_base_url | Kimi API Base URL (optional, defaults to https://api.moonshot.cn/v1) | no | https://api.moonshot.cn/v1 |
| github_token | GitHub Token for PR operations | yes | — |
| language | Response language (en-US, zh-CN) | no | en-US |
| model | Kimi model to use (kimi-k2.5, kimi-k2-thinking, kimi-k2-thinking-turbo) | no | kimi-k2.5 |
| review_level | Review strictness (strict, normal, gentle) | no | normal |
| max_files | Maximum number of files to review | no | 50 |
| exclude_patterns | File patterns to exclude (comma-separated) | no | *.lock,*.min.js,*.min.css |
| auto_review | Auto review on PR open/sync (default: false, use /review command instead) | no | false |
Outputs
| name | description |
|---|---|
| review_comment | The review comment posted to the PR |