ship-ios-app
Installation
SKILL.md
Ship iOS/macOS App Version
This skill manages the release workflow for iOS and macOS apps distributed via App Store Connect.
Pre-flight Checks
Before shipping, verify ALL of the following conditions:
1. Check for Ready Pull Request
gh pr list --state open --json number,title,headRefName,statusCheckRollup
A PR is ready to ship ONLY if:
- There is an open PR targeting the main branch
- All status checks have passed (all items in statusCheckRollup show "SUCCESS")
If no PR exists with passing tests, STOP and report: "No Pull Request ready to ship. A PR with passing tests is required."