🔍
QualityPython

Chinese Code Reviewer

by laolaoshiren

Chinese Code Reviewer is a Quality skill for Claude Code, published by laolaoshiren in claude-code-skills-zh.

786 stars84 forkson laolaoshiren/claude-code-skills-zhAdded 2026/08/23+1% in starsRepository updated 2026/08/23
ai-agentawesome-listclaude-codeclaude-skillsdeveloper-toolsprompt-engineeringskills
Install in seconds
Install Chinese Code Reviewer
Copy Chinese Code Reviewer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/laolaoshiren/claude-code-skills-zh/tree/main/skills/zh-code-reviewer ~/.claude/skills/zh-code-reviewer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/laolaoshiren/claude-code-skills-zh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/zh-code-reviewer/SKILL.md in laolaoshiren/claude-code-skills-zh
Installs to
~/.claude/skills/zh-code-reviewer
Collection
One of 20 skills cataloged from this repository
Category
Quality1354 skills

What Chinese Code Reviewer does

Chinese Code Reviewer generates structured code review reports in Chinese. Use it when you need to check code quality, bugs, performance, security, and design issues.

Chinese Code Reviewer is cataloged under Quality on DirSkills. Chinese Code Reviewer comes from a repository tagged ai-agent, awesome-list, claude-code, claude-skills and developer-tools.

Documentation

README

中文代码审查专家

触发条件

当用户要求审查代码、code review、代码检查、代码质量评估时激活此技能。

工作流程

  1. 读取目标文件 — 使用 Glob 和 Read 工具获取要审查的代码
  2. 分析代码质量 — 从以下维度评估:
    • 代码规范(命名、格式、注释)
    • 潜在 Bug(空指针、越界、并发问题)
    • 性能问题(N+1 查询、内存泄漏、不必要的循环)
    • 安全漏洞(SQL 注入、XSS、硬编码密钥)
    • 设计模式(是否合理使用、是否有更好的方案)
  3. 生成审查报告 — 使用中文输出结构化报告

输出格式

## 📋 代码审查报告

### 📊 总体评分:X/10

### 🔴 严重问题(必须修复)
- [文件:行号] 问题描述
  💡 修复建议:...

### 🟡 建议改进(推荐修复)
- [文件:行号] 问题描述
  💡 改进建议:...

### 🟢 亮点
- 做得好的地方

### 📝 总结
一段总结性评价

注意事项

  • 技术术语保留英文(如 null pointer、SQL injection)
  • 代码示例保持原语言
  • 对于中文变量名/注释,也要检查是否恰当

Frequently asked about Chinese Code Reviewer

  • What else does laolaoshiren publish alongside Chinese Code Reviewer?

    Chinese Code Reviewer is one of 20 skills that DirSkills catalogs from laolaoshiren/claude-code-skills-zh, the repository it ships in. Its siblings there include API Tester, Changelog Generator and Chinese Documentation Generator. Each one is a separate skill with its own page in this directory, installs the same way Chinese Code Reviewer does, and is maintained by laolaoshiren in that same repository. The rest of the collection is listed on the laolaoshiren/claude-code-skills-zh page.

  • How does Chinese Code Reviewer compare to other Quality skills?

    Chinese Code Reviewer ranks #979 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Chinese Code Reviewer against them. Open each page to compare what they document and how they install.

More from laolaoshiren/claude-code-skills-zh

Chinese Code Reviewer is one of 20 skills cataloged on DirSkills from laolaoshiren/claude-code-skills-zh.

See all 20 skills
🧪
1w ago

API Tester

API Tester generates and verifies API tests from OpenAPI, routes, types, and existing tests. Use it to add interface tests, validate contracts, create regressions, or investigate compatibility without guessing responses or sending writes without approval.
Quality
78684
📝
1w ago

Changelog Generator

Changelog Generator creates changelogs and release notes from Git history. Use it when you need to summarize commits into versioned change logs.
Writing
78684
📚
1w ago

Chinese Documentation Generator

Chinese Documentation Generator creates Chinese technical documentation from a codebase, including project overviews, quick start guides, API references, examples, and FAQs. Use it when you need Markdown docs for a project or API.
Writing
78684
🗄️
1w ago

Database Migrator

Database Migrator compares schemas, identifies table and column changes, and generates migration scripts with rollback steps. Use it when you need database upgrades, schema changes, or framework-specific migrations.
DevOps
78684
🔍
1w ago

Dependency Auditor

Dependency Auditor 审计 Node.js、Python、Go、Rust、JVM 和 Ruby 项目的依赖漏洞、版本健康度与许可证事实。适合在检查 lockfile、manifest 或生成不改依赖的中文审计报告时使用。
Quality
78684
🗂️
1w ago

Directory Structure Mapper

Directory Structure Mapper generates an annotated directory tree to help understand how a codebase is organized. Use it when you need a quick overview of folders, key files, and module responsibilities.
Automation
78684