ios-app-store-submission

ios-app-store-submission is a skill for Claude Code, Codex from osekkat/agent-skills. It costs 142 tokens per session (7,427 once invoked), scanned A, original, MIT.

A release workflow for packaging and submitting iOS apps to Apple's App Store using Fastlane or Expo's EAS tools. It covers native Swift apps and projects built with React Native, Expo, Flutter, or Capacitor.

In plain words
What is it for?
Use it to create an Xcode archive, configure signing, upload builds to TestFlight, and submit apps through App Store Connect.
Why use it?
It helps handle app archiving, code signing, validation, and uploading without having to piece together the release process yourself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create an Xcode archive, configure signing, upload builds to TestFlight, and submit apps through App Store Connect.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/osekkat/agent-skills/ios-app-store-submission
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add osekkat/agent-skills --skill ios-app-store-submission
Clone the repo
git clone --depth 1 https://github.com/osekkat/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ios-app-store-submission

README.md
[![agentmods](https://agentmods.dev/badge/skills/osekkat/agent-skills/ios-app-store-submission/github.svg)](https://agentmods.dev/skills/osekkat/agent-skills/ios-app-store-submission)
Your own site
<a href="https://agentmods.dev/skills/osekkat/agent-skills/ios-app-store-submission"><img src="https://agentmods.dev/badge/skills/osekkat/agent-skills/ios-app-store-submission/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ios-app-store-submission

Your own site · 80×15
<a href="https://agentmods.dev/skills/osekkat/agent-skills/ios-app-store-submission"><img src="https://agentmods.dev/badge/skills/osekkat/agent-skills/ios-app-store-submission.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00142 $0.07427
Opus 5 $0.00071 $0.03714
Sonnet 5 $0.00028 $0.01485
Haiku 4.5 $0.00014 $0.00743

Measured 12d ago against content hash 4edad74dbdaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ios-app-store-submission scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ios-app-store-submission/SKILL.md · 392 lines

How it starts

The opening of the file, as written. The whole thing — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.

iOS App Store Submission

Solo-developer pipeline for shipping iOS apps to the App Store. Two pipeline shapes:

  • Fastlane — own-your-pipeline, runs locally or on your CI. Right for native (Swift/UIKit) apps and bare React Native / Flutter / Capacitor projects without EAS.
  • EAS Build + Submit — Expo's hosted pipeline. Right for Expo apps and bare React Native projects already on EAS. Collapses Phases 1–4 into two CLI commands (eas build, eas submit).

Framework-aware build routing collapses to a single Xcode workspace (or a remote EAS build) before Phase 2; the rest of the pipeline is framework-agnostic.

Kernel: 11 axioms

  1. Apple changes the rules constantly. Xcode versions, App Review Guidelines, required-reason APIs, privacy-manifest rules, screenshot specs, and ITMS error codes all drift. The current source of truth is always App Store Connect + the live App Review Guidelines + the Xcode release notes for the version you're submitting from — never this skill. Verify before relying on any specific number, key name, or URL in the references.

  2. The .xcarchive is the choke point. Whatever the framework, Phase 2 must produce a valid archive with embedded dSYMs, a Distribution-signed binary, and a matching App Store provisioning profile. After that, the pipeline is identical regardless of framework.

  3. Signing failures masquerade as build failures. When gym or xcodebuild archive fails, suspect signing first: certificate expired, profile missing entitlement, bundle ID mismatch, "Automatically manage signing" fighting a manual profile, match repo out of sync. Read the exact error string in the log, not the build summary. Beware Xcode's cloud signing: a first archive can succeed without any local Distribution cert (Apple holds the key), then subsequent archives fail with No Accounts / No signing certificate "iOS Distribution" found once the cloud session lapses. Always create a local cert before relying on automatic signing for repeat builds — see references/OPERATOR-PATTERNS.md OP-4 through OP-6.

Read the full file on GitHub · 392 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 392 lines · 142 tokens per session scan A 4edad74dbdaa

Subscribe to this mod's changes

ios-app-store-submission is a skill published in the GitHub repository osekkat/agent-skills (8 stars, last pushed 4mo ago), licensed MIT. It adds 142 tokens to every session and 7,427 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

asc-ad-hoc-distribution

Prepare, publish, resume, and verify private iOS release-testing installs with asc distribute. Use when distributing an IPA to registered devices outside TestFlight, reconciling ad hoc profiles, publishing through caller-owned S3-compatible storage, or diagnosing a resumable private distribution run.

rorkai/app-store-connect-cli-skills · 62 tokens

suede-play-release

Suede Labs Google Play delivery skill: ship an Android release end to end from the agent interface, without opening the Play Console. Set up credentials, upload an AAB, promote between tracks, stage or complete a rollout, push per-locale release notes, and prove against the Play Developer API what is actually live.…

JasonColapietro/suede-creator-skills · 200 tokens

apple-app-delivery

Upload builds, distribute on TestFlight, manage metadata, submit for Beta/App Review, and release on the App Store using Apple's official CLIs and the App Store Connect API. Default stable delivery to APPSTORE so one build can be tested in TestFlight and later submitted to the App Store; choose TESTFLIGHTINTERNALONLY…

moritouch/apple-app-delivery · 125 tokens

eas-release

EAS builds, OTA updates and store submission. Use for eas.json profiles, safe OTA publishing, App Store or Play Store submission, store rejections, versioning and rollback.

AnilBurcu/claude-code-react-native · 40 tokens

prep-release

Pre-release audit for a React Native app. Use when the user is about to submit to the App Store or Play Store, cut a release, or asks for a release checklist run.

AnilBurcu/claude-code-react-native · 40 tokens

ios-app-store-release

Use when preparing, archiving, uploading, or submitting iOS apps through App Store Connect. Covers xcodebuild archive/export, Fastlane deliver, altool/transporter fallback, TestFlight, review submission, App Privacy, export compliance, release safety, and slash commands such as /ios-release and /ios-grade.

JasonColapietro/ios-app-dev-skills · 69 tokens