一键导入
code-review
Review code for quality, security, and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code for quality, security, and best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | code-review |
| description | Review code for quality, security, and best practices |
| version | 1.0.0 |
| author | AI Team |
| tags | ["review","security","quality"] |
Comprehensive code review covering quality, security, and best practices.
Determine scope:
Check against references/best_practices.md:
Check against references/security_checklist.md:
Check against references/common_antipatterns.md:
Format findings by severity:
Load these Level 3 resources based on review type:
references/best_practices.md - Load for quality reviewsreferences/security_checklist.md - Load for security auditsreferences/common_antipatterns.md - Load for anti-pattern detectionNote: Only load the resource relevant to the current task to conserve tokens.
User asks: "Review this authentication code for security issues"
Response:
references/security_checklist.mdUser asks: "Review this PR for code quality"
Response:
references/best_practices.md## Code Review Summary
**Files Reviewed:** N
**Issues Found:** N (Critical: N, Warning: N, Info: N)
### Critical Issues
- `file.go:123` - Description
- **Fix:** Suggested solution
### Warnings
- `file.go:45` - Description
### Suggestions
- Consider refactoring X for clarity
### Positive Observations
- Good error handling in Y
- Comprehensive test coverage