mit einem Klick
code-review-specialist
// 综合代码审查 skill,覆盖安全、性能、代码质量和可维护性。Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.
// 综合代码审查 skill,覆盖安全、性能、代码质量和可维护性。Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.
Claude Code 单模块互动测验。Use when asked to "quiz me on hooks", "test my knowledge of lesson 3", "lesson quiz", "practice quiz for MCP", "do I understand skills", or similar Chinese requests.
根据想法和资料起草博客文章。Use when users want to draft a blog post, write an article from research, or turn notes/resources into a structured post.
保持品牌语气和写作风格一致。Use when creating marketing copy, customer communication, public-facing content, or when users mention brand voice, tone, or writing style.
按最佳实践创建或更新 CLAUDE.md,帮助 AI agent 更快理解项目。Use when users want to create, update, audit, or improve a CLAUDE.md file.
从源码生成准确、完整的 API 文档和技术说明。Use when creating or updating API docs, generating endpoint documentation, or when users mention API docs, endpoints, or documentation.
基于 Martin Fowler 方法论做系统化重构。Use when users ask to refactor code, improve structure, reduce technical debt, clean up legacy code, or improve maintainability.
| name | code-review-specialist |
| description | 综合代码审查 skill,覆盖安全、性能、代码质量和可维护性。Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization. |
本 skill 使用
code-review-specialist名称,避免遮蔽 Claude Codev2.1.146+自带的/code-review命令。
这个 skill 用于做结构化代码审查,重点关注:
这个 skill 自带模板和脚本,做正式审查时应按需读取:
templates/review-checklist.md:结构化检查清单,覆盖安全、性能、质量和测试,避免漏掉大类。templates/finding-template.md:单个问题的记录模板,包含严重程度、位置、代码示例和影响分析。scripts/analyze-metrics.py:统计函数数、类数、平均行长和复杂度分数,可用于给审查补充量化依据。scripts/compare-complexity.py:对比两个版本的复杂度,适合审查重构前后的变化。列出安全漏洞或风险点
列出性能问题与复杂度风险
列出命名、结构、文档和测试问题
列出可维护性问题和重构建议