← Back to Skills Marketplace
seanford

Caveman Commit

by Sean Ford · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
18
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install caveman-commit
Description
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 ch...
README (SKILL.md)

Write commit messages terse and exact. Conventional Commits format. No fluff. Why over what.

Rules

Subject line:

  • \x3Ctype>(\x3Cscope>): \x3Cimperative summary>\x3Cscope> optional
  • Types: feat, fix, refactor, perf, docs, test, chore, build, ci, style, revert
  • Imperative mood: "add", "fix", "remove" — not "added", "adds", "adding"
  • ≤50 chars when possible, hard cap 72
  • No trailing period
  • Match project convention for capitalization after the colon

Body (only if needed):

  • Skip entirely when subject is self-explanatory
  • Add body only for: non-obvious why, breaking changes, migration notes, linked issues
  • Wrap at 72 chars
  • Bullets - not *
  • Reference issues/PRs at end: Closes #42, Refs #17

What NEVER goes in:

  • "This commit does X", "I", "we", "now", "currently" — the diff says what
  • "As requested by..." — use Co-authored-by trailer
  • "Generated with Claude Code" or any AI attribution
  • Emoji (unless project convention requires)
  • Restating the file name when scope already says it

Examples

Diff: new endpoint for user profile with body explaining the why

  • ❌ "feat: add a new endpoint to get user profile information from the database"
  • feat(api): add GET /users/:id/profile
    
    Mobile client needs profile data without the full user payload
    to reduce LTE bandwidth on cold-launch screens.
    
    Closes #128
    

Diff: breaking API change

  • feat(api)!: rename /v1/orders to /v1/checkout
    
    BREAKING CHANGE: clients on /v1/orders must migrate to /v1/checkout
    before 2026-06-01. Old route returns 410 after that date.
    

Auto-Clarity

Always include body for: breaking changes, security fixes, data migrations, anything reverting a prior commit. Never compress these into subject-only — future debuggers need the context.

Boundaries

Only generates the commit message. Does not run git commit, does not stage files, does not amend. Output the message as a code block ready to paste. "stop caveman-commit" or "normal mode": revert to verbose commit style.

Usage Guidance
Install if you want concise commit-message help, but avoid staging secrets or sensitive changes before invoking it, and be aware it may activate from staged-change context rather than only a direct slash command.
Capability Assessment
Purpose & Capability
The artifact coherently describes an ultra-terse Conventional Commits message generator and its rules match that stated purpose.
Instruction Scope
The skill says it can auto-trigger when staging changes, which is disclosed but broader than explicit invocation and could process staged diffs without a separate request.
Install Mechanism
The package contains only a single SKILL.md file, with no scripts, dependencies, binaries, or install-time execution.
Credentials
Using staged change context is proportionate for generating commit messages, but staged diffs may contain sensitive content, so users should be aware of that trigger.
Persistence & Privilege
The skill explicitly says it only outputs a paste-ready commit message and does not run git commit, stage files, amend commits, request elevated privileges, or create persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install caveman-commit
  3. After installation, invoke the skill by name or use /caveman-commit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of caveman-commit - Ultra-compressed, no-fluff commit message generator using Conventional Commits format - Focuses on "why" over "what"; enforces terse, imperative subject lines (≤50 chars) - Body only included when reasoning is non-obvious or for breaking changes/migrations - Disallows attribution, emojis, narrations, and restating filenames - Auto-triggers on staged changes; supports plain language and slash commands for invocation - Outputs only a ready-to-paste commit message—no git actions run directly
Metadata
Slug caveman-commit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Caveman Commit?

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 ch... It is an AI Agent Skill for Claude Code / OpenClaw, with 18 downloads so far.

How do I install Caveman Commit?

Run "/install caveman-commit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Caveman Commit free?

Yes, Caveman Commit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Caveman Commit support?

Caveman Commit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Caveman Commit?

It is built and maintained by Sean Ford (@seanford); the current version is v1.0.0.

💬 Comments