Agent skill

ca-commit

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

arbiterForgegithub.com/arbiterForgeGitHub ↗
codexclaude-codeAGPL-3.0
Install
npx skills add arbiterForge/codeArbiter --skill ca-commit --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: plugins/ca-codex/skills/ca-commit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 138 · +1 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# $ca-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 (`${CLAUDE_PLUGIN_ROOT}/routines/commit-gate/SKILL.md`) — all phases. The skill is canonical for its phases, gates, and output format. ## When NOT to use - Before writing code → `$ca-feature` or `$ca-fix` first. - To check PR readiness → `$ca-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.

What's inside
Steps it walks through
  1. Routes to
  2. When NOT to use
  3. Hard gate
More from codeArbiter
All skills →
About this skill
What does the ca-commit skill do?

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

How do I install it?

Run `npx skills add arbiterForge/codeArbiter --skill ca-commit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From arbiterForge/codeArbiter, a repository with 138 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going