Create clear and consistent git commits every time you save your work. This tool looks at the changes you made in your code and automatically figures out the right type of commit, like a new feature or a bug fix. It helps you write a simple, one-line message that follows the Conventional Commits style. You can also choose which files to include and override the message if you want. That makes your commit history easy for anyone to read and understand.
Global
mkdir -p ~/.claude/skills/git-commitProject
mkdir -p .claude/skills/git-commitSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
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 Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery