multi-tool-branch-review

Coordinates multiple AI model reviews of Git branches into a consolidated remediation plan.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill multi-tool-branch-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-tool-branch-review
Source: https://github.com/haryelramalho/skills/tree/main/skills/mine/multi-tool-branch-review
Command: npx skills add https://github.com/haryelramalho/skills --skill multi-tool-branch-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python3, codex, claude, compozy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the manual overhead of coordinating a serious branch review by running multiple independent reviewers, collecting their reports, and turning disagreement into a single actionable plan.

Core Features & Use Cases

  • Multi-model coverage: Launches Codex and Claude review passes so maintainability issues are checked from more than one angle.
  • Branch-aware auditing: Compares the current git branch against a chosen base branch for pull requests, release branches, and pre-merge validation.
  • Failure recovery: Validates review outputs, detects empty or suspect reports, and applies known fixes for ACP, MCP, timeout, and capture issues.
  • Consolidated output: Deduplicates overlapping findings and produces one prioritized remediation plan for the user.

Quick Start

Use the multi-tool-branch-review skill to review the current branch against the default base and return a consolidated list of the highest-confidence fixes.

Frequently Asked Questions about multi-tool-branch-review

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

FAQPage Schema
How do I run a multi-model git branch review for a pull request?

To run a multi-model git branch review, execute the review skill against your current branch and a chosen base branch. It orchestrates parallel Codex and Claude review passes on the git diff and consolidates findings into a single prioritized remediation plan.

What is a multi-model branch review and how does it handle overlapping findings?

A multi-model branch review audits a git diff using multiple independent AI reviewers to check for maintainability issues from different angles. It deduplicates overlapping findings from Codex and Claude, turning disagreements into one actionable remediation plan.

Can I use Codex and Claude together for pre-merge code auditing?

Yes, you can use Codex and Claude together for pre-merge code auditing. The review process launches independent review passes across both models, validates their outputs, and applies failure recovery for ACP and MCP edge cases before consolidating results.

How does automated branch review handle empty reports and MCP failures?

Automated branch review handles empty reports and MCP failures through built-in failure recovery mechanisms. It validates review outputs, detects suspect or empty reports, and applies known fixes for ACP, MCP, and timeout issues to ensure a complete remediation plan.

Do I need python3 and git installed to run automated branch reviews?

Yes, you need python3 and git installed along with codex, claude, and Compozy dependencies. These tools are required to execute the scripted pass selection, process the git diff, and orchestrate the background execution of the review passes.

What is the best way to consolidate AI code review findings from multiple models?

The best way to consolidate AI code review findings is to use an orchestration tool that runs multiple reviewers in parallel and deduplicates their outputs. This approach processes the git diff, validates reports, and outputs a single prioritized remediation plan.