gtm
Installation
SKILL.md
gtm
Go-to-market release workflow. Bumps the version, creates a release branch, pushes a GitHub release with auto-generated notes, and opens PRs into the base branch and main. Both PRs are auto-merged by default once all branch protection requirements (status checks, required reviews) are satisfied. Pass --no-auto-merge to skip auto-merge and leave PRs open for manual review.
Examples
Patch release from the default development branch:
/gtm --patch
Minor release:
/gtm --minor
Major release: