whatisgithub

What is app-store-connect-skill?

jeremylai99/app-store-connect-skill — explained in plain English

Analysis updated 2026-05-18

12HTMLAudience · developerComplexity · 2/5Setup · easy

In one sentence

A Claude Code skill that scans an iOS project and generates a copy-pasteable HTML report of what to fill into App Store Connect.

Mindmap

mindmap
  root((App Store Connect skill))
    What it does
      Scans iOS project
      Infers submission fields
      Outputs HTML report
    Tech stack
      Claude Code skill
      HTML CSS template
      iOS project files
    Use cases
      Prep App Store submission
      Age rating questionnaire
      Privacy questionnaire
    Audience
      iOS developers
    Notes
      Never submits automatically
      Options need periodic recheck

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate a reference report of App Store Connect fields before submitting a new iOS app.

USE CASE 2

Quickly see which submission fields can be auto-filled from the project versus which need manual input.

USE CASE 3

Prepare age rating and app privacy questionnaire answers based on Apple's official option sets.

USE CASE 4

Check whether subscription or in-app purchase fields apply based on detected StoreKit usage.

What is it built with?

HTMLCSSClaude CodeiOS

How does it compare?

jeremylai99/app-store-connect-skillagentzh/agentzh.orgcaseclose/cma-harness
Stars121212
LanguageHTMLHTMLHTML
Last pushed2017-04-06
MaintenanceDormant
Setup difficultyeasyeasyhard
Complexity2/51/55/5
Audiencedeveloperwriterresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Installed by cloning the repo and symlinking it into the Claude Code skills directory, requires an iOS project to scan.

No license information is provided in the README.

So what is it?

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.

Copy-paste prompts

Prompt 1
Scan this iOS project and help me prepare the data needed for this App Store submission.
Prompt 2
Use the app-store-connect-skill to generate a submission report for my Expo iOS app.
Prompt 3
Explain which fields in the generated report are SCAN values versus values I need to fill in myself.
Prompt 4
Help me set up this skill by symlinking it into my Claude Code skills folder.

Frequently asked questions

What is app-store-connect-skill?

A Claude Code skill that scans an iOS project and generates a copy-pasteable HTML report of what to fill into App Store Connect.

What language is app-store-connect-skill written in?

Mainly HTML. The stack also includes HTML, CSS, Claude Code.

What license does app-store-connect-skill use?

No license information is provided in the README.

How hard is app-store-connect-skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is app-store-connect-skill for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.