What problem does it solve? Preparing screenshots for App Store Connect submission is error-prone: Apple rejects images with wrong dimensions, alpha transparency, or non-sRGB color spaces, and its accepted size matrix changes over time. This Skill provides a repeatable workflow to discover current size requirements, sanitize, resize, and validate screenshots before upload. ## Core Features & Use Cases - Dynamic Size Discovery: Queries the asc CLI for the current accepted screenshot dimensions per device type instead of relying on hard-coded tables. - Image Sanitization: Strips alpha transparency, converts color spaces to sRGB, and fixes hidden Unicode characters in filenames using sips and Python. - Batch Resize and Validation: Resizes PNG screenshots to target device dimensions and validates them with asc before upload. - Use Case: You have a folder of iPhone screenshots rejected by App Store Connect for alpha channels. Use this Skill to batch-strip alpha, resize to the IPHONE_65 target, and validate the output before uploading. ## Quick Start Resize and validate the screenshots in my ./screenshots folder for the IPHONE_65 device type so they are ready for App Store Connect upload.