Agent skill
iOS Deployment
Standards for Provisioning, Signing, and Fastlane.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deployment-hoangnguyen0403-agent-skills-standar
Metadata
Additional technical details for this skill
- labels
-
ios deployment fastlane provisioning
- triggers
-
{ "files": [ "Fastfile", "Appfile", "Matchfile" ], "keywords": [ "ios_bundle_id", "provisioning_profile", "testflight" ] }
SKILL.md
iOS Deployment Standards
Priority: P1
Implementation Guidelines
Signing & Provisioning
- Match: Use
fastlane matchfor centralized certificate and profile management. Avoid manual signing where possible. - Project Settings: Explicitly set
PROVISIONING_PROFILE_SPECIFIERin build settings if using manual/CI.
CI/CD (Fastlane)
- Fastfile: Script your build, test, and release flows. Use lanes for
beta(TestFlight) andrelease(App Store). - Versioning: Automate build number increments using
increment_build_number.
TestFlight
- Internal Testers: Automate uploads to TestFlight for every successful merge to the staging branch.
- Export Compliance: Automate the export compliance setting in
Info.plistor Fastlane to avoid metadata pauses.
Anti-Patterns
- Manual Signing on CI:
**No manual identities on CI**: Use Match. - Check-in Certificates:
**No Certs in Repo**: Use a private git repo for Match certificates. - Hardcoded Versioning:
**No manual version bumps**: Use Fastlane increment tools.
References
- Fastlane & Signing Setup
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?