Skip to content

Reference

This section is generated from the plugin’s own frontmatter and regenerates on every build, so it can never drift from the source. See how the three catalogs cooperate in How a Request Flows: a command routes to an owning skill, which may dispatch specialist agents.

Commands, skills, and agents below are generated from the ca (Claude Code) plugin payload. Codex CLI (ca-codex) uses the same names with $ca-<name> in place of /ca:<name>; Pi (ca-pi) uses /ca-<name>. The Agents catalog below describes Claude Code’s isolated Task-tool dispatch — Codex executes the same reviewer and author roles inline in the current thread instead, until packaged agent dispatch lands for that host. See Compatibility → Host Differences for the full per-surface breakdown across all three hosts.

CommandDescription
add-depVet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
adrAuthor a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.
adr-statusReport the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN.
arbiterExit maintainer dev mode — restore orchestration, remove the dev marker, log the exit.
auditAssemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit packet.
btwLightweight Q&A about the project — answer from context and return, no routing, no state change.
checkpointPeriodic multi-reviewer sweep of the whole codebase — surfaces a triaged checkpoint report.
choreSanctioned lane for non-behavioral work — docs-only edits, dependency bumps, reverts.
commandsShow the codeArbiter command catalog — the public command list and what each routes to.
commitRun the full commit gate — the only sanctioned path to a git commit.
conflictStop everything and surface a rule conflict — persona vs.
context-checkOptional manual drift audit — report stale provenance-tracked docs, then per stale doc offer re-scout, re-baseline, or defer.
create-contextBrownfield back-fill — scout an existing codebase and populate .codearbiter/, then lock it initialized.
debugInvestigate-then-decide root-cause analysis for a defect whose cause is unknown.
decomposeGreenfield decomposition interview — a layered interview that populates .codearbiter/ and locks it initialized.
devMaintainer override — suspend orchestration to edit codeArbiter itself.
doctorVerify the active host install, package, command ownership, enforcement, and harmless live-fire probe.
featureStart a feature: brainstorm a spec, get it approved, then drive it test-first through the pipeline.
fixFix a confirmed bug: a failing regression test first, then a minimal fix, then the rest of the tdd gates.
initOpt this repo into codeArbiter — scaffold the root-level .codearbiter/ state store.
metricsRead-only 3-metric governance glance — override rate, small-lane rate, sprint low-confidence ratio — each with a trend arrow vs.
new-skillAuthor a new codeArbiter skill: prove the gap is real, get the spec approved, then write it.
overrideSanctioned, logged bypass of a gate or hard rule — one audit line, then proceed.
prOpen a pull request the only sanctioned way — clear every BLOCK-level review finding, then stage the PR.
previewZero-onboarding, read-only dry-run of the reviewer fleet against the current uncommitted diff.
prune (preview)Trim transcript clutter to extend session lifetime — analyze, prune a copy, or toggle the after-each-turn service.
reconcileSMARTS arbitration — reconcile architectural artifacts against the scaffold and prior decisions; every variance resolved by an explicit, user-attributed choice.
refactorRestructure code with behavioral parity proven through unmodified pre-existing tests, then refactor.
releaseCut a release the only sanctioned way — SemVer bump from the commit log, a CHANGELOG section, an annotated tag.
reviewReview the current diff with the reviewer fleet, funneled to one triaged verdict.
spikeExploratory spike on a throwaway branch — answer a named question with disposable code.
sprint (preview)Autonomous sprint — one interactive spec gate, then plan-to-PR execution with every auto-decision SMARTS-scored and logged.
standupDaily repo hygiene — review the day’s repo state, then perform the cleanups under per-action confirmation.
statusShow the project’s current state at a glance — stage, open tasks, open questions, overrides since the last checkpoint, current branch.
statuslineWire codeArbiter’s statusline into ~/.claude/settings.json, or remove it.
taskThe sanctioned task-board mutator — add a queued task, start one (flips to in-progress and stamps the date, minting a dotted ID on pick-up), or mark an in-progress task done.
threat-modelOpt-in lightweight STRIDE pass for a sensitive feature before implementation.
tribunalDeep, rarely-convened whole-codebase audit — eleven specialist lenses, a resumable on-disk audit log, findings filed as GitHub issues on approval.
watchWatch a PR’s CI to completion — diagnose on red, notify and offer the merge on green.
SkillDescription
brainstormingThe Socratic spec-refinement front of /feature, and the planning front of /sprint.
commit-gateThe only path to a commit.
context-checkOptional manual drift audit — report stale provenance-tracked docs (via _provenancelib drift detection across .codearbiter/.provenance/), then per stale doc offer re-scout / re-baseline / defer.
context-creationThe brownfield back-fill.
crypto-complianceThe banned-primitive gate.
debugInvestigate-then-decide root-cause analysis for a defect whose cause is unknown (distinct from /fix, which assumes a known bug).
decision-lifecycleAuthor and track Architecture Decision Records.
decision-varianceReconcile the project’s architectural artifacts against the scaffold and prior decisions, then present each variance as a SMARTS analysis for the user to decide.
decomposeThe greenfield decomposition interview.
dispatching-parallel-agentsThe parallel fan-out primitive.
executing-plansThe checkpoint coordinator for /feature.
finishing-a-development-branchThe terminal step of /feature and /sprint.
refactorThe behavior-preserving restructure gate.
releaseThe single permitted path to a version tag.
secret-handlingThe secret-source gate.
security-architectureOptional, opt-in STRIDE threat pass for a sensitive feature — invoked deliberately via /threat-model, never forced on ordinary changes.
skill-authorThe authoring gate for new skills.
subagent-driven-developmentThe implementation engine.
tddThe test-first gate.
tribunalThe deep, rarely-convened whole-codebase audit lane.
using-git-worktreesOPTIONAL per-task isolation for autonomous parallel work.
writing-plansThe spec-to-plan bridge.
AgentModel tierDescription
architecture-drift-reviewerHaikuRead-only checkpoint reviewer.
auth-crypto-reviewerinheritReviews authentication, cryptography, key handling, and secrets against ${CLAUDE_PROJECT_DIR}/.codearbiter/security-controls.md.
backend-authorSonnetUse when writing or modifying backend/server-side code.
checkpoint-aggregatorHaikuComposes the finding-triage report and decision-challenger output into a dated checkpoint document under .codearbiter/checkpoints/YYYY-MM-DD.md.
coverage-auditorHaikuDispatched by the tdd skill (Phase 4) to audit test coverage against TDD obligations.
decision-challengerinheritAdversarial red-team reviewer of ADRs.
dependency-reviewerSonnetDispatched when package.json, lock files, or container base images change.
design-quality-reviewerSonnetReviews generated, user-facing visual or formatted output (UI, reports, slides, charts, diagrams, CLI output) against the anti-slop-design reference.
finding-triageHaikuPost-processes all checkpoint reviewer reports — consolidates findings, classifies each by severity and whether it blocks the current change.
frontend-authorSonnetUse when writing or modifying frontend/UI code.
graderinheritINTERNAL SMARTS analyst dispatched by the decision-variance skill.
infra-authorSonnetUse when writing or modifying IaC, containers, CI/CD manifests, or deployment configuration.
map-depsinheritDispatched by the tribunal deep-audit lane’s Phase 1, on a large/sprawling repo, to offload dependency/integration-surface mapping out of the orchestrator’s retained context.
map-structureinheritDispatched by the tribunal deep-audit lane’s Phase 1, on a large/sprawling repo, to offload structural mapping out of the orchestrator’s retained context.
migration-reviewerinheritDispatched when a database migration file is added or modified.
scoutHaikuINTERNAL evidence-gatherer dispatched by the decision-variance and context-creation skills.
security-reviewerinheritDispatch PROACTIVELY when a change touches authentication, authorization, cryptography, secrets, deployment manifests, network policies, or CI workflows.
tribunal-appsec-reviewerinheritDispatched by the tribunal deep-audit lane for the appsec lens.
tribunal-architecture-reviewerinheritDispatched by the tribunal deep-audit lane for the architecture lens.
tribunal-coverage-reviewerinheritDispatched by the tribunal deep-audit lane for the coverage lens.
tribunal-infra-reviewerinheritDispatched by the tribunal deep-audit lane for the infra lens.
tribunal-migration-reviewerinheritDispatched by the tribunal deep-audit lane for the migration lens.
tribunal-observability-reviewerinheritDispatched by the tribunal deep-audit lane for the observability lens.
tribunal-performance-reviewerinheritDispatched by the tribunal deep-audit lane for the performance lens.
tribunal-reliability-reviewerinheritDispatched by the tribunal deep-audit lane for the reliability lens.
tribunal-secrets-supply-reviewerinheritDispatched by the tribunal deep-audit lane for the secrets-supply lens.
tribunal-test-fidelity-reviewerinheritDispatched by the tribunal deep-audit lane for the test-fidelity lens.
tribunal-typesafety-reviewerinheritDispatched by the tribunal deep-audit lane for the typesafety lens.