touch-release

Automate Fastlane-based mobile release pipelines for iOS and Android.

69|8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/tonone-ai/tonone --skill touch-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: touch-release
Source: https://github.com/tonone-ai/tonone/tree/main/team/touch/skills/touch-release
Command: npx skills add https://github.com/tonone-ai/tonone --skill touch-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up and automate mobile release pipelines end-to-end, reducing manual fiddling and error-prone handoffs when preparing iOS and Android apps for beta and production.

Core Features & Use Cases

  • Fastlane-based release pipelines for iOS and Android
  • Automated code signing and provisioning management
  • CI/CD integration for beta and production distributions
  • Versioning, build metadata, and release notes generation
  • Use case: when you need to prepare a new app release with signing, distribution, and notes

Quick Start

Configure the Fastlane pipeline and signing credentials to initialize the mobile release process for your project.

Frequently Asked Questions about touch-release

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

FAQPage Schema
How do I automate iOS and Android release pipelines with Fastlane?

Automating mobile release pipelines with Fastlane involves configuring platform detection, code signing, and deployment flows for TestFlight, Firebase App Distribution, and the App Store or Play Store. This Skill manages that end-to-end process, including metadata and release notes generation.

What do I need to set up automated mobile code signing and beta distribution?

Automated mobile code signing and beta distribution requires a configured Fastlane environment, valid signing credentials, and CI configuration. You must provide these prerequisites to initialize the release process and ensure safe handling of certificates and sensitive data.

Can I integrate Fastlane code signing into my existing CI/CD workflow?

Fastlane code signing integrates directly into existing CI/CD workflows for both beta and production distributions. This Skill automates provisioning management and deployment across iOS and Android projects within your configured CI environment.

What is the best way to manage build metadata and release notes for app store deployment?

Managing build metadata and release notes for app store deployment is best handled by automating versioning and generation within your Fastlane pipeline. This Skill automates that metadata preparation alongside code signing and distribution flows.

Does this mobile release automation support both TestFlight and Firebase App Distribution?

Mobile release automation supports both TestFlight and Firebase App Distribution for beta testing. It handles platform detection, signing, and deployment flows across these services, as well as production releases to the App Store and Play Store.

Are there limitations when automating code signing for mobile release pipelines?

Limitations when automating code signing include the strict requirement for a pre-configured Fastlane environment and valid signing credentials. This Skill enforces safe handling of certificates and sensitive data, so incorrect CI configuration or missing provisioning profiles will block the pipeline.