App Store Readiness

App Store Readiness is a skill for Claude Code, Codex from niels-emmer/myace. It costs 22 tokens per session (290 once invoked), scanned A, original, MIT.

A pre-release checklist for submitting an iOS app to Apple's App Store, covering privacy declarations, signing, permissions, screenshots, metadata, and review requirements. Code signing proves that an app build comes from an authorised developer.

In plain words
What is it for?
Use it before uploading an iOS build to check its privacy manifest, signing setup, capabilities, screenshots, review access, and store information.
Why use it?
It catches missing submission requirements that can cause Apple to reject or delay an app release.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: mentions Codex; built for aider; mentions OpenCode.

Good fit Use it before uploading an iOS build to check its privacy manifest, signing setup, capabilities, screenshots, review access, and store information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/niels-emmer/myace/app-store-readiness
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 niels-emmer/myace --skill app-store-readiness
Clone the repo
git clone --depth 1 https://github.com/niels-emmer/myace

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 App Store Readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/niels-emmer/myace/app-store-readiness/github.svg)](https://agentmods.dev/skills/niels-emmer/myace/app-store-readiness)
Your own site
<a href="https://agentmods.dev/skills/niels-emmer/myace/app-store-readiness"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/app-store-readiness/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 App Store Readiness

Your own site · 80×15
<a href="https://agentmods.dev/skills/niels-emmer/myace/app-store-readiness"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/app-store-readiness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 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.00022 $0.00290
Opus 5 $0.00011 $0.00145
Sonnet 5 $0.00004 $0.00058
Haiku 4.5 $0.00002 $0.00029

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

Security

Grade A, and why

App Store Readiness 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 9d 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.

collections/additional/ios-developer/skills/app-store-readiness/SKILL.md · 26 lines

What it actually says

Purpose

Avoid App Store rejections by checking every submission requirement before shipping.

Checklist

  • Privacy manifest: PrivacyInfo.xcprivacy complete with all collected data types and reasons declared.
  • Code signing: valid distribution certificate and provisioning profile for the target environment.
  • Capabilities: all required capabilities declared in the app's entitlements file and Apple Developer portal.
  • Screenshot automation: XCUITest snapshots for all required device sizes (6.7", 6.5", 5.5" display).
  • Review credentials: no hardcoded test accounts or review-mode flags in the production build.
  • Guideline check: review current App Store Review Guidelines for any changes affecting the app's category or features.
  • Metadata: app description, keywords, and privacy URL updated to match the current release.

Expected output

A build that passes all pre-submission checks and is ready for App Store upload without expected rejections.

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. 9d ago First seen · 26 lines · 22 tokens per session scan A 341efcb0697a

Subscribe to this mod's changes

App Store Readiness is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed 5d ago), licensed MIT. It adds 22 tokens to every session and 290 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

xcode-build-orchestrator

Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 94 tokens

spm-build-analysis

Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 87 tokens

ios-marketing-capture

Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…

ParthJadhav/ios-marketing-capture · 78 tokens

xcode-project-analyzer

Audit Xcode project configuration, build settings, scheme behavior, and script phases to find build-time improvements with explicit approval gates. Use when a developer wants project-level build analysis, slow incremental builds, guidance on target dependencies, build settings review, run script phase analysis…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 72 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens

app-launch-operator

Plan and operate a measurable, policy-safe App Store launch after release readiness. Use for domain and support setup, website/legal pages, ASO, campaign links, Custom Product Pages, Product Page Optimization, Apple Ads, social accounts, AI-assisted creatives, launch budgets, attribution, retention and subscription…

MartinPuli/createAnApp · 76 tokens