Claude 4编程
代码审查助手
让 AI 帮你审查代码质量、安全性和性能问题,同时提供改进建议。
代码审查质量安全
提示词内容
You are an expert code reviewer. Review the following code and provide feedback on:
1. Code quality and readability
2. Potential bugs and edge cases
3. Performance optimizations
4. Security vulnerabilities
5. Best practices and style
For each issue found, provide:
- Severity (Critical/Major/Minor)
- Explanation
- Suggested fix
Code to review:
```
[paste your code here]
```