This handles the full macOS notarization pipeline: archive your app with xcodebuild, export it with Developer ID signing, zip it up, and submit it to Apple's notarization service using the asc CLI. It covers the annoying edge cases like broken trust settings on certificates and missing secure timestamps that can derail a release. The skill uses the newer Notary API v2 instead of notarytool, supports streaming uploads for large files, and includes practical commands for checking status and debugging failures through Apple's developer logs. If you distribute Mac apps outside the App Store, this gives you the complete workflow in one place instead of hunting through Apple's documentation every time.
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-notarization