代码审查 (含通用质量标准) — T 阶段
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill code-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-code-review-bb4e3286)More formats (shields.io, HTML) on the badges page.
---
name: code-review
description: 代码审查 (含通用质量标准) — T 阶段
---
## 管道位置: T → 追加 quality.md 审查部分
## 审查清单
### 逻辑: 边界条件、错误处理、空值检查
### 安全: SQL注入、XSS、密钥泄露、权限
### 通用代码质量
- [ ] 函数职责单一, <50 行?
- [ ] 注释解释 WHY 不解释 WHAT?
- [ ] 类型严格, 无 any/as any?
- [ ] 错误处理完整, 无空 catch?
- [ ] 命名清晰? 无魔术数字? DRY?
### 性能: N+1查询、不必要循环、内存泄漏
Codex原生: /review 触发审查
## 审查报告格式
```markdown
## 审查报告
- 严重: 0 | 警告: 2 | 建议: 3
- [警告] src/xxx.ts:42 — 具体问题
```
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!