代码审查(含通用标准) — 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-53343f9f)More formats (shields.io, HTML) on the badges page.
---
name: code-review
description: 代码审查(含通用标准) — T阶段
context: main
---
## 管道位置: T → quality.md 审查部分
## 审查清单
### 逻辑: 边界/错误处理/空值
### 安全: 注入/泄露/权限
### 通用质量
- [ ] 函数<50行, 职责单一?
- [ ] 注释WHY非WHAT?
- [ ] 类型严格, 无any/as any?
- [ ] 错误处理完整, 无空catch?
- [ ] 命名清晰, 表达意图?
- [ ] 无魔术数字, 常量已提取?
- [ ] DRY, 无重复代码?
### 性能: N+1/循环/内存
### 可选: ast-grep搜反模式
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!