howardpen9/Kimi Code Reviewer
AI-powered code review using Moonshot Kimi or Kimi Code with 256K context window
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kimi_api_key | Moonshot AI API key (platform.moonshot.ai) or Kimi Code API key (code.kimi.com) | yes | — |
| github_token | GitHub token for API access | no | ${{ github.token }} |
| base_url | API base URL. Default https://api.moonshot.cn/v1 (Moonshot). For Kimi Code use https://api.kimi.com/coding/v1 | no | "" |
| model | Kimi model to use. Default kimi-k2.5 (Moonshot). For Kimi Code use kimi-for-coding | no | "" |
| language | Review comment language (en, zh-TW, zh-CN, ja, ko) | no | en |
| fail_on | Fail the check on: critical, warning, never | no | critical |
| config_path | Path to config file (relative to repo root) | no | .kimi-review.yml |
Outputs
| name | description |
|---|---|
| review_summary | The review summary text |
| annotations_count | Number of annotations created |
| critical_count | Number of critical issues found |
| tokens_used | Total tokens used |
| cost_estimate | Estimated API cost in USD |