원클릭으로
code-review
Use when reviewing code, preparing a PR for review, or processing review feedback
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when reviewing code, preparing a PR for review, or processing review feedback
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute safe Git workflows — branching, committing, resolving conflicts, and managing PRs
Use when controlling AI spend, token budgets, model routing, or workflow efficiency before scaling usage
Use when handling incidents, outages, severe regressions, or operational emergencies before attempting broad fixes
Use when investigating latency, throughput, resource saturation, or performance regressions before changing implementation details
Use when diagnosing bugs, test failures, or unexpected behavior before attempting any fix
Plan and execute safe deployments with rollback procedures, verification, and monitoring
| name | code-review |
| description | Use when reviewing code, preparing a PR for review, or processing review feedback |
Announce at start: "Following the code-review skill for structured review."
Before starting any review, gather:
Review in this order — stop escalating when critical issues are found.
Every piece of feedback must follow this structure:
**Issue**: [Specific problem]
**Rationale**: [Why this matters]
**Fix**: [Concrete suggestion with example code]
Never give vague feedback like "this is complex" or "improve this."
| Severity | Action |
|---|---|
| Critical | Fix immediately — blocks merge |
| Important | Fix before proceeding to next task |
| Minor | Note for later — does not block |
For systematic reviews using diff-based context:
BASE_SHA=$(git merge-base HEAD origin/main)
HEAD_SHA=$(git rev-parse HEAD)
Provide: what was implemented, the plan/requirements, base SHA, head SHA, and a brief description.
| When | Invoke |
|---|---|
| Review finds bugs | debugging |
| Review requires test changes | testing |
| Post-review, ready to submit | pr-writing |
| Review finds security issues | secure-coding |
For principles, rationale, anti-patterns, and examples:
guides/code-review-ai/code-review-ai.md