Writing clear commit messages saves time for you and your team. This tool creates short and exact commit messages. It follows the Conventional Commits format. The subject line is kept under 50 characters. The body is only added when the reason for the change is not obvious. This removes fluff and keeps your project history clean.
You can trigger it by saying things like "write a commit" or "/commit". It works with staging changes automatically. The output is ready to paste into your terminal. No extra steps.
This skill never includes unnecessary words or emoji. It focuses on why over what. Future developers will thank you for the clear, concise history.
Global
mkdir -p ~/.claude/skills/caveman-commitProject
mkdir -p .claude/skills/caveman-commitSource Repository
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes
Git Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery