A specification file can be turned into a GitHub Pull Request in just a few steps. This skill does the work for you by using the pull_request_template.md file in your repository. It checks for duplicate PRs, fills in the title and body, marks the PR as ready for review, and assigns it to you.
You save time and avoid manual mistakes. The process is simple and follows a clear set of steps. Just tell the agent to create a pull request from your spec, and it will handle everything from start to finish.
Global
mkdir -p ~/.claude/skills/create-pr-from-specProject
mkdir -p .claude/skills/create-pr-from-specSource 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