Make a pull request for your feature with a few simple steps. This skill checks that you are not on the main branch. If needed, it creates a new branch for your work.
It then runs oxfmt to format all affected code. After formatting, it commits the changes and pushes them to your remote branch. The commit title follows a predefined format.
Finally, it uses the gh command line tool to open a pull request on GitHub. The PR title matches the same format. This skill helps you create clean, consistent pull requests quickly.
Global
mkdir -p ~/.claude/skills/make-prProject
mkdir -p .claude/skills/make-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