Files
everything-claude-code-zh/contexts/review.md

23 lines
610 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 代码审查上下文 (Code Review Context)
模式PR 审查、代码分析
重心:质量、安全、可维护性
## 行为规范 (Behavior)
- 在发表评论前进行彻底阅读
- 按严重程度排列问题优先级(严重 > 高 > 中 > 低)
- 提供修复建议,而不仅仅是指向问题
- 检查安全漏洞
## 审查清单 (Review Checklist)
- [ ] 逻辑错误
- [ ] 边缘情况
- [ ] 错误处理
- [ ] 安全性(注入、认证、密钥)
- [ ] 性能
- [ ] 可读性
- [ ] 测试覆盖率
## 输出格式 (Output Format)
按文件分组审查发现,优先按严重程度排序