What problem does it solve?
This Skill helps you reliably turn a local feature-branch change into a GitHub pull request with a consistent, reviewer-friendly body, including a confirmed ticket reference and a correctly scoped PR type.
Core Features & Use Cases
- Ticket-confirmed PRs: Detects a Jira/Linear-style key from the branch or commit content, then requires user confirmation before proceeding.
- Template-driven PR body: Uses a repo PR template when available, otherwise selects a type-specific fallback (bugfix/feature/misc) shipped with the Skill.
- Safe GitHub workflow: Validates that you’re not on the default branch, ensures there’s something to push, pushes via a regular (non-force) push, and creates or edits the PR using
gh.
Quick Start
Run the open-pr skill after you have committed your change to a feature branch and confirmed the ticket key when prompted.