Review code with refactoring tips, security checks, and docs in Chinese. Use when auditing PRs, analyzing complexity, or enforcing conventions.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill code-reviewer-cn --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Reviewer Cn?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-code-reviewer-cn)More formats (shields.io, HTML) on the badges page.
---
version: "2.0.0"
name: code-reviewer-cn
description: "Review code with refactoring tips, security checks, and docs in Chinese. Use when auditing PRs, analyzing complexity, or enforcing conventions."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# code-reviewer-cn
代码审查、重构建议、安全漏洞检查、命名规范、复杂度分析、注释文档生成
## 核心特点
🎯 **精准** — 针对具体场景定制化输出
📋 **全面** — 多个命令覆盖完整工作流
🇨🇳 **本土化** — 完全适配中文用户习惯
## 命令速查
```
review review
refactor refactor
security security
naming naming
complexity complexity
document document
```
## 专业建议
- [ ] 边界条件处理(空值、零、负数、最大值)
- [ ] 错误处理(try-catch、错误码)
- [ ] 并发安全(竞态条件、死锁)
- [ ] 资源释放(文件句柄、数据库连接)
- [ ] 避免N+1查询
---
*code-reviewer-cn by BytesAgain*
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
- Run `code-reviewer-cn help` for all commands
## Commands
Run `code-reviewer-cn help` to see all available commands.
## When to Use
- Quick code tasks from terminal
- Automation pipelines
## Output
Results go to stdout. Save with `code-reviewer-cn run > output.txt`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
一个全面的 Claude Code 会话验证系统。