← ClaudeAtlas

multi-reviewlisted

Use when reviewing almost any meaningful artifact, decision, action, plan, code change, prompt, skill, research summary, outbound message, or public-facing content. Runs a small panel of diverse review lenses across model families when available, synthesizes findings into fix/ask/defer/wontfix decisions, and iterates until the result is ready.
TechNickAI/hermes-skills · ★ 0 · AI & Automation · score 76
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