What problem does it solve?
This Skill removes the friction of turning finished branch work into a GitHub pull request by checking for an existing PR, creating one if needed, and opening it in the browser.
Core Features & Use Cases
- PR Discovery: Detects whether the current branch already has an open pull request and opens it immediately.
- PR Creation: Creates a new pull request against the master branch when no existing PR is found.
- Workflow Support: Helps developers quickly submit code changes after pushing commits, especially when they need a browser-ready PR link for review.
- Use Case: A developer finishes a feature branch, asks the Skill to create the PR, and gets a browser-opened pull request ready for review without manually navigating GitHub.
Quick Start
Ask the skill to create or open the pull request for your current branch and open it in the browser.