Skip to content

Repository files navigation

App Store Launch Prep

中文说明

GuanTou Lab

App Store Launch Prep preview

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.

What It Helps With

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

Installation

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-prep

Then ask Codex:

Use $app-store-launch-prep to prepare bilingual App Store Connect metadata for this app.

Usage Notes

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"

Repository Layout

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

More From GuanTou Lab

This skill is part of GuanTou Lab's personal agent workflow toolkit. Visit GuanTou World to see the broader project and product universe.

License

MIT License. See LICENSE.

About

Codex skill for preparing bilingual App Store Connect launch materials.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages