Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions, and submit commands. Use when asked to upload a build, distribute to TestFlight, or submit to App Store.
End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions, and submit commands. Use when asked to upload a build, distribute to TestFlight, or submit to App Store.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill when you need to get a new build into TestFlight or submit to the App Store.
Ensure credentials are set (asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly.
TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[,<GROUP_ID>] Optional: --wait, --notify, --platform, --poll-interval, --timeout App Store: asc publish appstore --app <APP_ID> --ipa <PATH> --version <VERSION> Optional: --wait, --submit --confirm, --platform, --poll-interval, --timeout
Upload the build: asc builds upload --app <APP_ID> --ipa <PATH> Find the build ID if needed: asc builds latest --app <APP_ID> [--version <VERSION>] [--platform <PLATFORM>] TestFlight distribution: asc builds add-groups --build <BUILD_ID> --group <GROUP_ID>[,<GROUP_ID>] App Store attach + submit: asc versions attach-build --version-id <VERSION_ID> --build <BUILD_ID> asc submit create --app <APP_ID> --version <VERSION> --build <BUILD_ID> --confirm Check or cancel submission: asc submit status --id <SUBMISSION_ID> or --version-id <VERSION_ID> asc submit cancel --id <SUBMISSION_ID> --confirm
Always use --help to verify flags for the exact command. Use --output table / --output markdown for human-readable output; default is JSON.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.