gpd-submission-health

rudrankriyam/app-store-connect-cli-skills · updated Apr 8, 2026

$npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill gpd-submission-health
0 commentsdiscussion
summary

Use this skill to reduce Play Console submission failures and validate readiness.

skill.md

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.app

2. Confirm release status

gpd publish status --package com.example.app --track production

Check:

  • Release status is expected (draft, inProgress, or completed).
  • 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.app

4. Verify screenshots and assets

gpd publish images list phoneScreenshots --package com.example.app --locale en-US
gpd publish assets spec

5. Upload deobfuscation mapping (if needed)

gpd publish deobfuscation upload mapping.txt --package com.example.app --type proguard --version-code 123

Submit to production

gpd publish release --package com.example.app --track production --status inProgress --version-code 123

Common 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-US

Policy 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 validate before committing large changes.
  • Use --dry-run where available before destructive actions.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.644 reviews
  • Aarav Abebe· Dec 28, 2024

    Registry listing for gpd-submission-health matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Liam Garcia· Dec 20, 2024

    gpd-submission-health fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Charlotte Huang· Dec 16, 2024

    I recommend gpd-submission-health for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Charlotte Kim· Dec 12, 2024

    Keeps context tight: gpd-submission-health is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Dhruvi Jain· Dec 8, 2024

    gpd-submission-health fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Oshnikdeep· Nov 27, 2024

    gpd-submission-health is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Luis Srinivasan· Nov 11, 2024

    gpd-submission-health is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kaira Chen· Nov 7, 2024

    Solid pick for teams standardizing on skills: gpd-submission-health is focused, and the summary matches what you get after install.

  • Luis Jain· Nov 3, 2024

    We added gpd-submission-health from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Isabella Malhotra· Oct 26, 2024

    gpd-submission-health has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 44

1 / 5