ASC Release Flow
/install asc-release-flow
Release flow (TestFlight and App Store)
Use this skill when you need to get a new build into TestFlight or submit to the App Store.
Preconditions
- Ensure credentials are set (
asc auth loginorASC_*env vars). - Use a new build number for each upload.
- Prefer
ASC_APP_IDor pass--appexplicitly.
Preferred end-to-end commands
- TestFlight:
asc publish testflight --app \x3CAPP_ID> --ipa \x3CPATH> --group \x3CGROUP_ID>[,\x3CGROUP_ID>]- Optional:
--wait,--notify,--platform,--poll-interval,--timeout
- App Store:
asc publish appstore --app \x3CAPP_ID> --ipa \x3CPATH> --version \x3CVERSION>- Optional:
--wait,--submit --confirm,--platform,--poll-interval,--timeout
Manual sequence (when you need more control)
- Upload the build:
asc builds upload --app \x3CAPP_ID> --ipa \x3CPATH>
- Find the build ID if needed:
asc builds latest --app \x3CAPP_ID> [--version \x3CVERSION>] [--platform \x3CPLATFORM>]
- TestFlight distribution:
asc builds add-groups --build \x3CBUILD_ID> --group \x3CGROUP_ID>[,\x3CGROUP_ID>]
- App Store attach + submit:
asc versions attach-build --version-id \x3CVERSION_ID> --build \x3CBUILD_ID>asc submit create --app \x3CAPP_ID> --version \x3CVERSION> --build \x3CBUILD_ID> --confirm
- Check or cancel submission:
asc submit status --id \x3CSUBMISSION_ID>or--version-id \x3CVERSION_ID>asc submit cancel --id \x3CSUBMISSION_ID> --confirm
Notes
- Always use
--helpto verify flags for the exact command. - Use
--output table/--output markdownfor human-readable output; default is JSON.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install asc-release-flow - After installation, invoke the skill by name or use
/asc-release-flow - Provide required inputs per the skill's parameter spec and get structured output
What is ASC Release Flow?
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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1947 downloads so far.
How do I install ASC Release Flow?
Run "/install asc-release-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ASC Release Flow free?
Yes, ASC Release Flow is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ASC Release Flow support?
ASC Release Flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ASC Release Flow?
It is built and maintained by rudrankriyam (@rudrankriyam); the current version is v1.0.0.