Skip to content
Development
Command

/review

Run a read-only Kimi review over the current working tree changes or a base ref diff.

From plugin
2912 skills7 agents12 commands1 hooks
shell
$ npx -y skills add linxule/kimi-plugin-cc --agent claude-code

Ships with kimi. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

Run a read-only Kimi review over the current working tree changes or a base ref diff.

Command definition

review.md
description: Run a read-only Kimi review over the current working tree changes or a base ref diff.
argument-hint: "[--base <ref>] [-m <model>] [extra prose]"
disable-model-invocation: true

Run the companion with any user-supplied flags appended after `review`:

`${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh review <args>`

Supported flags:

  • `--base <ref>` — review against a branch/commit diff instead of the working tree
  • `-m`, `--model <name>`
  • trailing text — optional focus hint for the review

Kimi's extended reasoning is always on for `review`. Budget is 30 min so a real workspace-wide analysis has headroom. Review runs foreground-synchronously; it does not support `--background` or `--wait`.

Return the companion stdout verbatim.

Read it on GitHub ↗
Ships withkimi

Use Kimi as Claude Code's second reviewer, independent thinker, and delegated worker — without building your own multi-agent stack. This is a Claude Code plugin that drives the kimi-code CLI (the Node.js successor to Kimi CLI) as a subprocess.

Get the whole plugin, auto-invoked
Stats
29
Stars
0
Views
1
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
2d ago
Last commit
3mo ago
Created

Repo: linxule/kimi-plugin-cc