What problem does it solve?
It solves the problem of reliably creating a production release PR and corresponding Linear release ticket, including an accurate summary of the exact set of commits being merged.
Core Features & Use Cases
- Release PR creation from commit range: Computes the authoritative list of non-merge commits between the default branch and
production, aborting if production is already up to date.
- Linear ticket with consistent release summary: Creates a
release-labeled Linear issue using the same release-style summary and change list that will appear in the PR body.
- Duplicate prevention: Checks for an existing open release PR for the same head/base pair and reports it instead of creating a second ticket/PR.
- Use case: When you’re ready to promote work from
main to production, this Skill opens the right Linear ticket and a PR that documents exactly what will be shipped (commit list plus grouped summary).
Quick Start
Run the pr-to-production skill after configuring your repo’s .claude/eng-workflow.json and authenticating with Linear and GitHub/gh so it can create the ticket and PR for the default branch into production.