A Codex skill for preparing App Store Connect launch materials. It helps an agent audit an app locally, refresh current Apple requirements from official sources, and produce bilingual App Store metadata, privacy notes, screenshot/review notes, and launch TODOs.
- App Store Connect metadata in English and Simplified Chinese.
- ASO-friendly naming, subtitles, promotional text, descriptions, and keywords.
- Privacy, pricing, category, icon, screenshot, and review-prep notes.
- A reusable metadata document based on
references/output-template.md. - Length checks for common App Store fields through
scripts/check_metadata_lengths.py.
Clone this repository into your Codex skills directory:
git clone https://github.com/Leochens/skill-app-store-launch-prep.git ~/.codex/skills/app-store-launch-prepThen ask Codex:
Use $app-store-launch-prep to prepare bilingual App Store Connect metadata for this app.
This skill starts from the local project files before writing launch copy. It should inspect README files, app configuration, bundle IDs, icons, privacy/legal docs, payments, analytics, network surfaces, and screenshots or design docs when they exist.
When producing publish-ready material, the agent should verify the latest App Store Connect constraints from official Apple sources. If live browsing is unavailable, treat generated copy as a draft that still needs final Apple-side verification.
Run the bundled checker:
python3 scripts/check_metadata_lengths.py \
--name-en "App Name" \
--subtitle-en "Subtitle" \
--keywords-en "keyword,keyword" \
--promo-en "Promotional text"SKILL.md Skill instructions
agents/openai.yaml Codex UI metadata
references/output-template.md App Store metadata template
scripts/check_metadata_lengths.py Field length checker
This skill is part of GuanTou Lab's personal agent workflow toolkit. Visit GuanTou World to see the broader project and product universe.
MIT License. See LICENSE.