What problem does it solve? Managing Google Play store listing screenshots across locales and device types is error-prone: wrong image counts, dimensions, or formats cause rejected uploads, and manual uploads through the Play Console do not scale. This Skill automates validation and upload of listing graphics through the gplay CLI. ## Core Features & Use Cases - Pre-upload validation: Run gplay validate screenshots against a Fastlane-style metadata directory to catch count, dimension, and format issues before uploading. - Bulk and individual uploads: Import an entire locale tree with gplay sync import-images, upload single images with gplay images upload, or attach screenshots to a release via gplay release --screenshots-dir. - Replace and verify flows: Clear existing screenshots with images delete-all --confirm and verify live images with gplay images list. - Use Case: You have localized screenshots for en-US and de-DE organized by device type. Validate the tree, import all images into an edit, validate the edit, and commit it to update the Play listing in one scripted flow. ## Quick Start Ask the agent to validate the screenshots in ./metadata and upload them to the Google Play listing for your package using gplay.