/commit
Run the full commit gate — the only sanctioned path to a git commit.
$ npx -y skills add arbiterForge/codeArbiter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/commit
Context preview
What this command does when you run it.
Run the full commit gate — the only sanctioned path to a git commit.
Command definition
commit.mddescription: Run the full commit gate — the only sanctioned path to a git commit. argument-hint: (none)
{{CMD:commit}} — commit gate
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.
Routes to
The `commit-gate` skill (`{{PLUGIN_ROOT}}/skills/commit-gate/SKILL.md`) — all phases. The skill is canonical for its phases, gates, and output format.
When NOT to use
- Before writing code → `{{CMD:feature}}` or `{{CMD:fix}}` first.
- To check PR readiness → `{{CMD:pr}}` (dispatches additional BLOCK-level reviewers).
- To run tests without committing → run the test command from `tech-stack.md` directly.
Hard gate
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
Other commands on codearbiter.
- /add-dep
Vet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.
Open command - /adr-status
Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.
Open command - /adr
Author a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.
Open command - /arbiter
Exit maintainer dev mode — restore orchestration, remove the dev marker, log the exit.
Open command - /audit
Assemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit packet. Read-only.
Open command - /btw
Lightweight Q&A about the project — answer from context and return, no routing, no state change.
Open command

