gplay-submission-checks

Validate Android AAB/APK bundles against Google Play submission requirements.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-submission-checks-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-submission-checks
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/android-dev/skills/gplay-submission-checks
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill gplay-submission-checks-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-submission validation for Google Play releases, covering metadata, screenshots, bundle integrity, data safety, and policy compliance. Use this skill to reduce rejections and catch issues before submitting.

Core Features & Use Cases

  • Validate Bundle Integrity (AAB/APK) and manifest structure.
  • Validate Store Listing Metadata (title, short/long descriptions, required fields, UTF-8).
  • Validate Screenshots across device types with minimum and maximum counts.
  • Data Safety Declaration checks to ensure compliance.
  • Version Code checks and release readiness across tracks.
  • Dry-run support to simulate the release without pushing changes.

Quick Start

Provide your release bundle and metadata to run the pre-submission checks and obtain a validated report.

Frequently Asked Questions about gplay-submission-checks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent my Android app from getting rejected on Google Play submission?

Pre-submission validation checks prevent Google Play submission rejections by verifying AAB/APK bundle integrity, store listing metadata, screenshots, and data-safety declarations. This ensures required fields exist, assets are correct, and version codes are increasing before you submit.

What does a Google Play data safety declaration check validate?

A Google Play data safety declaration check validates your app's compliance metadata to ensure sensitive permissions declarations and required policy fields are correctly configured before submission. This enforces Play Console requirements to prevent rejections related to data security practices.

Can I simulate an Android app release without pushing changes to the Play Console?

Yes, you can simulate an Android app release without pushing changes by using a dry-run workflow. This allows you to catch pre-submission issues like incorrect store listing metadata or invalid version codes before the actual submission to the Play Console.

How do I validate store listing metadata for an Android app release?

You validate store listing metadata for an Android app release by checking that the title, short and long descriptions, and required fields exist and use UTF-8 encoding. This ensures your listing meets Play Console formatting requirements before submission.

What are the Play Console requirements for Android app screenshots across device types?

Play Console requirements for Android app screenshots involve validating assets across different device types by enforcing minimum and maximum screenshot counts. This ensures your store listing provides the correct visual assets for all required form factors.

Why does my Google Play release fail the target API level check?

Your Google Play release fails the target API level check because pre-submission validation enforces Play Console requirements for the target API level. This compliance check ensures your Android app meets the minimum API level standards before you submit your bundle.