Handles the full macOS notarization workflow using xcodebuild and the asc CLI tool instead of xcrun notarytool. It walks you through archiving your app, exporting with Developer ID signing, zipping it up, and submitting to Apple's notary service. The preflight checks are genuinely helpful, especially the trust settings troubleshooting that catches a common certificate chain issue that breaks codesigning. Also covers stapling tickets for offline verification and notarizing DMG or PKG files if you need installer packaging. The asc tool uses Apple's v2 API with streaming uploads and automatic multipart handling for large files, which is cleaner than dealing with notarytool's quirks.
npx skills add https://github.com/rudrankriyam/asc-skills --skill asc-notarization