create-pr
Installation
SKILL.md
Create PR
Assumes you are on the right branch with changes ready to commit (or already committed) and npm run ci has passed.
For CLI version bumps use /pac-cli-update — it handles dual PRs (main + release/stable) automatically.
For reviewing an existing PR use /review <number>.
Step 1 — Stage and commit (skip if already committed)
Stage files explicitly — never git add .:
git add <specific files>
git status # confirm nothing accidental staged
git commit -m "<type>: <description>"