← ClaudeAtlas

ios-appstore-release-managerlisted

Prepare, validate, localize, and safely fill App Store Connect release metadata from project Markdown forms. Use when creating a new iOS release form, drafting or translating descriptions, promotional text, localized keywords, and What's New, checking App Store character limits or model names, binding an uploaded build, or filling a release draft in an existing Chrome login session without submitting it for review.
flaqai/ios-application-development-skills · ★ 4 · Data & Documents · score 75
Install: claude install-skill flaqai/ios-application-development-skills
# iOS App Store Release Manager Keep release-specific data in the project's `docs/app-store-connect/releases/` directory. Keep this Skill limited to workflow, schema, and tooling. Read [references/release-form-schema.md](references/release-form-schema.md) before creating, validating, translating, or filling a release. Read [references/aso-handoff-schema.md](references/aso-handoff-schema.md) before importing ASO copy. Read [references/release-version-table.md](references/release-version-table.md) when comparing existing versions or adding a new version row. ## Workflow 1. Locate the repository root and determine whether it is Flutter or native Xcode. Prefer explicit `--version` plus `--build`, then Flutter `pubspec.yaml`, then Xcode build settings. Never guess among multiple workspaces, projects, or schemes; request `--workspace`, `--project`, or `--scheme`. 2. Choose the translation source locale with the user. Use any App Store Connect locale as the source; default to `zh-Hans` only when the user has no preference. Run `python3 <skill-dir>/scripts/release_form.py new --repo <repo> --source-locale <locale>` when a form does not exist. It reads the current version/build, finds the latest previous form, and creates a schema 8 draft. 3. If `$app-store-aso` produced an `aso-handoff.json`, import it only after validation with `python3 <skill-dir>/scripts/release_form.py import-aso <handoff> <form>`. Import only description, promotional text, keywords, and What's New. Keep App