Guided git workflows give you a clear path for common tasks like preparing a pull request, cleaning up old branches, and fixing merge conflicts. Instead of guessing the next step, you follow a simple checklist. This saves time and avoids mistakes.
You can also handle monorepo release tags with the right naming pattern. Or set up a new repo with a .gitignore file before the first commit. These steps keep your project organized and your team happy.
Whether you are a beginner or a seasoned developer, these routines help you work faster and more reliably with git.
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
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
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
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