From orchestra
Reviews workflow continuity, validation state, handoff readiness, branch divergence, and merge readiness before continuation or merge.
How this command is triggered — by the user, by Claude, or both
Slash command
/orchestra:arbiterThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Arbiter Command You are now invoking the Arbiter governance specialist. Load and follow the exact instructions defined here: **[skills/arbiter/SKILL.md](../skills/arbiter/SKILL.md)** Review current state, branch safety, validation evidence, source of truth, and handoff readiness before continuation or merge. Before executing, verify the user's request falls within this specialist's documented scope. If the request is outside scope, do not execute it. Return `SPECIALIST_REROUTE_REQUIRED` and recommend the correct specialist or Conductor.
You are now invoking the Arbiter governance specialist. Load and follow the exact instructions defined here:
Review current state, branch safety, validation evidence, source of truth, and handoff readiness before continuation or merge.
Before executing, verify the user's request falls within this specialist's documented scope. If the request is outside scope, do not execute it. Return SPECIALIST_REROUTE_REQUIRED and recommend the correct specialist or Conductor.
npx claudepluginhub baelfyre/orchestra --plugin orchestra/code-reviewReviews a branch for PR readiness by spawning parallel Git agents to validate, commit, push, and create PRs, then synthesizing results. Supports incremental reviews and multi-worktree auto-discovery.
/peer-reviewCommits uncommitted work, creates PR if needed, and runs multi-agent peer review task hierarchy with remediation cycles and user approvals.
/pr-readinessRuns a final PR readiness gate checking review debt, shared package boundaries, queue/DB consistency, fan-out, stale deprecations, and unresolved findings.
/branchExecutes git branch operations including create from issue ID, merge with validation, delete, switch, and status, enforcing rules from project git-workflow.md.
/git-workflowOrchestrates git workflow from code review and quality gates through commit, push, and PR creation to target branch. Supports flags: --skip-tests, --draft-pr, --no-push, --squash, --conventional, --trunk-based.
/release-readinessTriggers a pre-merge release readiness review on a PR/MR or local branch, using a remote server or AWS CLI fallback. Produces a release readiness report.