multi-agent-review-gate

Run a structured review gate before merging multi-agent outputs. Use when multiple agents have produced work packets that need quality checks, conflict detection, and approval before integration.

6 stars

Best use case

multi-agent-review-gate is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Run a structured review gate before merging multi-agent outputs. Use when multiple agents have produced work packets that need quality checks, conflict detection, and approval before integration.

Teams using multi-agent-review-gate should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/multi-agent-review-gate/SKILL.md --create-dirs "https://raw.githubusercontent.com/issdandavis/SCBE-AETHERMOORE/main/external/codex-skills-live/multi-agent-review-gate/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/multi-agent-review-gate/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How multi-agent-review-gate Compares

Feature / Agentmulti-agent-review-gateStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Run a structured review gate before merging multi-agent outputs. Use when multiple agents have produced work packets that need quality checks, conflict detection, and approval before integration.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Multi Agent Review Gate

## Overview

Enforces a quality and consistency gate after parallel agents complete their work packets, ensuring outputs are compatible, correct, and safe to merge.

## Review Checklist

1. **Completeness** — Every work packet meets its `done_criteria`.
2. **Conflict scan** — No two packets modified the same file in incompatible ways.
3. **Interface check** — Cross-packet APIs, types, and contracts are consistent.
4. **Test validation** — All packet-level and integration tests pass.
5. **Style & standards** — Code follows project conventions (linting, formatting, naming).
6. **Security scan** — No new secrets, injection vectors, or unsafe patterns introduced.

## Gate Decisions

| Decision | Meaning |
|----------|---------|
| **APPROVE** | All checks pass — safe to integrate |
| **REQUEST_CHANGES** | Issues found — return to packet owner with specific feedback |
| **BLOCK** | Critical conflict or failure — escalate before proceeding |

## Conflict Resolution

- If two packets touch the same file, diff both changes and determine if they're additive or conflicting.
- Additive changes can be merged in dependency order.
- Conflicting changes require one packet owner to rebase on the other's output.

## When to Use

- After a multi-agent-orchestrator run completes all packets
- Before committing or pushing multi-agent work
- When integrating outputs from agents that worked in parallel on related code

Related Skills

multi-agent-cloud-offload

6
from issdandavis/SCBE-AETHERMOORE

Deterministically sort, bundle, verify, and offshore local files through multiple AI/model lanes while capturing training rows and method evidence. Use when Codex needs to inventory folders, batch-process files, upload them to cloud targets such as rclone-backed Google Drive, Hugging Face, or GitHub, and only delete sources after the configured number of verified targets succeed.

plan-check-gate

6
from issdandavis/SCBE-AETHERMOORE

Require fact-backed research and an explicit implementation plan before writing code. Use when the user asks for planning first, wants verification/citations, says they may be wrong, or when the task is high-risk/high-cost and code should stay blocked until plan approval.

multi-model-animation-studio-notes

6
from issdandavis/SCBE-AETHERMOORE

Organize animation and manhwa/webtoon production notes across multiple AI models and reference sources. Use when extracting reference frames from recap videos or webtoon pages, planning scene packets, comparing model lanes, or preserving arc-level world continuity while allowing deliberate per-panel style shifts.

multi-agent-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Coordinate multi-agent workflows end to end. Use when a task should be decomposed into parallel sub-work with explicit ownership, dependency ordering, collision avoidance, checkpoint tracking, and final output recomposition.

kindle-tablet-ui-review

6
from issdandavis/SCBE-AETHERMOORE

Review and improve AetherCode UI for Kindle Fire tablet constraints (7-11 inch displays, touch ergonomics, offline resilience).

scbe-governance-gate

6
from issdandavis/SCBE-AETHERMOORE

Evaluate the Grand Unified Governance function G(xi, i, poly) that makes ALLOW/DENY/QUARANTINE decisions based on the full 9D state, intent, and polyhedral topology. Use when implementing or modifying the governance decision pipeline, adding new constraint checks, or debugging access decisions.

scbe-gate-swap

6
from issdandavis/SCBE-AETHERMOORE

Analyze and swap between 2-gate (binary/negabinary) and 3-gate (balanced ternary) encoding for stability optimization. Use when evaluating gate efficiency, comparing encoding strategies for governance decisions, or optimizing bit-level representation in SCBE subsystems.

latticegate-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Manages AI safety governance using 21D hyperbolic embeddings and phase tunnel gates. Invoke when analyzing agent drift, applying SCBE-AETHERMOORE protocols, packaging governance products for sale, or running the monetization pipeline.

scbe-training-pair-authoring

6
from issdandavis/SCBE-AETHERMOORE

Create prompt and response and metadata training pairs from SCBE documents, repair traces, terminal sessions, and operational workflows using the repository's canonical dataset contract and provenance rules.

scbe-spin-conversation-engine

6
from issdandavis/SCBE-AETHERMOORE

Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.

scbe-research-training-bridge

6
from issdandavis/SCBE-AETHERMOORE

Stage arXiv evidence and Obsidian markdown into source-grounded Hugging Face training bundles for research, review, and later SFT runs.

scbe-document-management

6
from issdandavis/SCBE-AETHERMOORE

Consolidate overlapping docs, classify files by authority, and keep SCBE repo documents aligned with runtime truth. Use when the repo has drift between canonical docs, public docs, proposal notes, research branches, and generated evidence.