git-open-pull
Create GitHub pull requests from the command line
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install git-open-pull?โผ
Run `npx skills add jehiah/git-open-pull --all -g -y` in your terminal to install this skill globally.
How to create a GitHub pull request from the command line?โผ
Run `git open-pull` with a title and optional description file, and it creates an issue, renames your branch with the issue number, pushes it, and converts the issue into a pull request.
When should I use git-open-pull instead of gh pr create?โผ
Use it when your repository tracks work through GitHub Issues and encodes issue numbers in branch names, since it links the issue and PR automatically.
Can git-open-pull create draft pull requests?โผ
Yes. Pass the `--draft` flag to open the PR in draft mode, which is ideal for work in progress that is not ready for formal review.
Do I need to push my branch before running git-open-pull?โผ
No. Do not push manually first, because the tool renames your local branch to include the issue number before pushing it for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core