What problem does it solve?
This Skill removes the manual friction of turning finished branch work into a ready-to-review pull request by handling commits, pushes, title formatting, and description assembly.
Core Features & Use Cases
- Checks the current git state so it can tell whether there are uncommitted changes, local commits waiting to be pushed, or an upstream branch already configured.
- Routes any uncommitted changes through the commit flow before a pull request is created, keeping history clean and safe.
- Pushes the branch, builds a readable PR title from the branch name, collects an optional Jira link and verification notes, and opens the PR with the GitHub CLI.
- Use this when a feature, fix, or refactor is complete and you want a consistent PR body that is ready for reviewer consumption.
Quick Start
Use the pr skill to prepare the current branch, collect any Jira ticket and verification notes, and open a GitHub pull request.