What problem does it solve? Determining the current published version of an Ansible collection is error-prone when version information is scattered across git tags, stable branches, and galaxy.yml. This Skill resolves the correct current version automatically, including detecting when a branch may be behind a released version. ## Core Features & Use Cases - Multi-source version detection: Reads the latest version from git tags on stable branches and from the version field in galaxy.yml, then compares them with a defined algorithm. - Development status reporting: Strips -dev0 suffixes to report a baseline version and indicates whether the version is IN DEVELOPMENT or RELEASED. - Stale branch warning: Flags when a newer version appears to have been released than the one in galaxy.yml, prompting a rebase check for backport or older-branch work. - Use Case: Before writing a changelog entry or version_added tag, ask for the current version to confirm whether main is developing the next major, minor, or patch release. ## Quick Start Ask the AI what the current release version of this collection is.