create-pr - Automated Pull Request Creation from JIRA Ticket Branches
Creates Pull Requests automatically from JIRA ticket branches with parent branch detection and template-based description
Tags
Updated: 2026-03-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- detect current git branch
- check GitHub authentication status
- verify existing PRs
- detect parent branch
- collect git diff statistics
- generate PR description from template
- push branch to remote
- create Pull Request via GitHub CLI
Inputs
- JIRA ticket number (from branch name)
- current git branch
- git repository
- PR template file
Outputs
- Pull Request URL
- created Pull Request
- pushed git branch
Requirements
- GitHub CLI authentication
- git repository
- not on main/develop branches
