What problem does it solve?
This Skill removes the risk and manual effort of opening release PRs by automating the repo-specific conventions required for a correct production-targeted merge. It ensures the PR targets the right main base, includes the correct Linear references harvested from commits and sub-PRs, and satisfies CI gates like version bumping and linear-check requirements.
Core Features & Use Cases
- Automated release PR creation into
main: Resolves the correct head/source branch from the user prompt or your current checkout and prepares a draft for review.
- Linear Issues harvesting with CI guardrails: Extracts
ENG-#### references from commit bodies and referenced PRs to match the repo’s required formatting.
- Template-accurate PR content and reviewers: Generates a title and body matching the pull request template, and selects reviewers from GitHub collaborators with push access (excluding the author), then requests confirmation before creating.
Quick Start
Ask: "Ship this branch to prod by opening a release PR into main. Use my current branch as the head, draft the PR first, and wait for my confirmation before creating it."