Open source contributions need clean pull requests. This skill helps you implement a planned contribution using a fork. It runs isolation checks before and after you write code. This keeps every PR focused on one topic and prevents scope creep.
You start with a plan from earlier steps like research. The skill sets up a forked repository and creates an isolated worktree. It checks for competing PRs first. Then it guides you through making changes, testing, and committing with a proper message. A final check makes sure everything stays on track.
This is for anyone contributing to open source projects who wants to follow best practices. It works with git and the GitHub CLI. Use it after planning and before preparing a submit. The result is a clean branch ready for review.
Global
mkdir -p ~/.claude/skills/pr-implementProject
mkdir -p .claude/skills/pr-implementSource 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