
Gpd Submission Health
- 31 installs
- 6 repo stars
- Updated July 3, 2026
- rudrankriyam/gpd-cli-skills
Helps with ai & agent building tasks.
About
gpd-submission-health is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- gpd-submission-health
- AI & Agent Building
- AI-coding skill
Gpd Submission Health by the numbers
- 31 all-time installs (skills.sh)
- Ranked #9,202 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rudrankriyam/gpd-cli-skills --skill gpd-submission-healthAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31 |
|---|---|
| repo stars | ★ 6 |
| Last updated | July 3, 2026 |
| Repository | rudrankriyam/gpd-cli-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
GPD Submission Health
Use this skill to reduce Play Console submission failures and validate readiness.
Preconditions
- Auth configured and package name resolved.
- Build uploaded and available for the target track.
- Store listing metadata and assets updated.
Pre-submission checklist
1. Validate edit (if using edit lifecycle)
gpd publish edit validate EDIT_ID --package com.example.app2. Confirm release status
gpd publish status --package com.example.app --track productionCheck:
- Release status is expected (
draft,inProgress, orcompleted). - Version code matches the uploaded build.
3. Verify store listing metadata
gpd publish listing get --package com.example.app
gpd publish details get --package com.example.app4. Verify screenshots and assets
gpd publish images list phoneScreenshots --package com.example.app --locale en-US
gpd publish assets spec5. Upload deobfuscation mapping (if needed)
gpd publish deobfuscation upload mapping.txt --package com.example.app --type proguard --version-code 123Submit to production
gpd publish release --package com.example.app --track production --status inProgress --version-code 123Common submission issues
Release not in valid state
Check: 1. Version code uploaded and attached to the track. 2. Edit validation passes. 3. Required store listing fields present for all locales.
Missing screenshots or assets
Use:
gpd publish images list phoneScreenshots --package com.example.app --locale en-US
gpd publish images upload icon icon.png --package com.example.app --locale en-USPolicy declarations not complete
Some policy/compliance items must be completed in Play Console UI. Confirm in the console if CLI operations pass but submission is blocked.
Notes
- Use
gpd publish edit validatebefore committing large changes. - Use
--dry-runwhere available before destructive actions.