review-changes
Run a code review by analyzing git diff and providing structured feedback. Specify base branch, commits, or uncommitted changes for targeted review.
Instructions
Run a code review against the current repository using Kimi (collects git diff + structured review prompt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Review changes against a specific base branch (e.g., "main", "develop") | |
| model | No | Optional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default. | |
| title | No | Optional title for the review summary | |
| commit | No | Review changes introduced by a specific commit SHA | |
| prompt | No | Custom review instructions or focus areas (optional) | |
| timeout | No | Maximum execution time in milliseconds | |
| thinking | No | Enable thinking mode for deeper review (recommended). | |
| workingDir | No | Working directory to run the review in | |
| uncommitted | No | Review staged + unstaged + untracked changes (working tree) |