pull-requests
Open a GitHub pull request from the repository's own template, manage stacked branches and pull requests with gh-stack, and attach images and videos to issues and pull requests.
Install
/plugin marketplace add staticaland/skills
/plugin install pull-requests@staticaland-skills
Skills
- create-pr (skill) - Opens a GitHub
pull request with
gh, filling the repo's PR template or the skill's bundled one. - gh-attach (skill) - Uploads an image
or video to a GitHub issue, pull request, or comment with the
gh --attachflag, and controls where it renders in the body. - gh-stack (skill) - Manages stacked branches and pull requests with the gh-stack GitHub CLI extension: create, view, push, submit, sync, rebase, merge, and check out a stack.
Hooks
- pr-create guard (
hooks/pr_create_guard.py) - Blocks a directgh pr createand tells Claude to invoke the create-pr skill instead. Othergitandghcommands are untouched.
License
MIT