arbiterforge/codearbiter-ca-commit
Run the full commit gate — the only sanctioned path to a git commit.
npx skills add https://github.com/arbiterForge/codeArbiter --skill ca-commit
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.
The commit-gate skill (<plugin-root>/routines/commit-gate/SKILL.md) — all phases. The skill
is canonical for its phases, gates, and output format.
/ca-feature or /ca-fix first./ca-pr (dispatches additional BLOCK-level reviewers).tech-stack.md directly.MUST NOT commit without commit-gate clearing. MUST NOT commit if the project test suite is not
green.
Take arbiterforge/codearbiter-ca-commit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.