Mobile Deployment Skill

Automate Ballee mobile app deployments to iOS and Android platforms.

1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/JaveedIshaq/ai-workflow-orchestrator --skill mobile-deployment-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Mobile Deployment Skill
Source: https://github.com/JaveedIshaq/ai-workflow-orchestrator/tree/main/skills/ballee/mobile-deployment
Command: npx skills add https://github.com/JaveedIshaq/ai-workflow-orchestrator --skill mobile-deployment-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the complex process of deploying the Ballee mobile application to both iOS and Android platforms, ensuring efficient and reliable releases.

Core Features & Use Cases

  • Cross-Platform Deployment: Manages deployment to iOS (TestFlight, App Store) and Android (Play Store, Firebase App Distribution).
  • CI/CD Integration: Supports automated deployments via Xcode Cloud and GitHub Actions.
  • Local Deployment Tools: Provides guidance and scripts for local builds and uploads using Fastlane and native tools.
  • Use Case: You need to release a new version of the Ballee app to beta testers on TestFlight and then to the Google Play Store. This Skill provides the exact commands and configurations to achieve this with minimal manual intervention.

Quick Start

Use the mobile deployment skill to deploy the iOS app to TestFlight.

Frequently Asked Questions about Mobile Deployment Skill

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

FAQPage Schema
How do I automate mobile deployment to TestFlight and the Google Play Store?

Automate mobile deployment by configuring CI/CD pipelines via Xcode Cloud and GitHub Actions. This Skill provides exact commands to release iOS apps to TestFlight and Android apps to the Play Store with minimal manual intervention.

Can I use Fastlane for local iOS and Android builds instead of CI/CD?

Yes, you can use Fastlane for local deployments. This Skill provides guidance and scripts for local builds and uploads using native tools like xcodebuild and Gradle alongside Fastlane.

What's the best way to distribute beta testing builds for a mobile app?

Distribute beta builds by configuring release settings for TestFlight and Firebase App Distribution. This Skill manages beta testing distribution across both iOS and Android platforms.

Does this deployment workflow support both Xcode Cloud and GitHub Actions?

Yes, the deployment workflow supports both Xcode Cloud and GitHub Actions. It automates cross-platform releases to iOS and Android using either CI/CD integration.

Do I need Gradle and xcodebuild to configure local app store submissions?

Yes, Gradle and xcodebuild are required for local builds. This Skill manages app store submissions and release configurations using these native build tools.