Kim Review
Description
--- description: Kim代码审查命令 - Claude需求理解 + Gemini深度审查(审查现有代码,无生成) allowed-tools: Read, Write, Edit, Bash, Task, Glob, Grep argument-hint: [代码文件路径或审查需求] --- # Kim代码审查命令(Claude + Gemini) > 代码审查模式:理解代码 → 深度审查,专注于代码质量和安全 你现在要协调2个AI工具完成代码审查:$ARGUMENTS **模式说明**:这是专业审查模式,适合审查现有代码、代码质量检查、安全审计。 ## ⚠️ 文件写入规则(必须遵守) Claude Code的Write工具要求:**写入文件前必须先读取它**。对于新文件: ```bash # 创建新文件的标准流程: 1. 用 Bash 创建目录和空文件:mkdir -p 目录 && echo "" > 文件路径 2. 用 Read 读取该文件 3. 用 Write 写入实际内容 ``` ## 执行流程 ### 阶段0.1:健康检查 **参考 `.c
Installation
Installs to ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-review.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KimYx0207/Claudecode-Codex-Gemini/HEAD/.claude/commands/kim-review.md -o ~/.claude/commands/kimyx0207-claudecode-codex-gemini-kim-review.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11