gplay-submission-checks

Validate Google Play releases for bundle integrity, metadata, and policy compliance.

43|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-submission-checks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-submission-checks
Source: https://github.com/tamtom/gplay-cli-skills/tree/main/skills/gplay-submission-checks
Command: npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-submission-checks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents common Google Play release rejections and submission errors by performing comprehensive pre-submission validation checks on your app's build, metadata, and compliance.

Core Features & Use Cases

  • Bundle Validation: Verifies the integrity and format of your AAB or APK.
  • Metadata & Screenshot Checks: Ensures store listing text and images meet Play Store requirements.
  • Compliance Checks: Validates target API level, data safety declarations, and permission usage.
  • Dry Run Release: Simulates the entire release process without committing changes.
  • Use Case: Before submitting a new version of your app, use this Skill to automatically check that your targetSdkVersion is up-to-date, your release notes are correctly formatted, and your AAB is valid, catching potential rejections before they happen.

Quick Start

Run all pre-submission checks for your app using the gplay-submission-checks skill.

Frequently Asked Questions about gplay-submission-checks

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

FAQPage Schema
How do I validate my AAB before submitting to the Google Play Store?

To validate an AAB before Google Play submission, perform pre-submission checks to verify bundle integrity, format, and version code conflicts. This ensures your app bundle meets store requirements and prevents common upload rejections.

What is checked during Google Play pre-submission validation?

Google Play pre-submission validation checks bundle integrity, store listing metadata, screenshots, data safety declarations, and policy compliance. It also verifies target API levels, version code conflicts, and mapping file uploads.

Can I run Google Play submission checks in a CI/CD pipeline?

Yes, you can run Google Play submission checks in a CI/CD pipeline. The validation facilitates release pipeline integration by enabling dry runs and validating edits server-side before committing changes.

How do I prevent Google Play app submission rejections for outdated target API levels?

To prevent Google Play app submission rejections for outdated target API levels, use automated pre-submission validation. These compliance checks verify your targetSdkVersion is up-to-date and meets current Play Store policy requirements.

Does Google Play validation check store listing metadata and screenshots?

Yes, Google Play validation checks store listing metadata and screenshots. It ensures your store listing text and images meet Play Store formatting requirements before the app version is submitted.

What is a dry run release for Google Play and when do I need it?

A dry run release for Google Play simulates the entire release process without committing changes. You need it during pre-submission validation to catch potential rejections and verify edits server-side before actual deployment.