What problem does it solve?
Manual creation of App Store screenshots is slow, error-prone, and difficult to keep consistent across locales and device sizes; this skill generates a reproducible pipeline that captures UI test screenshots, adds localized marketing captions, applies device frames, and exports the exact pixel sizes required by App Store Connect.
Core Features & Use Cases
- XCUITest capture: Generates UI test classes and helpers to reliably navigate to screens and capture simulator screenshots.
- Post-processing: Adds localized caption overlays, applies device frames, and exports images at precise App Store dimensions for multiple devices and orientations.
- Localization & sample data: Detects existing localizations, seeds sample content for attractive captures, and produces per-locale output folders.
- CI and tooling integration: Produces an export script and guidance for Xcode Cloud, GitHub Actions, and optional fastlane orchestration, plus a separate test plan to keep screenshot tests isolated.
- Use Case: Replace manual screenshot workflows or fastlane snapshot with an end-to-end pipeline to generate store-ready screenshots for each release.
Quick Start
Use the generators-screenshot-automation skill to generate an XCUITest-based screenshot pipeline configured for iPhone 6.7, en-US localization, device frames, and a CI-ready export script.