A Git workflow assistant helps you write good commit messages, name branches, and create pull requests. It follows best practices so your team stays organized. You get clear rules and examples for every step.
Commit messages use a simple type, scope, and subject format. Branch names follow a pattern like feature/ticket-id-description. Pull requests include a summary, list of changes, and testing steps.
Common commands are provided to start work, commit changes, update your branch, and create a PR. This skill makes version control easier for everyone.
Global
mkdir -p ~/.claude/skills/git-workflowProject
mkdir -p .claude/skills/git-workflowSource 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