deploy

Automates deployment of iOS apps and manages build/release workflows via command prompts.

2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/soliblue/cloude --skill deploy-soliblue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/soliblue/cloude/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/soliblue/cloude --skill deploy-soliblue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the deployment of the Cloude Mac agent and iOS app to TestFlight and development environments, simplifying release workflows and reducing manual steps.

Core Features & Use Cases

  • Automated Mac agent and iOS build, signing, and distribution to TestFlight when changes are detected or when prompted.
  • Post-deployment tasks include reporting the build number, tagging testing plans with the build, and updating memory notes to reflect releases.
  • Use Case: When a new change is ready, run the deployment to push builds, start the agent if needed, and provide remote access via the iPhone app.

Quick Start

Run the /deploy command to trigger an automated deployment workflow. Use /deploy --mac-only to build only the Mac agent or /deploy --ios-only to build only the iOS app.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate iOS and Mac agent deployment to TestFlight using Fastlane?

You can automate iOS and Mac agent deployment to TestFlight by running a deployment command that handles building, signing, and version tagging through Fastlane and Xcode. It triggers change-driven release workflows automatically when code updates are detected.

Do I need Xcode project access and environment configuration to build and deploy to TestFlight?

Yes, Xcode project access and environment configuration are required to perform builds, version tagging, and signing. Fastlane is also a necessary dependency to execute the automated deployment workflow for Mac and iOS apps.

Can I build only the Mac agent or iOS app separately during the deployment process?

Yes, you can build only the Mac agent or the iOS app separately by passing specific flags to the deploy command. This allows targeted deployments when changes affect only one platform rather than both.

What happens after a successful TestFlight build and deployment finishes?

Post-deployment tasks include reporting the build number, tagging testing plans with the new build, and updating memory notes to reflect releases. The agent can also start automatically if needed for remote iPhone app access.

What's the best way to handle change-driven release workflows for Mac and iOS apps?

Automated deployment workflows handle change-driven releases by detecting code updates and executing build, signing, and distribution steps. This approach reduces manual intervention and ensures consistent releases to TestFlight and local environments.

Why does my Fastlane deployment workflow require version tagging and plan updates?

Version tagging and plan updates are required to track which testing plans correspond to specific builds and to maintain accurate memory notes reflecting releases. This ensures traceability across change-driven deployment cycles.