What problem does it solve? Producing App Store screenshots manually across devices and locales is slow and error-prone. This Skill orchestrates the full pipeline: building and launching an iOS app on simulators, driving the UI with AXe, framing screenshots with Koubou, and uploading them to App Store Connect with the asc CLI. ## Core Features & Use Cases - Plan-driven capture: Define screenshot steps in a JSON plan (.asc/screenshots.json) and execute them with asc screenshots run or AXe primitives like tap, type, and screenshot. - Deterministic framing: Frame raw screenshots with Koubou 0.18.1 pinned device frames (e.g., iphone-air, iphone-17-pro) via asc screenshots frame. - Review and upload workflow: Generate review artifacts, approve them, then upload with asc screenshots upload or the plan/apply flow for multi-locale batches. - Multi-locale and parallel capture: Map locales to dedicated simulator UDIDs, set simulator-wide locale defaults, and run captures in parallel for speed. - Use Case: You need App Store screenshots in five locales. Configure per-locale simulators, run the parallel capture script, frame all outputs, review them, and upload each locale set to its version localization. ## Quick Start Ask the agent to build the app on a booted simulator, run the screenshot plan in .asc/screenshots.json, frame the results for iphone-air, and upload them to App Store Connect.