code-review
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Evaluate architectural decisions, propose ADRs. Triggers on: 'architecture review', 'ADR', 'design review'.
Create GitHub pull requests. Triggers on: 'create PR', 'pull request', 'submit PR'.
Evaluate strategic direction changes before execution. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Triage and organize GitHub issues. Triggers on: 'triage', 'triage issues', 'organize backlog'.
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
Create new instructions file. Triggers on: 'create instructions', 'new instructions'.
| name | code-review |
| description | Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'. |
Perform thorough, structured code reviews focusing on security, performance, maintainability, and correctness.
Before reviewing, gather context:
git diff main...HEAD
# Or for a specific PR
gh pr diff <number>
**[SEVERITY]** Brief description
**Location:** file.py:42
**Issue:**
Explanation of the problem.
**Suggestion:**
Recommended fix.
**Why:**
Explanation of why this matters.
Severity levels:
## Review Summary
**Overall:** ✅ Approved / ⚠️ Changes Requested / ❌ Needs Work
### Stats
- Files reviewed: X
- Issues found: X (Y blockers, Z major)
### Highlights
- 💚 Good practices observed
### Required Changes
1. 🔴 [Blocker description]
2. 🟠 [Major issue description]
### Suggestions
1. 🔵 [Optional improvement]