dyad:multi-pr-review

Distribute a PR diff across three Claude sub-agents for consensus-based review.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/pavan53732/Exacta-App-Studio --skill dyad-multi-pr-review-pavan53732
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dyad:multi-pr-review
Source: https://github.com/pavan53732/Exacta-App-Studio/tree/main/.claude/skills/multi-pr-review
Command: npx skills add https://github.com/pavan53732/Exacta-App-Studio --skill dyad-multi-pr-review-pavan53732

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates and speeds up pull request reviews by deploying three Claude sub-agents to analyze diffs, reducing bias through randomized file orders and aggregating results with consensus voting.

Core Features & Use Cases

  • Spawns three sub-agents with different randomized file orders to minimize ordering bias.
  • Includes a Code Health focused agent to evaluate maintainability and clarity.
  • Aggregates findings via consensus: issues reported only when 2+ agents agree and at least one rated MEDIUM or higher.
  • Automatically deduplicates against existing PR comments to avoid duplicates.
  • Posts a summary and inline comments for HIGH/MEDIUM issues to guide remediation.

Quick Start

Run the orchestrator with a PR diff to start a multi-agent review and produce consensus results.

Frequently Asked Questions about dyad:multi-pr-review

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

FAQPage Schema
How do I automate pull request reviews with multiple agents to reduce bias?

Automated multi-agent PR review deploys three Claude sub-agents to analyze diffs with randomized file orders, minimizing ordering bias. It aggregates findings through consensus voting, requiring at least two agents to agree on an issue before reporting it.

What is consensus voting in code review and how does it filter PR comments?

Consensus voting in code review aggregates findings from multiple sub-agents, only reporting issues when two or more agents agree and at least one rates it MEDIUM or higher. This filters out isolated low-priority noise and reduces false positives.

Can I configure the number of agents and consensus thresholds for PR analysis?

Yes, multi-agent PR review supports configurable agent counts, consensus thresholds, and extended thinking budgets. You can adjust these parameters to control analysis depth and the strictness required for deduplicating and posting inline comments.

How do I deduplicate automated PR comments against existing feedback?

Automated PR review deduplicates findings by checking aggregated consensus results against existing PR comments before posting. This prevents redundant feedback by ensuring only new HIGH or MEDIUM issues are posted as inline comments.

Does multi-agent code review work with the Anthropic API for analyzing diffs?

Yes, multi-agent code review relies on the Anthropic dependency to spawn sub-agents that analyze PR diffs. It uses Claude to evaluate code health, maintainability, and clarity, with safety and reproducibility guardrails built in.

When should I use a multi-agent consensus approach instead of a single-agent code review?

Use a multi-agent consensus approach for large PR diffs where ordering bias and single-perspective blind spots are concerns. It provides debiased, deduplicated feedback by requiring multiple agents to validate issues before posting remediation comments.