This orchestrates the full iOS screenshot automation loop: build your app with xcodebuild, drive the UI with AXe actions defined in a JSON plan, frame the raw screenshots with Koubou, and upload them via the asc CLI. It's useful when you need reproducible screenshot capture for App Store Connect, especially across multiple locales or devices. The framing step is pinned to Koubou 0.18.1 for deterministic output, and the multi-locale flow uses dedicated simulator UDIDs with system-level language settings rather than unreliable launch arguments. The screenshot automation commands in asc are still marked experimental, so expect some rough edges. If you're hand-capturing screenshots or manually uploading every release, this turns that into a script you can version and repeat.
npx skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-shots-pipeline