Writing a good Git commit message can be tricky. This helper makes it easy by following the Conventional Commits standard. You get a clear format with a type, scope, and subject line.
Every time you need to commit changes, just ask. The helper will guide you to write messages that are consistent and easy to read. Your team will love the clean project history.
Use types like feat for new features or fix for bug fixes. Add a scope to show which part of the code changed. The helper even reminds you to keep the subject under 50 characters and explain the why in the body.
Global
mkdir -p ~/.claude/skills/commit-helperProject
mkdir -p .claude/skills/commit-helperSource 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 Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes