
app-store-connect-skill
Claude Code skill that scans an iOS project and auto-generates a copyable App Store Connect submission report.
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up app-store-connect-skill (claude-skill project) into my current project. Found on https://claudeers.com/app-store-connect-skill Repo: https://github.com/JeremyLai99/app-store-connect-skill Homepage/docs: — Detected install method: claude-skill → # copy this skill into .claude/skills/app-store-connect-skill/ Category: skills. Platforms: api, desktop, web, mobile. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
# copy the skill dir into your project: # .claude/skills/app-store-connect-skill/ (or ~/.claude/skills/app-store-connect-skill/ for all projects)
git clone https://github.com/JeremyLai99/app-store-connect-skill
// compatibility
| Platforms | api, desktop, web, mobile |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | HTML |
app-store-connect-skill
Claude Code skill:掃描 iOS App 專案(Expo / React Native bare / 純 Xcode 皆可),依 Apple 官方選項與問卷結構,把 App Store Connect 需要填的每個欄位都推斷出來,輸出成一份可複製貼上的深色/淺色雙主題 HTML 報告。
內容
app-store-connect-skill/
├── SKILL.md # 主流程與硬性規則
├── references/
│ ├── scan-targets.md # 掃描哪些檔案、找什麼(app.json/Info.plist/i18n/後端 schema 等)
│ ├── field-structure.md # App Store Connect 完整欄位地圖,按實際填寫順序排列
│ └── questionnaires.md # 年齡分級(7 步)與 App 隱私權(4 階段)問卷的完整官方選項
└── assets/
└── template.html # 報告輸出用的 HTML/CSS 骨架(含 <!-- FILL --> 標記)
用途
準備/更新 App Store 上架資料時,省去手動對照 App Store Connect 每一頁、每一題官方選項的時間。每個欄位都標記三種類型之一:
SCAN— 直接從專案檔案讀到的值,照抄並附掃描來源LLM 推斷— 需要比對 Apple 官方選項才能得出的值,附「偵測依據」+「配對邏輯」兩段推理USER— 只有使用者自己知道的資料(帳密、私人 URL、SKU 等),一律留空、不代填、不借用其他專案的真實值
安裝
git clone https://github.com/<你的帳號>/app-store-connect-skill.git ~/Desktop/app-store-connect-skill
mkdir -p ~/.claude/skills
ln -s ~/Desktop/app-store-connect-skill ~/.claude/skills/app-store-connect-skill
裝好後 Claude Code 會自動偵測到這個 skill(實測可熱載入,當前 session 即可用;若沒出現,重開 session 即可)。
使用方式
在任何有 iOS App 的專案裡開一個 Claude Code session,直接問類似「幫我準備這次 App Store 上架的資料」「這次上架要填什麼」,或明確叫用 app-store-connect-skill,就會照 SKILL.md 的流程掃描專案並輸出報告。
已知限制
- 選單內容(類別清單、問卷選項)以使用者截圖或當下 App Store Connect 頁面為準;Apple 會不定期調整選項,references 內容是實測記錄,不是官方 API,需定期核對。
- 訂閱/內購/定價區塊只有偵測到
*.storekit或訂閱 SDK 才會生成,避免產出空殼內容。 - 不會、也不應該自動送出或修改 App Store Connect 上的任何資料——純粹產出參考報告,實際填寫與送審仍由使用者手動操作。
更新流程
改了 skill 內容 → git add -A && git commit -m "..." && git push(symlink 讓改動立即生效,push 只是備份)
// faq
What is app-store-connect-skill?
Claude Code skill that scans an iOS project and auto-generates a copyable App Store Connect submission report.. It is open-source on GitHub.
Is app-store-connect-skill free to use?
app-store-connect-skill is open-source, so it is free to use.
What category does app-store-connect-skill belong to?
app-store-connect-skill is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/app-store-connect-skill)
// retro hit counter
[](https://claudeers.com/app-store-connect-skill)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…