fastlane-release

Automate iOS app release from versioning to App Store Connect submission.

2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/entaku0818/claude-code-settings --skill fastlane-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fastlane-release
Source: https://github.com/entaku0818/claude-code-settings/tree/main/docs/skills/templates/fastlane-release
Command: npx skills add https://github.com/entaku0818/claude-code-settings --skill fastlane-release

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of building, archiving, and submitting iOS applications to App Store Connect for distribution on TestFlight or the App Store.

Core Features & Use Cases

  • Automated Build & Archive: Uses xcodebuild to create archives, ensuring consistent build settings.
  • IPA Export: Generates App Store-ready IPA files.
  • App Store Upload: Uploads builds using altool or fastlane.
  • Submission for Review: Manages metadata, release notes, and submits the build for review.
  • Use Case: When a user says "Release the latest version to TestFlight," this skill will handle the entire pipeline from code to submission.

Quick Start

Use the fastlane-release skill to submit the current build for review.

Frequently Asked Questions about fastlane-release

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

FAQPage Schema
How do I automate iOS app submission to App Store Connect and TestFlight?

Automate iOS app submission to App Store Connect by using a pipeline that archives xcodebuild projects, exports IPAs, and uploads builds via altool or fastlane for TestFlight and review.

Do I need an Apple Developer account and Xcode to automate iOS releases with fastlane?

Yes, automating iOS releases requires Xcode for local archiving and an Apple Developer account for authentication. Optionally, App Store Connect API keys can be used to streamline the upload process.

What's the best way to handle versioning and metadata when shipping an iOS app?

Handle iOS app versioning and metadata during the release pipeline by automating version bumps and submitting release notes alongside the build when uploading to App Store Connect for review.

How does xcodebuild fit into an automated iOS build and release pipeline?

xcodebuild creates consistent archives within an automated iOS release pipeline, generating App Store-ready IPA files that can be uploaded and submitted for review using fastlane or altool.

Can I submit an iOS build for App Store review without manual intervention?

Yes, you can submit an iOS build for App Store review without manual intervention by automating the end-to-end process from archiving and IPA export to metadata management and final review submission.