jeremylai99/app-store-connect-skill — explained in plain English
Analysis updated 2026-05-18
Generate a reference report of App Store Connect fields before submitting a new iOS app.
Quickly see which submission fields can be auto-filled from the project versus which need manual input.
Prepare age rating and app privacy questionnaire answers based on Apple's official option sets.
Check whether subscription or in-app purchase fields apply based on detected StoreKit usage.
| jeremylai99/app-store-connect-skill | agentzh/agentzh.org | caseclose/cma-harness | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2017-04-06 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 1/5 | 5/5 |
| Audience | developer | writer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Installed by cloning the repo and symlinking it into the Claude Code skills directory, requires an iOS project to scan.
This is a Claude Code skill that scans an iOS app project, whether built with Expo, bare React Native, or plain Xcode, and works out what should go into each field of an App Store Connect submission. The output is a single HTML report, styled with both a dark and light theme, that a developer can copy and paste values from while filling out the actual App Store Connect form. The skill organizes its logic into a main instructions file plus reference documents covering which project files to scan, such as app.json, Info.plist, localization files, and backend schemas, a full map of App Store Connect's fields in the order they actually appear, and the complete official options for the age rating questionnaire and the app privacy questionnaire. Every field in the generated report is labeled with one of three types: values read directly from the project files, values inferred by comparing the project against Apple's official options, or values only the user could know, like account credentials or private URLs, which are always left blank rather than guessed or copied from another project. To install it, a user clones the repository and symlinks it into their Claude Code skills folder, after which Claude Code detects it automatically in new or existing sessions. It is used by asking Claude Code, inside a project containing an iOS app, to help prepare App Store submission information, or by invoking the skill by name. The README lists clear limits: the menu options and questionnaire choices reflect what the author observed in App Store Connect at the time and are not pulled from an official Apple API, so they may need periodic rechecking as Apple changes its forms. Subscription and in-app purchase sections are only generated when relevant StoreKit files or SDKs are detected, to avoid producing empty placeholder content. The skill explicitly does not submit or modify anything in App Store Connect itself, it only produces a reference report, and the user still fills in and submits the real form by hand.
A Claude Code skill that scans an iOS project and generates a copy-pasteable HTML report of what to fill into App Store Connect.
Mainly HTML. The stack also includes HTML, CSS, Claude Code.
No license information is provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.