xcode-cloud-ci
Installation
SKILL.md
Xcode Cloud CI Watcher
After performing a git push in an iOS/macOS project using Xcode Cloud, check build status.
Prerequisites
Credentials must be configured at ~/.config/app-store-connect/credentials.json. See setup instructions below.
Required Python packages: pip3 install PyJWT requests
Workflow
- After pushing, wait before checking (builds need time to start)
- Determine polling strategy:
- Xcode Cloud builds typically take 5-15 minutes
- Wait 2-3 minutes initially, poll every 30-60s
- Check status using the check script
- On success: Report and continue
- On failure: Analyze the error, propose a fix