What problem does it solve? Releasing an Ansible collection involves many error-prone manual steps: determining the next version from changelog fragments, generating changelogs with antsibull-changelog, creating release PRs, tagging, and publishing to Galaxy. This Skill guides the entire process with human confirmation gates to prevent mistakes. ## Core Features & Use Cases - Automatic Version Detection: Scans changelog fragment categories to determine whether the next release is a major, minor, or patch bump. - Ordered Release Workflow: Walks through changelog generation, release summary fragments, PR creation, tagging, GitHub releases, and Bullhorn announcements in the correct order. - Safety Gates: Requires explicit human confirmation before irreversible actions like pushing tags, and runs a security scan before release. - Use Case: A maintainer of an Ansible collection wants to ship version 2.1.0. The Skill reads galaxy.yml, detects minor-change fragments, generates the changelog, and produces every command needed through the GitHub release. ## Quick Start Ask the assistant to release a new version of this Ansible collection and it will determine the version and guide you through each step.