review

Generate a structured code review plan by diffing the current branch against main.

6|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wesleyosantos91/multi-agents --skill review-wesleyosantos91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/wesleyosantos91/multi-agents/tree/main/devin/.devin/skills/review
Command: npx skills add https://github.com/wesleyosantos91/multi-agents --skill review-wesleyosantos91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A code review command that turns your branch changes into a structured, actionable assessment by coordinating the right review expertise.

Core Features & Use Cases

  • Full branch diff review: Compares the current branch against main using git diff main...HEAD to identify all changed files.
  • Demand-level triage: Classifies the review effort as trivial, pontual, moderado, or full to match urgency and scope.
  • Orchestrated findings consolidation: Runs the relevant agents in the order defined in CLAUDE.md, consolidates results, resolves conflicts, and produces a final, structured plan with a clear separation between critical risks and future improvements.

Quick Start

Ask the AI to run the review skill for the current branch to produce a complete, structured code review plan against main.

Frequently Asked Questions about review

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

FAQPage Schema
How do I get a structured code review for my current git branch?

A multi-agent code review generates a complete branch assessment by diffing against main, classifying demand scope, and consolidating expert agent findings into a structured plan separating critical risks from future improvements.

How does multi-agent branch triage work for engineering planning?

Branch triage classifies review effort as trivial, pontual, moderado, or full, then orchestrates expert agents to consolidate findings, resolve conflicts, and produce a structured plan distinguishing critical risks from future improvements.

Can I use this code review skill for refactors and incremental updates?

Yes, this code review applies to feature changes, refactors, and incremental updates by diffing the current branch against main and organizing the assessment of modified files to match the scope and effort level.

What is the best way to separate critical risks from future improvements in a code review?

The best way is to run expert agents, resolve conflicting notes, and deliver a final structured plan that clearly distinguishes critical risks requiring immediate attention from future improvements for long-term codebase health.

Do I need any specific dependencies to run a git diff code review?

No external dependencies are required to run this git diff code review. The Skill operates independently to diff your branch against main, classify demand scope, and orchestrate agent findings into a structured review plan.