receiving-code-review
Triage code review feedback and reflect follow-up tasks in pending-questions/context. Use when incorporating review results.
$ 安裝
git clone https://github.com/munlucky/claude-command-relay /tmp/claude-command-relay && cp -r /tmp/claude-command-relay/.claude/skills/receiving-code-review ~/.claude/skills/claude-command-relay// tip: Run this command in your terminal to install the skill
SKILL.md
name: receiving-code-review description: Triage code review feedback and reflect follow-up tasks in pending-questions/context. Use when incorporating review results.
Receiving Code Review Skill
역할: 코드 리뷰 피드백을 수집·정리하고 후속 작업을 트래킹합니다.
입력
- 리뷰 댓글/이슈 링크
- 관련 커밋/PR 링크
동작
- 피드백을 분류(버그/요구사항/스타일/질문)해 요약.
- 후속 작업을 TODO로 정리하여
pending-questions.md또는 작업 계획(context.md)에 반영. - 리뷰에서 확인해야 할 파일/라인을 링크로 기록.
출력 (예시)
# 리뷰 요약
- 버그: fetch 에러 처리 누락 → `_fetch/executeRetry.client.ts`
- 요구사항: 빈 상태 메시지 추가 → page.tsx
- 질문: 페이징 서버/클라이언트? → pending-questions.md
Repository

munlucky
Author
munlucky/claude-command-relay/.claude/skills/receiving-code-review
0
Stars
0
Forks
Updated1d ago
Added1w ago