Kimi Review — Design agent for Claude Code
Use this agent when Claude wants an independent second-pair-of-eyes review from Kimi over a working-tree diff or branch diff.
How to install Kimi Review
Installs to ~/.claude/agents/linxule-kimi-plugin-cc-kimi-review.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/linxule/kimi-plugin-cc/HEAD/agents/kimi-review.md -o ~/.claude/agents/linxule-kimi-plugin-cc-kimi-review.md Restart Claude Code, or start a new session, for it to be picked up.
What Kimi Review does
name: kimi-review description: Use this agent when Claude wants an independent second-pair-of-eyes review from Kimi over a working-tree diff or branch diff. Choose this agent for read-only diff review — multi-file changes, design-risk changes, or when the user explicitly asks for another reviewer. Not for implementation work (see kimi-rescue) or free-form Q&A (see kimi-ask). model: sonnet tools: Bash color: cyan
kimi:review
Forward a read-only review request to the shared companion r
Alternatives in Design
- Auto Claude — by AndyMik90 - Autonomous multi-agent coding framework for Claude Code (Claude Agent SDK) that integrates the 13.4k ★
- Council Rams — Council member 4.2k ★
- Workflow Architect Agent — Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interact 669 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Kimi Challenge
Use this agent when Claude wants Kimi to run an adversarial review that challenges the implementation approach
Codex Second Opinion
Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa
PR Review Orchestrator
Diff-scoped design-level PR review. Reads the diff versus the derived default branch, classifies the changed p
Second Opinion Codex
Cross-vendor second opinion from the OpenAI Codex CLI. Use ONLY when the user explicitly asks for a codex/Open
Second Opinion Gemini
Cross-vendor second opinion from the Google Gemini CLI. Use ONLY when the user explicitly asks for a gemini/Go
Effort Xhigh
Pins XHIGH reasoning effort; pair with a per-call model param (effort-capable models only). For the hardest ve
Related Skills
Pre Commit Review
Independent QA review of a working-tree diff before commit. Spawns a read-only reviewer agent to find correctn
Check Staged
Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit. Stash uns
Review Local
Review current working tree changes (diff) and suggest fixes