Automate end-to-end code review pipeline on feature branches: generate design intent docs from discussions, quality criteria from conventions and ADRs, PR bodies from git diffs, evidence-based reviews with prioritized comments, apply approved fixes via QA (build/test), and output artifacts in .review-artifacts/.
npx claudepluginhub vibemafiaclub/mafia-codereview-harness --plugin mafia-codereview전체 코드리뷰 파이프라인을 오케스트레이션한다.
구현 완료된 코드의 git diff와 spec 변경사항을 기반으로 PR 본문을 생성한다.
작업 설계를 분석하고, `docs/adr.yaml`에서 관련 항목을 추출하여 `docs/code-convention.yaml`과 병합된 평가기준 문서를 생성한다.
코드리뷰 코멘트를 검토하고, 수용 여부를 판단하여 코드를 수정한다.
평가기준, 설계의도, PR 본문, git diff를 입력받아 근거 기반 코드리뷰를 수행한다.
`docs/code-convention.yaml` 또는 `docs/adr.yaml`에 항목을 추가/수정/삭제한다.
현재 대화에서 논의된 설계 내용을 기반으로 설계의도 문서를 작성한다.

Claude Code 기반 코드리뷰 자동화 파이프라인.
Git과 함께 사용할 때 가장 효과적입니다.
하네스와 파이프라인에 대한 자세한 설명은 영상을 참고해주세요.
플러그인을 설치합니다.
# claude code 실행
claude
# 플러그인 설치
/plugin marketplace add vibemafiaclub/mafia-codereview-harness
/plugin install mafia-codereview
docs/code-convention.yaml과 docs/adr.yaml를 복사한 뒤, 상황에 맞게 수정합니다.
Claude Code에서 /mafia-codereview:auto를 실행하세요.
/mafia-codereview:auto 실행
→ [1] 상태 점검 (base branch 확인)
→ [2] 설계의도 작성 (Fork)
→ [3] 평가기준 수립 (Fork + Sub-agent)
→ [4] PR 본문 생성 (Fork)
→ [5] 코드리뷰 실행 (Sub-agent, 자동)
→ [6] 리뷰 반영 + QA (Fork)
| 커맨드 | 설명 |
|---|---|
/mafia-codereview:auto | 전체 파이프라인 오케스트레이션 |
/mafia-codereview:write-intent | 설계의도 문서 작성 |
/mafia-codereview:gen-criteria | 평가기준 자동 생성 |
/mafia-codereview:create-pr-body | PR 본문 생성 |
/mafia-codereview:review | 코드리뷰 실행 |
/mafia-codereview:reflect-review | 리뷰 반영 + QA |
/mafia-codereview:update-docs | code-convention / ADR 항목 관리 |
작업별 산출물은 .review-artifacts/{branch-name}/에 저장됩니다.
MIT
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.