xcode-cloudlisted
Install: claude install-skill Insolvent-pyrene754/claude-code-server-side-swift-skills
# Xcode Cloud CI/CD
Guides configuration and optimization of Xcode Cloud workflows including build automation, testing, TestFlight distribution, App Store deployment, and custom scripts.
## When This Skill Activates
Use this skill when the user:
- Asks to "set up Xcode Cloud" or "configure CI/CD"
- Mentions "Xcode Cloud workflows" or "build pipelines"
- Wants to automate TestFlight or App Store distribution
- Needs custom build scripts (`ci_scripts/`)
- Has Xcode Cloud build failures or signing issues
- Wants to optimize build times or compute hours
- Asks about test plans in CI/CD
- Mentions "cloud signing" or "managed certificates"
- Wants to compare Xcode Cloud with other CI/CD (GitHub Actions, Bitrise)
## Pre-Configuration Checks
### 1. Project Detection
- [ ] Check for existing Xcode project
- [ ] Determine project type (app, framework, multi-platform)
- [ ] Check for existing CI/CD configuration
- [ ] Verify source control setup (Git required)
```
Glob: **/*.xcodeproj, **/*.xcworkspace, **/ci_scripts/*.sh
Grep: "CI" or "xcodebuild" or "ci_post_clone"
```
### 2. Existing CI/CD Detection
Search for other CI/CD configurations:
```
Glob: **/.github/workflows/*.yml, **/bitrise.yml, **/.circleci/config.yml, **/fastlane/Fastfile
```
If found, ask user:
- Replace with Xcode Cloud?
- Run alongside existing CI/CD?
### 3. Signing Requirements
```
Glob: **/*.entitlements, **/*.xcodeproj/project.pbxproj
Grep: "CODE_SIGN_STYLE" or "PROVISIONING_PROFILE" or "DEVELOPMENT_T