claudeers.
// Claude Skills

app-store-connect-skill

Claude Code skill that scans an iOS project and auto-generates a copyable App Store Connect submission report.

// Claude Skills[ api ][ desktop ][ web ][ mobile ][ claude ]#claude#app-store-connect#automation#claude-code#ios#skill#skills$open-sourceupdated about 1 month ago
Actively maintained
90/100
last commit about 1 month ago
last release none
releases 0
open issues 0
// star history+1 this week

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.
// or install directly (claude-skill)
# copy the skill dir into your project:
# .claude/skills/app-store-connect-skill/   (or ~/.claude/skills/app-store-connect-skill/ for all projects)
// or clone
git clone https://github.com/JeremyLai99/app-store-connect-skill

// compatibility

Platformsapi, desktop, web, mobile
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageHTML

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.

0 views
13 stars
unclaimed
updated about 1 month ago

// embed badge

app-store-connect-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/app-store-connect-skill.svg)](https://claudeers.com/app-store-connect-skill)

// retro hit counter

app-store-connect-skill hit counter
[![Hits](https://claudeers.com/api/counter/app-store-connect-skill.svg)](https://claudeers.com/app-store-connect-skill)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

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,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how app-store-connect-skill connects across the ecosystem