multi-reviewer-patterns

by wshobson 39k MIT Updated Aug 18, 2026
multi-reviewer-patterns skill by wshobson
multi-reviewer-patterns — Workflow skill by wshobson

multi-reviewer-patterns is an open-source workflow skill for Claude Code and compatible agents, published by wshobson. Its author describes it as: “Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating…”. The project has 39k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add wshobson/agents`.

What multi-reviewer-patterns does

Patterns for coordinating parallel code reviews across multiple quality dimensions, deduplicating findings, calibrating severity, and producing consolidated reports.

Installation

Add multi-reviewer-patterns to your agent with:

/plugin marketplace add wshobson/agents

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for multi-reviewer-patterns is organised into these sections:

  • When to Use This Skill
  • Review Dimension Allocation
  • Available Dimensions
  • Recommended Combinations
  • Finding Deduplication
  • Merge Rules
  • Deduplication Process
  • Severity Calibration
  • Severity Criteria
  • Calibration Rules
  • Consolidated Report Template

When to use it

Reach for multi-reviewer-patterns when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in wshobson/agents, an established project with 38,890 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsagentic-aiagentsai-agentsanthropicantigravityclaudeclaude-codeclaude-code-pluginsclaude-skillscodexcopilotcursorcursor-rulesdeveloper-toolsmcpmulti-agentopencodeprompt-engineeringsubagents

Frequently asked questions

What does multi-reviewer-patterns do?
Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.
How do I install multi-reviewer-patterns?
Run /plugin marketplace add wshobson/agents in your agent, then reload your skills. Review the source at https://github.com/wshobson/agents before installing.
Is multi-reviewer-patterns free to use?
Yes. multi-reviewer-patterns is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does multi-reviewer-patterns come from?
multi-reviewer-patterns ships inside wshobson/agents, a repository that contains 54 catalogued skills in total. The repository's 38,890 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Workflow →

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

39k wshobson MIT

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.

39k wshobson MIT

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system simultaneously, when establishing file ownership to prevent merge conflicts in a shared codebase, when designing interface contracts so parallel implementers can build against each other's APIs before they are ready, or when deciding whether to use vertical slices versus horizontal layers for a full-stack feature.

39k wshobson MIT

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

39k wshobson MIT

Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.

39k wshobson MIT