코드 품질과 PR 리뷰를 위한 체계적 체크리스트를 실행합니다.
Scanned 6/6/2026
Install via CLI
openskills install excatt/superclaude-plusplus---
name: "code-review"
description: "코드 품질과 PR 리뷰를 위한 체계적 체크리스트를 실행합니다."
user-invocable: true
---
# Code Review Skill
코드 품질과 PR 리뷰를 위한 체계적 체크리스트를 실행합니다.
## 리뷰 프레임워크
### 1. 기능 검증
- [ ] 요구사항 충족 여부
- [ ] 엣지 케이스 처리
- [ ] 에러 핸들링 적절성
### 2. 코드 품질
- [ ] 명확한 네이밍 (변수, 함수, 클래스)
- [ ] 단일 책임 원칙 (SRP)
- [ ] DRY 원칙 준수
- [ ] 적절한 추상화 수준
- [ ] 불필요한 복잡성 없음
### 3. 가독성
- [ ] 코드 흐름이 명확
- [ ] 주석이 필요한 곳에 적절히 있음
- [ ] 일관된 코딩 스타일
- [ ] 함수/메서드 길이 적절 (<30줄 권장)
### 4. 테스트
- [ ] 단위 테스트 존재
- [ ] 테스트 커버리지 적절
- [ ] 테스트 케이스 명확
- [ ] 모킹 적절히 사용
### 5. 성능
- [ ] 불필요한 연산 없음
- [ ] N+1 쿼리 문제 없음
- [ ] 메모리 누수 가능성 없음
- [ ] 적절한 캐싱 고려
### 6. 보안
- [ ] 입력 검증
- [ ] SQL 인젝션 방지
- [ ] XSS 방지
- [ ] 민감 정보 노출 없음
## 출력 형식
```
## Code Review: [파일/PR명]
### Summary
- 전체 평가: [Good/Needs Work/Critical Issues]
- 주요 발견: N개
### Findings
#### Critical
- [파일:라인] 이슈 설명
#### Suggestions
- [파일:라인] 개선 제안
#### Positive
- 잘된 부분 언급
### Recommendations
1. [우선순위 높은 수정사항]
2. [개선 제안]
```
---
위 체크리스트를 기반으로 제공된 코드를 리뷰하세요.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...