What problem does it solve?
Generating pull requests often leads to inconsistent descriptions and missed ticket references. This Skill automates PR creation using gh CLI with a standardized template and Jira ticket extraction from branch names, ensuring consistent PR bodies and titles.
Core Features & Use Cases
- Standardized PR templates via assets/pr-template.md to enforce consistency across PRs.
- Branch parsing to extract Jira tickets (MCA-XXX, PERF-XXX) from branch names and include them in the PR title and body.
- Pre-checks and guidance via scripts/check-pr-ready.ps1 to verify clean working directory and readiness before PR creation.
- Clear examples and workflow guidance for end-to-end PR creation in typical software development scenarios.
Quick Start
Create a PR from your current branch using gh to apply the standardized template and automatically extract the Jira ticket from the branch name.