What problem does it solve? Setting up Apple code signing involves many manual steps across App Store Connect: creating bundle IDs, enabling capabilities, generating certificates, and building provisioning profiles. This Skill automates that entire workflow through the asc CLI, including rotation, cleanup, and encrypted team sharing of signing assets. ## Core Features & Use Cases - Bundle ID and capability setup: Create bundle identifiers and attach capabilities like iCloud with the correct settings payloads. - Certificate and profile lifecycle: Generate CSRs, create distribution or Pass Type ID certificates, build provisioning profiles, and download, inspect, or install them locally. - Rotation and team sync: Revoke old certificates, audit expired profiles, clean local Xcode profiles, and push/pull encrypted signing assets to a git repo as a fastlane match alternative. - Use Case: When onboarding a new iOS app, run the workflow to create the bundle ID, enable capabilities, generate a distribution certificate, and produce an App Store provisioning profile in one guided sequence. ## Quick Start Set up signing for my iOS app with bundle ID com.example.app, including a distribution certificate and an App Store provisioning profile.