When you need to save your work and share it with a project, this skill helps you. It commits changes and creates a pull request to the official upstream repository. You can focus on your code while it handles the steps.
The skill first creates a new branch for your changes. It checks all modifications to avoid mistakes. Then it adds only the relevant files and commits with a clear message. After pushing the branch, it opens a pull request to the main project. Everything is done without mentioning AI or automation in the commit or PR text.
If you have permission and want to merge, it can finish the job. It merges the PR, returns to the main branch, syncs with upstream, and cleans up both local and remote temporary branches. This keeps your work organized and professional.
Global
mkdir -p ~/.claude/skills/git-commit-prProject
mkdir -p .claude/skills/git-commit-prSource 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