Preparing a good pull request takes time and care. This skill helps you put together clear commits and a well written PR body. It checks for mixed changes and runs tests before you submit.
The skill works best for external repositories you want to contribute to. It looks at the target repository's rules and history. Then it creates a structured PR description that matches what the maintainers expect.
A user review gate makes sure you approve before anything is submitted. This keeps you in control of every pull request you send.
Global
mkdir -p ~/.claude/skills/pr-prepProject
mkdir -p .claude/skills/pr-prepSource 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