ios-app-store-release

Automate iOS App Store release preparation and binary upload via fastlane or Xcode.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/oozoofrog/codex-skills --skill ios-app-store-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-app-store-release
Source: https://github.com/oozoofrog/codex-skills/tree/main/ios-app-store-release
Command: npx skills add https://github.com/oozoofrog/codex-skills --skill ios-app-store-release

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires references, and includes references (resource) components.

What problem does it solve?

Prepare and automate end-to-end iOS/watchOS App Store release processes, reducing manual steps and risk during deployment.

Core Features & Use Cases

  • Leverage repo-native release tooling to refresh screenshots, metadata, and release notes.
  • Perform preflight checks, lock target states, and validate readiness before upload.
  • Synchronize version/build numbers and automates the final build or binary upload via fastlane or Xcode.

Quick Start

Run the iOS App Store Release workflow to start a release prep pass for your app.

Frequently Asked Questions about ios-app-store-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iOS App Store release preparation using fastlane?

Automating iOS App Store release prep with fastlane involves refreshing screenshots, metadata, and release notes, then synchronizing version/build numbers and uploading the binary. This workflow leverages your repo's existing release tooling to validate readiness and publish artifacts.

What is included in end-to-end iOS App Store release delivery?

End-to-end iOS App Store release delivery includes preflight checks, version/build synchronization, and artifact publishing. It automates metadata, screenshot, and release note refreshing, ensuring versioning consistency and final binary upload via fastlane or Xcode across iOS and watchOS apps.

Can I use Xcode instead of fastlane for iOS binary uploads during release?

Yes, you can use Xcode instead of fastlane for iOS binary uploads. The release workflow supports automating the final build and binary upload via either fastlane or Xcode, adapting to your repo's existing release tooling to ensure artifact publishing.

Does this release workflow support watchOS apps and TestFlight?

Yes, the release workflow supports watchOS apps alongside iOS apps. It automates version/build synchronization and binary uploads, applying to TestFlight delivery and App Store releases while ensuring preflight validations and versioning consistency across platforms.

How do I validate App Store metadata and version numbers before uploading a build?

Validating App Store metadata and version numbers requires preflight checks to lock target states and confirm readiness before upload. This workflow performs these validations to ensure versioning consistency and metadata accuracy prior to the final binary upload.

What is the best way to refresh iOS App Store screenshots and metadata for a release?

The best way to refresh iOS App Store screenshots and metadata is to run an automated release prep pass. This leverages repo-native release tooling to update screenshots, metadata, and release notes while synchronizing version and build numbers before the binary upload.