create-pr
Installation
SKILL.md
Create Pull Request
Create a GitHub pull request for the current branch with an auto-generated title and summary.
Prerequisites
Verify gh is installed and authenticated by running gh auth status. If it fails, tell the user to run gh auth login.
Workflow
1. Understand the current state
Run these in parallel:
git status- check for uncommitted changesgit log --oneline -20- recent commit historygit rev-parse --abbrev-ref HEAD- current branch namegit remote show origin | grep 'HEAD branch'- detect the default base branch (usuallymainormaster)