ワンクリックで
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