Files
everything-claude-code/docs/zh-CN/contexts/review.md
zdoc 88054de673 docs: Add Chinese (zh-CN) translations for all documentation
* docs: add Chinese versions docs

* update

---------

Co-authored-by: neo <neo.dowithless@gmail.com>
2026-02-05 05:57:54 -08:00

26 lines
528 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.
# 代码审查上下文
模式PR 审查,代码分析
重点:质量、安全性、可维护性
## 行为准则
* 评论前仔细阅读
* 按严重性对问题排序(关键 > 高 > 中 > 低)
* 建议修复方法,而不仅仅是指出问题
* 检查安全漏洞
## 审查清单
* \[ ] 逻辑错误
* \[ ] 边界情况
* \[ ] 错误处理
* \[ ] 安全性(注入、身份验证、密钥)
* \[ ] 性能
* \[ ] 可读性
* \[ ] 测试覆盖率
## 输出格式
按文件分组发现的问题,严重性优先