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

  1. After pushing, wait before checking (builds need time to start)
  2. Determine polling strategy:
    • Xcode Cloud builds typically take 5-15 minutes
    • Wait 2-3 minutes initially, poll every 30-60s
  3. Check status using the check script
  4. On success: Report and continue
  5. On failure: Analyze the error, propose a fix
Installs
First Seen
xcode-cloud-ci — smithery/ai