pr
Installation
SKILL.md
Create pull request
Create a GitHub PR with a structured summary of all changes.
Process
- Run
git statusto check for uncommitted changes — commit first if needed - Run
git logandgit diffagainst the base branch to understand all changes - Determine the base branch (usually
mainormaster) - Push the current branch to remote with
-uflag if needed - Create the PR using
gh pr create
PR format
- Title: short (under 70 characters), use the same prefix convention as commits (feat, fix, etc.)
- If the user provides a title via $ARGUMENTS, use it
Body template: