Skip to content
Development
Skill

/app-store-submission-packager

Prepare iOS App Store and Google Play submissions—metadata, assets, compliance checks, and release checklist. Use before store upload or review submission.

From plugin
awesome-agent-skill
26200 skills4 commands
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --skill app-store-submission-packager --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/app-store-submission-packager

Context preview

The summary Claude sees to decide when to auto-load this skill.

Prepare iOS App Store and Google Play submissions—metadata, assets, compliance checks, and release checklist. Use before store upload or review submission.

SKILL.md

app-store-submission-packager.SKILL.md
name: app-store-submission-packager
description: "Prepare iOS App Store and Google Play submissions—metadata, assets, compliance checks, and release checklist. Use before store upload or review submission."
allowed-tools: Read, Glob, Grep

App Store Submission Packager

Checklist-driven preparation for mobile store submissions. Does not handle credentials or automated upload unless user explicitly configures CI with secrets.

When to use

  • First submission or major version bump
  • Review rejection remediation
  • Cross-platform release alignment

When not to use

  • Internal TestFlight/Play internal testing only (see `ios-testflight-github-actions`)
  • Web-only deploy

Pre-submission checklist

App binary

  • [ ] Version and build number incremented
  • [ ] Release configuration (no debug flags, correct signing)
  • [ ] Privacy-sensitive APIs declared (iOS Privacy Manifest / Play Data safety)

Metadata

  • [ ] App name, subtitle, description localized as needed
  • [ ] Keywords / category appropriate
  • [ ] Support URL and privacy policy URL live
  • [ ] Age rating questionnaire complete

Assets

  • [ ] Icons all required sizes
  • [ ] Screenshots per device class / locale
  • [ ] Preview video if used

Compliance

  • [ ] Export compliance / encryption questions answered
  • [ ] Third-party SDK disclosures (ATT, analytics, payments)
  • [ ] In-app purchase or subscription metadata if applicable

Testing

  • [ ] Smoke test on physical device
  • [ ] Login, payments, push (if used) verified on production-like build

Platform notes

| Platform | Common rejection causes | |----------|-------------------------| | iOS | Incomplete metadata, broken links, guideline 4.x privacy, login demo missing | | Android | Data safety form mismatch, target API level, permissions justification |

Output

  • Completed checklist with blockers highlighted
  • Draft release notes for store listing
  • List of assets still missing

Safety

  • Never commit provisioning profiles, keystores, or API keys
  • Use team secret stores for signing material

*Clean-room workflow inspired by mobile release patterns; not copied from external repos.*

Read more
Ships withawesome-agent-skill

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Get the whole plugin

Other skills on awesome-agent-skill.