create-pr
Installation
SKILL.md
Push the current branch and create a GitHub pull request. When the branch name contains a JIRA ID and the ticket can be loaded, the PR title and description follow the ticket. When there is no JIRA ID or the ticket cannot be fetched, still push the branch, propose several PR title options for the developer to choose from (or a custom title), then create the PR. The PR description always references every issue this PR actually fixes — JIRA tickets, GitHub issues, etc. — and only those, never related-but-not-addressed items.
Usage:
/create-pr- Push and create a draft PR/create-pr --no-draft- Push and create a ready-for-review PR
Instructions:
- Check prerequisites (GitHub — always):
- GitHub CLI (
gh): Rungh --version. If not found, display the following message and STOP:## Missing Prerequisite: GitHub CLI The `gh` command is not installed. This skill requires the GitHub CLI for repository operations.
- GitHub CLI (