From team-collab
Use when the user invokes `$gate`, asks whether a PR/merge is ready, asks to gate-check or merge-gate a multi-agent task, or asks "can this merge?".
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-collab:gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a Codex-friendly command wrapper for the multi-agent **merge gate** check. Codex does not currently support arbitrary custom top-level slash commands like `/gate`, so the supported Codex entry point is:
This is a Codex-friendly command wrapper for the multi-agent merge gate check. Codex does not currently support arbitrary custom top-level slash commands like /gate, so the supported Codex entry point is:
$gate --pr <number>
The gate runs the pre-merge checks for a multi-agent task: agent sign-off, independent review, dependencies merged, owned-files scope, human-gated patterns, claim integrity, and truth-source freshness. $gate is the human→coordinator shortcut so you can ask "can this merge?" in one line instead of typing the full CLI.
team-collab-protocol skill and its references/gate-check.md flow. If the protocol skill is not available in the current session, read ~/.codex/skills/team-collab-protocol/SKILL.md; if that file is missing, stop and tell the user to run team-collab install-skills --agent codex --force.command -v team-collab. If missing, stop and tell the user to install the CLI with npm install -g @embodot/collab@latest, then refresh skills with team-collab install-skills --agent codex --force if needed.--pr <number> (or --pr=<number>) from the text after $gate. If the user said something like $gate 42 or $gate PR42, treat the number as the PR. If no PR is given, ask which PR.multi-agent/<slug>/ subtree); otherwise ask, or pass it through as --wave <slug>.team-collab multi-agent gate --pr <number> [--wave <slug>]
references/gate-check.md section. Exit code 2 means a config/wave problem; 4 means a git/network read failure.If a future Codex version supports custom slash commands and /gate reaches the model as plain user text, handle it exactly the same way as $gate.
npx claudepluginhub dadwadw233/team-collab-skills --plugin team-collabCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.