What problem does it solve? Shipping an Android release through Google Play involves fragile steps: credentials that silently lack permissions, changelogs that silently go missing, and fastlane summaries that report success without proving what is actually live. This Skill walks an agent through the full delivery pipeline and verifies every claim against the Play Developer API. ## Core Features & Use Cases - Credential preflight: Runs a script that opens and deletes a real Play edit to prove the service account, token exchange, and Play Console grant all work before any release action. - Safe release pipeline: Enforces pull-before-run, per-locale per-versionCode changelogs, AAB signature and manifest verification, testing-track upload, and promotion of the exact validated versionCode instead of re-uploading. - Live-state readback: Reads the production track from the Play API and reports versionCode, status, and userFraction, distinguishing a staged rollout from a completed one. - Use Case: You have a signed AAB ready and want to promote it from internal testing to a 10% production rollout. The Skill preflights the credential, verifies the artifact, promotes the existing versionCode, pauses for your explicit confirmation, then reads the track back to confirm the staged rollout actually landed. ## Quick Start Use the suede-play-release skill to upload my Android AAB to the internal track and then promote versionCode 42 to production at 10 percent, verifying the live track state afterward.