consult

Coordinate parallel specialist code reviews and synthesize findings into one recommendation.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/mslshao/claude-harness --skill consult-mslshao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consult
Source: https://github.com/mslshao/claude-harness/tree/main/dotclaude/skills/consult
Command: npx skills add https://github.com/mslshao/claude-harness --skill consult-mslshao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps when one code change or technical question needs input from multiple specialist reviewers, but you still need a single, coherent recommendation instead of fragmented opinions. It prevents shallow solo analysis, avoids sequential review bottlenecks, and turns parallel specialist feedback into a unified decision.

Core Features & Use Cases

  • Parallel specialist dispatch: Launches multiple focused reviewers at once for security, design, testing, observability, infrastructure, or language-specific concerns.
  • Mode-aware review: Adapts prompts for implementation-time analysis or PR review depending on whether the work is in progress or already through CI.
  • Structured synthesis: Merges overlapping findings, surfaces contradictions, identifies coverage gaps, and triages what to fix now versus later.
  • Use cases: Run a large cross-functional code review, evaluate a risky architectural change, review a PR with Python and infrastructure updates, or coordinate a broad AGENT REVIEW pass on a complex diff.

Quick Start

Ask consult to review the current diff with code, security, and observability specialists in parallel and return one synthesized report with prioritized findings.

Frequently Asked Questions about consult

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

FAQPage Schema
How do I run a parallel multi-agent code review on a large diff?

Parallel multi-agent code review dispatches focused specialists for security, testing, and observability simultaneously, then merges their findings into a single synthesized report with prioritized recommendations.

What is the best way to get a unified recommendation from multiple specialist PR reviews?

A unified recommendation from multiple specialist PR reviews uses structured synthesis to merge overlapping findings, resolve contradictions, and triage fixes into one actionable decision instead of fragmented opinions.

Can I analyze architectural trade-offs and security concerns in the same code review pass?

You can analyze architectural trade-offs and security concerns in the same code review pass by launching focused reviewers in parallel for each perspective and synthesizing their overlapping or contradictory feedback.

Does this multi-agent PR review approach work for cross-cutting implementation changes?

This multi-agent PR review approach works for cross-cutting implementation changes by adapting prompts for implementation-time analysis or PR review depending on whether the work is in progress or already through CI.

What do I need to dispatch parallel reviewers for observability and infrastructure analysis?

Dispatching parallel reviewers for observability and infrastructure analysis requires access to the Agent tool in the main conversation to launch focused specialists and synthesize their structured reports.