with one click
code-review
Review code for quality, security, and best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review code for quality, security, and best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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