Dyad:Multi Pr Review
Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as high/medium/low severity (sloppy code that hurts maintainability is MEDIUM). Results are aggregated using consensus voting - only issues identified by 2+ agents where at least one rated it medium or higher severity are reported. Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues mentioned in a collapsible section.
Install
claude skill add dyad-sh/dyad:multi-pr-review About this skill
Dyad:Multi Pr Review is a skill for Claude Code developed by dyad-sh. It is tagged code-review, ai, linting, github, making it relevant for teams working in those areas. Install it with a single command to extend Claude Code's capabilities.
Categories
Frequently Asked Questions
What does Dyad:Multi Pr Review do?
Dyad:Multi Pr Review is a Claude Code skill by dyad-sh. Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as high/medium/low severity (sloppy code that hurts maintainability is MEDIUM). Results are aggregated using consensus voting - only issues identified by 2+ agents where at least one rated it medium or higher severity are reported. Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues mentioned in a collapsible section. It extends Claude Code's capabilities for developers who work with related workflows.
How do I install Dyad:Multi Pr Review?
You can install Dyad:Multi Pr Review by running the following command in your terminal: claude skill add dyad-sh/dyad:multi-pr-review
Who made Dyad:Multi Pr Review?
Dyad:Multi Pr Review was created by dyad-sh. You can find their other projects and contributions on GitHub at https://github.com/dyad-sh.
Similar Skills
Find Skills
The open agent skills tool - npx skills
by vercel-labs
Apple Reminders
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
by steipete
Vercel Cli With Tokens
Vercel's official collection of agent skills
by vercel-labs
Fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
by facebook