app-release
End-to-end pipeline for releasing an iOS / watchOS app to TestFlight and the App Store. Use when the user wants to publish, ship, or release an iOS/watchOS app, get a build onto TestFlight, archive and upload via xcodebuild, deploy a CloudKit schema to Production, set App Privacy or export compliance, mint a Distribution certificate, or work through App Store Connect / Apple Developer portal steps. Triggers on 'continue publishing', 'ship the app to TestFlight', 'release the iOS app', 'upload a build', 'deploy CloudKit to production', 'App Privacy labels', 'distribution signing', or any cryptic Apple upload error (cloud signing, 90057 missing CFBundleShortVersionString, 90474 orientation). macOS and Xcode only.
适合你,如果经常需要手动完成 iOS 应用发布的繁琐步骤
npx oh-my-skill add glebis/claude-skills/app-releasecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/app-releasenpx oh-my-skill verify glebis/claude-skills/app-release怎么用
商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准装上后,Claude会指导你完成iOS/watchOS应用从签名、归档、上传到TestFlight的发布流程,处理CloudKit部署、出口合规、隐私设置等步骤,并自动排查常见Apple上传错误。
当你要求发布或上传iOS/watchOS应用到TestFlight/App Store,例如说“发布应用到TestFlight”或“上传构建”,且使用macOS和Xcode时触发。