Stats
Actions
Tags
From my-harness
스테이징된 변경사항 또는 최근 커밋에 대한 빠른 단일 에이전트 코드 리뷰 (가벼운 체크). 본격 리뷰는 /code-review를 사용한다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-harness:code-review-quickThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
스테이징된 변경사항 또는 최근 커밋에 대한 **가벼운 단일 에이전트 리뷰**를 수행한다.
스테이징된 변경사항 또는 최근 커밋에 대한 가벼운 단일 에이전트 리뷰를 수행한다.
언제 쓰는가?
- 커밋 직전 자가 점검
- PR 올리기 전 빠른 확인
- 다중 에이전트 합의 리뷰(
/code-review)는 과하다고 판단될 때본격 리뷰가 필요한 경우
/code-review를 사용한다 (5개 전문 에이전트 × 2 Supervisor 합의).
git diff --staged를 확인하고, 비어있으면 git diff HEAD~1로 fallback## 빠른 코드 리뷰
### 범위
- 변경 파일: {count}개
- 추가/삭제: +{added} / -{removed}
### 발견 사항
#### 🔴 Critical
- {반드시 고쳐야 하는 블로킹 이슈}
#### 🟡 Suggestion
- {개선하면 좋을 항목}
#### 🟢 좋음
- {잘 작성된 부분}
### Verdict: {APPROVE | REQUEST_CHANGES | NEEDS_DISCUSSION}
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub pokuding/my-harness --plugin my-harness