How this command is triggered — by the user, by Claude, or both
Slash command
/kimi:review [--background] [--base <ref>] [--model <model>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run a Kimi code review through the kimi-cli Wire IPC. Raw slash-command arguments: `$ARGUMENTS` Core constraint: - This command is review-only. - Do not fix issues or apply patches. - Return Kimi's output verbatim to the user. Execution: If `--background` is passed, launch with `run_in_background: true` and tell the user to check `/kimi:status`. Return the command stdout verbatim, exactly as-is. Do not paraphrase, summarize, or add commentary.
Run a Kimi code review through the kimi-cli Wire IPC.
Raw slash-command arguments:
$ARGUMENTS
Core constraint:
Execution:
node "${CLAUDE_PLUGIN_ROOT}/scripts/kimi-companion.mjs" review $ARGUMENTS
If --background is passed, launch with run_in_background: true and tell the user to check /kimi:status.
Return the command stdout verbatim, exactly as-is. Do not paraphrase, summarize, or add commentary.
npx claudepluginhub kkk0913/kimi-plugin-cc --plugin kimi/reviewConducts a five-axis code review of staged or recent changes covering correctness, readability, architecture, security, and performance. Outputs categorized findings with file:line references and fix recommendations.
/reviewRuns Codex code review on local git state — working tree, branch diff, or against a base ref. Supports foreground/background and scope options.
/reviewReviews code changes using OpenCodeReview (OCR) and autonomously applies high-confidence fixes. Supports workspace mode, commit range, and optional background requirement context.
/reviewRequests cross-AI peer review of phase plans from external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen, Cursor) and writes structured REVIEWS.md with per-reviewer feedback.
/reviewPerforms a multi-LLM code review with inline PR comments, checking availability of several supplemental model providers before running the enhanced review workflow.
/reviewReviews an HTML design file for anti-patterns, design principles, and accessibility issues, producing a structured markdown report.