Gplay Submission Checks
Gplay Submission Checks verifies your app’s Google Play Store listing meets requirements, saving you time and potential rejections.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gplay-submission-checks npx -- -y @trustedskills/gplay-submission-checks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gplay-submission-checks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gplay-submission-checks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to perform checks on Google Play application submissions using the gplay command-line interface. It validates submission metadata, including package name and version code, ensuring they match expected values before a release. The skill can also verify that required files are present in the submission bundle.
When to use it
- Pre-release validation: Before publishing an app update, automatically check if all submission details are correct.
- Automated build pipelines: Integrate checks into your CI/CD pipeline to prevent incorrect submissions from reaching Google Play.
- Release candidate review: Quickly verify the integrity of a release candidate before wider distribution.
- Troubleshooting submission errors: Diagnose issues related to mismatched metadata or missing files during submission attempts.
Key capabilities
- Validates package name and version code against expected values.
- Checks for the presence of required files in the submission bundle.
- Uses the
gplaycommand-line interface for execution.
Example prompts
- "Check if my Google Play submission is valid."
- "Verify that the package name 'com.example.app' and version code 123 are correct for my submission."
- "Confirm all required files exist in my submission bundle before I release it."
Tips & gotchas
- Requires the
gplayCLI tool to be installed and configured with appropriate credentials. - The skill relies on accurate configuration of expected package names, version codes, and file lists for effective validation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.