Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
综合代码审查 skill,覆盖安全、性能、代码质量和可维护性。Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.
这个 skill 用于做结构化代码审查,重点关注:
这个 skill 自带模板和脚本,做正式审查时应按需读取:
templates/review-checklist.md:结构化检查清单,覆盖安全、性能、质量和测试,避免漏掉大类。templates/finding-template.md:单个问题的记录模板,包含严重程度、位置、代码示例和影响分析。scripts/analyze-metrics.py:统计函数数、类数、平均行长和复杂度分数,可用于给审查补充量化依据。scripts/compare-complexity.py:对比两个版本的复杂度,适合审查重构前后的变化。列出安全漏洞或风险点
列出性能问题与复杂度风险
列出命名、结构、文档和测试问题
列出可维护性问题和重构建议
npx skills add lhfer/claude-howto-zh-cn --skill code-reviewHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.