release

Automate VoiceDocs iOS releases from versioning to App Store submission.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the complex and time-consuming process of releasing an iOS application to the App Store, from versioning to submission.

Core Features & Use Cases

  • Automated Versioning: Updates marketing versions in project files.
  • Commit & Tagging: Creates Git commits and tags for releases.
  • Build & Archive: Generates Xcode archives for distribution.
  • App Store Upload: Uploads the build to App Store Connect.
  • Submission: Submits the app for review using Fastlane.
  • Use Case: When you need to push a new version of the VoiceDocs app to the App Store, this skill handles all the necessary steps.

Quick Start

Use the release skill to prepare and submit the next version of the VoiceDocs app to the App Store.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate an iOS App Store release from archiving to submission?

Automating an iOS App Store release involves managing version control, generating Xcode archives, uploading builds to App Store Connect, and submitting for review. This skill handles all these steps end-to-end using Fastlane integration.

Can I use Fastlane to submit my Xcode app for App Store review automatically?

Yes, Fastlane submits your Xcode app for App Store review automatically. This skill manages the complete submission workflow, including build archiving and App Store Connect uploads, streamlining the entire process.

Does the release skill support patch, minor, and major version workflows?

The release skill supports patch, minor, and major version workflows. It updates marketing versions in project files and creates corresponding Git commits and tags for each release type.

What's the best way to handle provisioning errors during an App Store deployment?

Handling provisioning errors during App Store deployment requires integrated troubleshooting for common build issues. This skill includes built-in error resolution for provisioning problems encountered during the archiving and upload process.

How does automated versioning work for iOS apps before an App Store upload?

Automated versioning for iOS apps updates marketing versions directly in project files. It then creates Git commits and tags, ensuring version control is maintained before the Xcode archive generation and App Store upload.

Do I need Xcode and Git configured to automate App Store releases?

Yes, Xcode and Git must be configured to automate App Store releases. The process relies on Xcode for build archiving and Git for version control commits and tagging, alongside Fastlane for the actual submission.