一键导入
store-metadata
Generate and upload store metadata (title, description, keywords, release notes) for App Store and Google Play in multiple languages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate and upload store metadata (title, description, keywords, release notes) for App Store and Google Play in multiple languages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up AdMob app and create ad units (banner, interstitial, rewarded) via Python+Playwright automation. Saves ad unit IDs to project config.
Install deployment prerequisites and create fastlane directory structure for Expo apps. Use when setting up a new project for store deployment.
Submit app binary to App Store and Google Play via EAS Submit. Handles submission configuration and post-submission metadata upload.
Fill App Store Connect and Google Play Console forms via Python+Playwright automation. Handles age rating, privacy, data safety, content rating, export compliance, IDFA, target audience, and ads declaration.
Build Expo app for production using EAS Build. Supports local and cloud builds for iOS and Android.
Main orchestrator for Expo app store deployment. Use when deploying apps, publishing to stores, or running the full deployment pipeline. Routes to sub-skills: store-setup, store-build, store-screenshots, store-metadata, store-forms, store-submit, store-admob.
| name | store-metadata |
| description | Generate and upload store metadata (title, description, keywords, release notes) for App Store and Google Play in multiple languages. |
| argument-hint | [ios|android|both] |
Check fastlane/metadata/ for existing files. Read app.json for app info.
Generate compelling, store-optimized metadata in all configured languages (minimum: en-US, ko).
| File | Max Length | Content |
|---|---|---|
name.txt | 30 chars | App name |
subtitle.txt | 30 chars | Short tagline |
description.txt | 4000 chars | Full description with features, benefits |
keywords.txt | 100 chars | Comma-separated, no spaces after commas |
promotional_text.txt | 170 chars | Current promotion or highlight |
release_notes.txt | 4000 chars | What's new in this version |
support_url.txt | - | Support URL |
marketing_url.txt | - | Optional marketing URL |
| File | Max Length | Content |
|---|---|---|
title.txt | 30 chars | App title |
short_description.txt | 80 chars | Brief description |
full_description.txt | 4000 chars | Full description |
changelogs/default.txt | 500 chars | Release notes |
Write actual content, not placeholders. Use the app's features and purpose to create compelling copy.
For Korean (ko / ko-KR), write natural Korean — not machine-translated.
iOS:
fastlane ios upload_metadata
Android:
fastlane android upload_metadata
Note: Google Play requires at least one AAB upload before metadata. If upload fails with "app not found", inform the user to run /store-submit first.
Metadata Complete
=================
Languages: en-US, ko
iOS: fastlane ios upload_metadata ✓
Android: fastlane android upload_metadata ✓