multi-reviewlisted
Install: claude install-skill TechNickAI/hermes-skills
# Multi-Review
## Overview
Multi-review is a generic review pattern: look at an artifact through several
independent lenses, preferably using more than one model family, then synthesize the
findings into concrete next actions.
This is **not only** an outbound-communication gate. Outbound comms are one important
case, but the same pattern works for code, skills, plans, prompts, migrations, research,
public posts, tool actions, config changes, incident reports, and decisions with real
blast radius.
The point is diversity without chaos:
- **Different lenses** catch different failure modes.
- **Different model families** catch different blind spots.
- **A synthesis pass** deduplicates, rejects false positives, and turns feedback into
action.
- **A meta-review pass** checks whether the review itself was useful or noisy before the
caller declares the artifact ready.
## When to Use
Use this skill when the user says:
- "review this", "sanity check this", "second pair of eyes", "is this ready?"
- "check this before I send/post/ship/merge/run it"
- "run a multi-review", "get Grok/Gemini/GPT on this", "use multiple reviewers"
- "look over this plan", "review this PR", "review this skill/prompt"
- "is this safe?", "what am I missing?", "red-team this"
Also use it proactively before high-stakes actions:
- Code or config changes that will be committed, deployed, or rolled across machines
- Public or customer-visible writing
- Messages sent as a human/operator
- Data migration