Skip to content
Development
Command

/commit

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

From plugin
codearbiter
13944 skills28 agents44 commands
Install
$ npx -y skills add arbiterForge/codeArbiter --agent claude-code

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, auto-invoked
Stats
139
Stars
1
Views
7
Forks
Active
Maintenance
Python
Language
AGPL-3.0
License
2m ago
Last commit
3mo ago
Created

Repo: arbiterForge/codeArbiter