Skip to content
Development
Command

/commit

Run the full commit gate — the only sanctioned path to a git commit.

From plugin
codearbiter
14542 skills19 agents42 commands
Install
> /plugin marketplace add arbiterForge/codeArbiter

How 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.md
description: 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.

Ships withcodearbiter

When you can't trust yourself with your code base, trust Arbiter.

Get the whole plugin

Other commands on codearbiter.