add-dep
Vet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
Run the full commit gate — the only sanctioned path to a git commit.
> /plugin marketplace add arbiterForge/codeArbiterHow it fires
How this command gets triggered: by you, by Claude, or both.
/commitContext preview
What this command does when you run it.
Run the full commit gate — the only sanctioned path to a git commit.
description: Run the full commit gate — the only sanctioned path to a git commit. argument-hint: (none)
The only path to a commit. The orchestrator issues no `git commit` without the `commit-gate` skill clearing first. "It looks good" is not authorization. No arguments — the skill reads current git state (staged files, diff, test results) and decides whether every gate is green.
The `commit-gate` skill (`{{PLUGIN_ROOT}}/skills/commit-gate/SKILL.md`) — all phases. The skill is canonical for its phases, gates, and output format.
MUST NOT commit without `commit-gate` clearing. MUST NOT commit if the project test suite is not green.
When you can't trust yourself with your code base, trust Arbiter.
Repo: arbiterForge/codeArbiter
Vet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.
Author a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.
Assemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit…
Lightweight Q&A about the project — answer from context and return, no routing, no state change.
Periodic multi-reviewer sweep of the whole codebase — surfaces a triaged checkpoint report.