create-pr
Installation
SKILL.md
Create PR
Push the branch and create a properly structured pull request.
1. Verify the branch
git log --oneline main..HEAD # confirm commits exist
git diff --quiet # confirm no unstaged changes
2. Push the branch
Confirm origin points to your fork, not upstream:
git remote get-url origin
Related skills