Claude Code 中文全面上手指南 is a Chinese-language learning guide for using Claude Code and combining features such as commands, memory, skills, hooks, MCP, subagents, and plugins. It is aimed at Chinese beginners and provides learning paths, examples, and compatibility guidance, while the catalogue entries package parts of that guidance as agent resources.
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.
npx skills add lhfer/claude-howto-zh-cn --skill code-review-specialistgit clone --depth 1 https://github.com/lhfer/claude-howto-zh-cnWrote 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.
[](https://agentmods.dev/skills/lhfer/claude-howto-zh-cn/code-review-specialist)<a href="https://agentmods.dev/skills/lhfer/claude-howto-zh-cn/code-review-specialist"><img src="https://agentmods.dev/badge/skills/lhfer/claude-howto-zh-cn/code-review-specialist/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.
<a href="https://agentmods.dev/skills/lhfer/claude-howto-zh-cn/code-review-specialist"><img src="https://agentmods.dev/badge/skills/lhfer/claude-howto-zh-cn/code-review-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.00413 |
| Opus 5 | $0.00026 | $0.00206 |
| Sonnet 5 | $0.00010 | $0.00083 |
| Haiku 4.5 | $0.00005 | $0.00041 |
Grade A, and why
code-review-specialist 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 12d 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.
What it actually says
代码审查专家技能(Code Review Specialist Skill)
本 skill 使用
code-review-specialist名称,避免遮蔽 Claude Codev2.1.146+自带的/code-review命令。
这个 skill 用于做结构化代码审查,重点关注:
- Security Analysis
- Performance Review
- Code Quality
- Maintainability
审查模板
参考文件
这个 skill 自带模板和脚本,做正式审查时应按需读取:
templates/review-checklist.md:结构化检查清单,覆盖安全、性能、质量和测试,避免漏掉大类。templates/finding-template.md:单个问题的记录模板,包含严重程度、位置、代码示例和影响分析。scripts/analyze-metrics.py:统计函数数、类数、平均行长和复杂度分数,可用于给审查补充量化依据。scripts/compare-complexity.py:对比两个版本的复杂度,适合审查重构前后的变化。
总结
- Overall quality assessment
- Key findings count
- Recommended priority areas
严重问题
- Issue
- Location
- Impact
- Severity
- Fix
按类别列出问题
安全
列出安全漏洞或风险点
性能
列出性能问题与复杂度风险
质量
列出命名、结构、文档和测试问题
可维护性
列出可维护性问题和重构建议
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 59 lines · 51 tokens per session scan A 01262f21239a
code-review-specialist is a skill published in the GitHub repository lhfer/claude-howto-zh-cn (2,295 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 413 once invoked, about $0.0003 per session on Opus 5. 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-30.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…