create-pr
Installation
SKILL.md
Create PR
Push the branch and create a properly structured pull request.
1. Verify the branch
Confirm you're on a dedicated branch, not the default branch:
git branch --show-current # must not be main or master
If this returns main or master, stop. Create a branch and move your
commits onto it before continuing.
Confirm commits exist and the working tree is clean: