What problem does it solve?
Filling App Store Connect and Google Play Console forms is tedious and error-prone; this skill automates the entire submission workflow using Python+Playwright, handling age rating, privacy, data safety, content rating, export compliance, IDFA, target audience, and ads declarations.
Core Features & Use Cases
- Automates end-to-end store submission form filling for iOS and Android using Python+Playwright
- Analyzes app configuration files (app.json / app.config.ts, package.json) to determine required fields and generates a forms_config.json
- Manages credentials via the built-in credential manager and supports dry-run, per-form execution, and manual fallback when UI elements change
- Allows running only specific forms (e.g., age_rating, content_rating, privacy) and provides comprehensive failure reporting
- Stores error screenshots and troubleshooting guidance, with a clear report of completed forms for both platforms
- Provides an end-to-end path for submitting new apps or updates across App Store Connect and Google Play
Quick Start
Run the Python scripts in the store-forms skill to automatically fill App Store Connect and Google Play Console forms for your project.