kimi-review

kimi-review is a skill for Claude Code, Codex from luhfilho/kimi-plugin-cross-platform. It costs 0 tokens per session (53 once invoked), scanned A, original, MIT.

A code-review workflow that runs the Kimi command-line tool on the current Git changes. Git changes are the differences between the edited files and the repository version.

In plain words
What is it for?
Use it to review uncommitted or proposed code changes and receive findings in a consistent JSON-based format.
Why use it?
It turns the current diff into structured review findings and presents each finding with a severity indicator.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review uncommitted or proposed code changes and receive findings in a consistent JSON-based format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luhfilho/kimi-plugin-cross-platform/kimi-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add luhfilho/kimi-plugin-cross-platform --skill kimi-review
Clone the repo
git clone --depth 1 https://github.com/luhfilho/kimi-plugin-cross-platform

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for kimi-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/luhfilho/kimi-plugin-cross-platform/kimi-review/github.svg)](https://agentmods.dev/skills/luhfilho/kimi-plugin-cross-platform/kimi-review)
Your own site
<a href="https://agentmods.dev/skills/luhfilho/kimi-plugin-cross-platform/kimi-review"><img src="https://agentmods.dev/badge/skills/luhfilho/kimi-plugin-cross-platform/kimi-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kimi-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/luhfilho/kimi-plugin-cross-platform/kimi-review"><img src="https://agentmods.dev/badge/skills/luhfilho/kimi-plugin-cross-platform/kimi-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 53 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00053
Opus 5 $0.00000 $0.00026
Sonnet 5 $0.00000 $0.00011
Haiku 4.5 $0.00000 $0.00005

Measured 10d ago against content hash 79635fa18834, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

kimi-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

adapters/antigravity-cli/skills/kimi-review/SKILL.md · 16 lines

What it actually says

Kimi Review

Description

Run a code review using Kimi CLI.

Usage

Invoke the Kimi companion script with review mode.

Rules

  • Collect git diff before prompting.
  • Request structured JSON findings.
  • Present results with severity icons.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 16 lines · 0 tokens per session scan A 79635fa18834

Subscribe to this mod's changes

kimi-review is a skill published in the GitHub repository luhfilho/kimi-plugin-cross-platform (1 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 53 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agents-consilium

Run external coding agents (Codex, Claude Code, OpenCode, native Grok Build, Gemini) as independent reviewers, stateful repository researchers, or single-agent implementers. Use for multi-model opinions and code review, steerable Grok research, full-access delegation, long-running work, or reattaching to delegated…

CodeAlive-AI/ai-driven-development · 86 tokens

refactoring-csharp

Rename and refactor C# symbols in a .NET solution or multi-solution monorepo with a one-shot Roslyn CLI. Use when the user asks to rename a symbol, preview impact, update references across a solution, or refactor shared projects across several solutions.

CodeAlive-AI/ai-driven-development · 60 tokens

agentic-readiness

Audit and improve repositories for reliable agentic work across Codex and Codex App, Claude Code, and OpenCode. Use when reviewing AGENTS.md or CLAUDE.md quality and discovery, instruction routing in monorepos or meta-repos, agent settings, MCP configuration, skills, subagents, context budgets, or repository…

CodeAlive-AI/ai-driven-development · 76 tokens

code-that-fits-in-your-head

Software-engineering heuristics based on Mark Seemann's Code That Fits in Your Head (2021), updated for agent-driven development. Use when writing or reviewing code, refactoring accidental complexity or a Big Ball of Mud, controlling technical or architectural debt in generated code, designing APIs and invariants…

CodeAlive-AI/ai-driven-development · 169 tokens

application-security-pentesting

Production Application Security (AppSec) standards, OWASP Top 10 vulnerability remediation, SAST/DAST pipeline integration, secure code review, threat modeling, and defensive security posture.

hamzabellouch/agent-skills · 43 tokens

luna

Reviews code for objective correctness, security, and reliability.

sickn33/agentic-awesome-skills · 14 tokens