open-pr
Installation
SKILL.md
Create a Pull Request for Current Branch
Review changes on the current branch and open a pull request using GitHub CLI (gh).
This skill is useful when the user asks to open/create a PR, prepare a PR title/body, or summarize changes for review.
Review Git State
- Show remotes:
git remote -v
- Show current branch:
git rev-parse --abbrev-ref HEAD