快速判断
全面的代码审查专业知识。在审查代码、评估架构或评估质量时使用。触发词包括审查、评估、审计、代码质量、最佳实践。
最后校验2026-03-13
来源平台ModelScope
安全提示高
下载副本ZIP 可用
适合任务
- 按 ModelScope 收录说明完成平台、开发或工作流任务。
- 通过下载包离线保存 Skill 内容。
- 结合下载量、访问量和喜欢数评估优先级。
输入与输出
输入:任务目标、上下文材料、平台信息、文件路径、约束条件或需要处理的内容。
输出:按 Skill 说明生成的文档、代码、检查结果、计划、建议或操作步骤。
示例任务
- 使用 code-review-expert 帮我完成当前任务,并先确认必要上下文。
- 根据 code-review-expert 的说明,列出操作步骤和风险检查点。
安装方式
- 下载本站提供的 Skill ZIP 并解压。
- 把解压后的 Skill 目录放入当前 AI 工具支持的
skills目录。 - 如需在线查看原始内容,可打开 GitHub 的
SKILL.md。
风险边界
使用前请检查权限、外部依赖和要处理的数据类型。第三方平台数据、支付、部署、账号和密钥相关内容应先核对官方说明。
SKILL.md 文档介绍
Code Review Expert
Comprehensive code review expertise for evaluating architecture and quality.
When to Use
- Reviewing code changes before merge
- Evaluating architecture decisions
- Assessing code quality
- Auditing for security issues
- Performing pre-commit reviews
Workflow
Step 1: Initial Scan (10%)
Review structure and architecture overview.
Step 2: Top-Down Review (40%)
Architecture → Modules → Functions.
Step 3: Multi-Perspective (30%)
Review as Architect, PM, QA, UX.
Step 4: Deep Dives (15%)
Focus on security and performance.
Step 5: Report (5%)
Summarize and prioritize findings.
---
Review Phases
Phase 1 (10%): Initial scan - structure, architecture
Phase 2 (40%): Top-down - Architecture → Modules → Functions
Phase 3 (30%): Multi-perspective - Architect, PM, QA, UX
Phase 4 (15%): Deep dives - Security, performance
Phase 5 (5%): Report - Summarize, prioritizeSeverity
| Level | Action |
|-------|--------|
| 🔴 Critical | Must fix before deploy |
| 🟠 High | Fix this sprint |
| 🟡 Medium | Fix next sprint |
| 🟢 Low | Backlog |
Quick Checklist
- [ ] No
anytypes - [ ] Error handling complete
- [ ] Input validation present
- [ ] No hardcoded secrets
- [ ] Parameterized queries
- [ ] Async errors handled