If you're working with Google Play Developer commands and tired of looking up internal IDs for tracks, versions, and releases, this handles the translation for you. It's essentially a lookup helper that maps human-readable names to the IDs that gpd commands actually need. The documentation is thorough about always passing package names explicitly, which suggests the author has dealt with ambiguous results before. Part of a larger App Store Connect CLI skills collection from rudrankriyam, though the naming is a bit confusing since this one targets Google Play specifically. Straightforward utility that solves one annoying problem well.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-id-resolver