What problem does it solve? Preparing an iOS release in the App Store Connect console means manually creating a version, attaching a build, and editing What's New text in every locale, which is slow and error-prone. This Skill performs the same preparation through the App Store Connect REST API, with read-back verification after every write. ## Core Features & Use Cases - Version and build management: Create an appStoreVersions record, attach a processed TestFlight build, and verify state, release type, and build number via API calls. - Localized release notes: List and patch What's New text for every locale, or port all notes from a previous version with byte-for-byte read-back verification using the included port-whats-new.py script. - Controlled submission flow: Submit a prepared version for App Review only on explicit user approval, while releasing to users is always left to a human in the console. - Use Case: After CI uploads a new TestFlight build for Fedi, ask the agent to prepare the 26.X.Y release: it finds the newest valid build, creates the version record, attaches the build, copies last version's release notes into all locales, and reports the in-flight version link. ## Quick Start Prepare the Fedi iOS App Store release for version 26.X.Y using the latest valid TestFlight build and reuse the previous version's release notes.