Help us improve
Share bugs, ideas, or general feedback.
From Build Swift Apps
Track App Store Connect build processing, find latest builds, and clean up old builds via asc CLI commands.
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsHow this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:appstore-build-monitorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to manage build state, processing, and retention.
Automates iOS/macOS app deployment to App Store Connect using asc CLI: TestFlight builds, App Store submissions, metadata/screenshots uploads, certificates/profiles management, review status checks, and Xcode Cloud workflows.
Validates App Store submission readiness, submits prepared versions, monitors or cancels reviews, and repairs common ASC blockers using current `asc` commands.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
Share bugs, ideas, or general feedback.
Use this skill to manage build state, processing, and retention.
asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOSasc builds next-build-number --app "APP_ID" --version "1.2.3" --platform IOSasc builds list --app "APP_ID" --sort -uploadedDate --limit 10asc builds info --build-id "BUILD_ID"asc publish testflight --app "APP_ID" --ipa "./app.ipa" --group "GROUP_ID" --waitasc publish appstore --app "APP_ID" --ipa "./app.ipa" --version "1.2.3" --wait --submit --confirmasc builds expire-all --app "APP_ID" --older-than 90d --dry-runasc builds expire-all --app "APP_ID" --older-than 90d --confirmasc builds expire --build-id "BUILD_ID" --confirmasc builds upload prepares upload operations only; use asc publish for end-to-end flows.--wait, --poll-interval, and --timeout where supported.