review-branch

Orchestrate multi-agent code review of the current Git branch.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/markky21/claude-skills --skill review-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-branch
Source: https://github.com/markky21/claude-skills/tree/main/plugins/my-personal-tools/skills/review-branch
Command: npx skills add https://github.com/markky21/claude-skills --skill review-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a multi-agent code review of the current branch, validating changes across architecture, domain design, DRY, clean code, and test coverage.

Core Features & Use Cases

  • Branch analysis orchestration: gathers changes, commits, and scope to determine review focus.
  • Parallel review agents: Architecture Compliance Agent, DDD/OOP Validation Agent, DRY Violations Agent, Test Coverage Agent, and Clean Code Validator Agent run simultaneously.
  • Findings report & quality gates: compiles findings by severity and provides actionable recommendations; surfaces pass/fail risk signals.
  • Use Case: before creating a PR or merging to main, run this Skill to gain confidence in code quality across multiple dimensions.

Quick Start

Run the review on the current Git branch to trigger the automated, multi-agent assessment and generate a findings report.

Frequently Asked Questions about review-branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for a feature branch before creating a PR?

You can run a multi-agent branch code review that validates architecture, DDD/OOP, DRY, test coverage, and clean code simultaneously. It compiles a findings report with severity levels and pass/fail risk signals, giving you confidence in your changes before merging to main.

What does multi-agent code review check for in a Git branch?

Multi-agent branch code review checks for architecture compliance, DDD/OOP quality, DRY violations, test coverage gaps, and clean code standards. Parallel agents evaluate each dimension independently and aggregate findings by severity into a structured report.

Can I use automated branch analysis on bugfix and refactor branches?

Yes, automated branch analysis applies to feature branches, bugfixes, and refactors. The orchestration gathers commits and scope changes to determine review focus, validating code quality across architecture, DRY, test coverage, and clean code dimensions.

What is the best way to enforce DRY and test coverage checks before merging to main?

Running a structured multi-agent branch review is the best way to enforce DRY and test coverage checks before merging. Specialized agents run in parallel to detect DRY violations and coverage gaps, surfacing pass/fail risk signals in a consolidated findings report.

Does multi-agent branch review work without external dependencies or components?

Multi-agent branch review operates without external dependencies or components. The orchestration is self-contained, relying on parallel internal agents to analyze architecture, DDD/OOP, DRY, test coverage, and clean code directly from your branch changes and commits.