Skip to content
Development
Skill

/ios-deployment

Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane.

From plugin
agent-skills-standard
538200 skills1 MCP
Install
$ npx -y skills add hoangnguyen0403/agent-skills-standard --skill ios-deployment --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ios-deployment

Context preview

The summary Claude sees to decide when to auto-load this skill.

Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane.

SKILL.md

ios-deployment.SKILL.md
name: ios-deployment
description: Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane.
metadata:
  triggers:
    keywords:
    - Fastfile
    - Appfile
    - Matchfile
    - ios_bundle_id
    - provisioning_profile
    - testflight

iOS Deployment

**Priority: P1 (HIGH)**

Implementation Workflow

1. **Set up Match** — Use `fastlane match` for centralized certificate and profile management. Avoid manual signing. 2. **Configure build settings** — Set `PROVISIONING_PROFILE_SPECIFIER` explicitly if using manual/CI signing. 3. **Script Fastlane lanes** — Create `beta` (TestFlight) and `release` (App Store) lanes in your Fastfile. 4. **Automate versioning** — Use `increment_build_number` to auto-bump build numbers. 5. **Automate TestFlight uploads** — Trigger on every successful merge to staging. 6. **Set export compliance** — Automate in the iOS Info configuration or Fastlane to avoid metadata pauses.

See [Fastlane and Match setup examples](references/implementation.md)

Anti-Patterns

  • **No Manual CI Signing**: Use Match for automated certificate management
  • **No Certificates in Repo**: Use private git repo for Match certificates
  • **No Manual Versioning**: Use Fastlane `increment_build_number` for build numbers

References

  • [Fastlane & Signing Setup](references/implementation.md)

Canonical response anchors

When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:

  • Info.plist,info

Remediation anchors

  • Remediation anchors: PROVISIONING_PROFILE_SPECIFIER, Fastfile, fastlane match
Read more
Ships withagent-skills-standard

The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.

Get the whole plugin

Other skills on agent-skills-standard.