From Build Swift Apps
Orchestrates end-to-end iOS App Store publishing: signing, metadata, screenshots, build upload, TestFlight, App Review submission, and release evidence collection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:appstore-release-directorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Broad release orchestration. For focused `asc` work, delegate to `appstore-connect-cli`, `appstore-id-resolver`, `appstore-archive-uploader`, `appstore-release-planner`, `appstore-review-readiness`, `appstore-metadata-sync`, `appstore-metadata-localizer`, `appstore-screenshot-pipeline`, and `appstore-signing-setup`.
Broad release orchestration. For focused asc work, delegate to appstore-connect-cli, appstore-id-resolver, appstore-archive-uploader, appstore-release-planner, appstore-review-readiness, appstore-metadata-sync, appstore-metadata-localizer, appstore-screenshot-pipeline, and appstore-signing-setup.
apple-publishing-handoff.md, manifest JSON, release, appstore, testflight, fastlane, ExportOptions.plist..p8, .p12, profiles, passwords, and decoded plists out of git; prefer .codex-private/apple/ or a secret store.https://www.apple.com/legal/internet-services/itunes/dev/stdeula/.generic/platform=iOS, export App Store IPA, validate, upload, wait for processing.Load only the current stage:
references/end-to-end-workflow.mdreferences/signing-and-provisioning.mdreferences/app-store-connect-api.mdreferences/metadata-compliance.mdreferences/build-upload-submit.mdreferences/troubleshooting.mdHelpers:
scripts/make_export_options.pyscripts/appstore_preflight.pyRun helper scripts with python3 and inspect --help.
Report build/version, validation/upload status and delivery UUID, ASC build/review status, legal/privacy/screenshot/subscription/encryption state, files/artifacts changed, tests run, and anything not verified.
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsSubmits iOS app builds to App Store Connect for review and release using Fastlane. Supports submitting an existing TestFlight build or running a full pipeline with version bump, archive, and auto-release.
Validates App Store readiness, stages/submits releases, monitors status, and identifies first-submission blockers via asc CLI commands.
App build, code signing, TestFlight, and App Store distribution for all Apple platforms. Use when preparing releases, configuring signing, uploading to TestFlight, or submitting to App Store.