원클릭으로
appstoreconnect
Manage App Store Connect metadata via the ASC API. Usage: /appstoreconnect
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage App Store Connect metadata via the ASC API. Usage: /appstoreconnect
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Safely GC stale agent cruft (worktrees, registrations, tmux windows, agent rows). Offers to PR un-merged work first; reports isolation clones. Usage: /ctf-clean [--dry-run]
When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For screenshot design, see screenshot-optimization. For metadata optimization, see metadata-optimization.
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B testing, see ab-test-store-listing. For retention metrics, see retention-optimization.
When the user wants to plan a launch strategy for a new app or major update. Also use when the user mentions "app launch", "launch plan", "launch checklist", "pre-launch", "launch day", or "how to launch my app". For ongoing ASO after launch, see aso-audit. For paid acquisition during launch, see ua-campaign.
When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app positioning", or when starting any ASO or app marketing project. This is the foundation skill — all other skills check for this context first.
When the user wants to get featured on the App Store or understand the editorial process. Also use when the user mentions "get featured", "App Store editorial", "App of the Day", "Today tab", "Apple featuring", or "how to get Apple to feature my app". For launch strategy, see app-launch. For ASO optimization, see aso-audit.
| name | appstoreconnect |
| description | Manage App Store Connect metadata via the ASC API. Usage: /appstoreconnect |
| metadata | {"version":"2.0.0"} |
tool: tools/asc/ (or your own ASC API wrapper) run: cd tools/asc && npx tsx bin/asc.ts
list-apps: list all apps get-app : name, subtitle per locale get-version : keywords, description, whatsNew update-info --name "..." --subtitle "..." update-version --keywords "..." --description "..." --whats-new "..."
Rename: list-apps -> get-app -> update-info --name --subtitle Update Keywords: list-apps -> get-version -> update-version --keywords
Name: 30ch, Subtitle: 30ch, Keywords: 100ch comma-separated Name/subtitle changes need new version+review. Keywords can update on existing versions. ALWAYS get-app/get-version first for localization IDs (change between versions).