What problem does it solve? Preparing a Fedi Android release requires juggling the Google Play publishing API's edit model, track promotion, localized release notes, and a separate GitHub-based APK channel, all with hard gates that must never be crossed without explicit user approval. This Skill encodes that entire workflow so releases are staged correctly and safely. ## Core Features & Use Cases - Google Play draft preparation: Opens an edit, reads track state, stages a draft release on the production track with localized release notes, validates, and commits it as a console-visible draft. - Public APK release staging: Manages the draft GitHub release that carries the signed APK, stages release notes and report attachments, and verifies the tag target matches the build commit. - Safety gates: Enforces strict boundaries where rollouts, live release changes, and publishing are never agent actions and always require explicit user instruction. - Use Case: After CI uploads a new build to the internal track, ask the agent to prepare the 26.X.Y production release; it stages the draft with release notes on Google Play and updates the GitHub draft, then hands off with console and release links for the user to publish. ## Quick Start Ask the agent to prepare the Fedi Android production release for version 26.X.Y using the build CI uploaded to the internal track.