agentsclimarketplace

Ca commit

Skill arbiterForge/codeArbiter/plugins/ca-codex/skills/ca-commit

Run the full commit gate — the only sanctioned path to a git commit.From its SKILL.md

Install
npx -y skills add arbiterForge/codeArbiter --skill ca-commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.0 KB, 212 tokens by cl100k_base, as published. Nobody here has run it

$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 ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.