What problem does it solve?
Distributing iOS builds to testers outside TestFlight requires manual device registration, ad hoc provisioning profile management, re-signing, and secure hosting. This Skill automates that entire pipeline with the asc distribute command, producing a verified private install link.
Core Features & Use Cases
- Plan-Apply Workflow: Generate a read-only plan with typed blockers and an effects inventory, then apply it only after authorizing the exact plan hash.
- Resumable Runs: Inspect run status, resume recoverable runs, and verify published artifacts with live fetches or connected-device observation.
- Private S3 Publication: Publish immutable IPA bundles to caller-owned S3-compatible buckets with presigned, TTL-limited install links stored in owner-only artifacts.
- Use Case: A pull request build needs testing on a specific device. Plan the distribution from the
.xcarchive, confirm the plan hash, and share the resulting private install link with the tester.
Quick Start
Ask the agent to plan and apply an ad hoc distribution of your .xcarchive to registered devices using asc distribute with a private S3 bucket.