What problem does it solve? Releasing a mobile app to both the Apple App Store and Google Play involves many error-prone steps: summarizing changes, bumping versions, localizing release notes, staging store listings, triggering builds, and verifying submissions. This Skill carries a release through preparation, verification, shipping, and both stores without losing track of state. ## Core Features & Use Cases - Release State Inspection: Compares the previous mobile tag to the candidate release, checks GitHub release runs, EAS builds, App Store Connect versions, and Google Play tracks before acting. - Localized Store Preparation: Generates release notes across all Play locales, stages Apple listing metadata and screenshots with plan/approve/apply verification, and records a staging receipt. - End-to-End Shipping and Recovery: Pushes to main to trigger the release workflow, follows EAS builds and submissions, resumes failed platform submissions by exact build ID, and reports per-store status. - Use Case: Ask the agent to cut a mobile release; it summarizes changes since the last tag, bumps the version, prepares localized listings, ships the build, and reports when both stores are live. ## Quick Start Use $mobile-release to summarize changes since the last release, bump the mobile version, and release to the Apple App Store and Google Play.