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
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