Claude Skill

ca-commit

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

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download arbiterForge-codeArbiter-plugins_ca-codex_skills_ca-commit-46c0eb3.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/plugins/ca-codex/skills/ca-commit
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install arbiterforge-codearbiter@llmmart
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole arbiterforge/codearbiter collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

$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 (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. The applicable impact-bounded local tests from includes/verification-boundary.md must be green; exhaustive repository and cross-platform suites are exact-head hosted-CI merge gates, not local commit prerequisites.

Files (codearbiter)
  • SKILL.md 1.2 KB
    ---
    name: ca-commit
    description: Run the full commit gate — the only sanctioned path to a git commit.
    argument-hint: (none)
    ---
    
    # $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 ([routines/commit-gate/SKILL.md](../../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. The applicable impact-bounded local tests from
    [includes/verification-boundary.md](../../includes/verification-boundary.md) must be green; exhaustive repository and
    cross-platform suites are exact-head hosted-CI merge gates, not local commit prerequisites.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related