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/.
전체 코드리뷰 파이프라인을 오케스트레이션한다.
구현 완료된 코드의 git diff와 spec 변경사항을 기반으로 PR 본문을 생성한다.
작업 설계를 분석하고, `docs/adr.yaml`에서 관련 항목을 추출하여 `docs/code-convention.yaml`과 병합된 평가기준 문서를 생성한다.
코드리뷰 코멘트를 검토하고, 수용 여부를 판단하여 코드를 수정한다.
평가기준, 설계의도, PR 본문, git diff를 입력받아 근거 기반 코드리뷰를 수행한다.

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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub vibemafiaclub/mafia-codereview-harness --plugin mafia-codereviewContext-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.
社群版本的 Git 提交程式碼審查工具,使用多個專門代理進行自動化審查,配備驗證機制以過濾誤報
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
PRのレビュー報告書を作成する。bugや脆弱性の調査だけでなく、exportされた対話コンテキスト・PR概要欄・実装されたコードの整合性を確認し、実装者の正気を疑う。
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
PR review, interactive git diff annotation review, and writing style guide