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.
npx skills add JasonColapietro/ios-app-dev-skills --skill ios-app-store-releasegit clone --depth 1 https://github.com/JasonColapietro/ios-app-dev-skillsWrote 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.
[](https://agentmods.dev/skills/jasoncolapietro/ios-app-dev-skills/ios-app-store-release)<a href="https://agentmods.dev/skills/jasoncolapietro/ios-app-dev-skills/ios-app-store-release"><img src="https://agentmods.dev/badge/skills/jasoncolapietro/ios-app-dev-skills/ios-app-store-release/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.
<a href="https://agentmods.dev/skills/jasoncolapietro/ios-app-dev-skills/ios-app-store-release"><img src="https://agentmods.dev/badge/skills/jasoncolapietro/ios-app-dev-skills/ios-app-store-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00399 |
| Opus 5 | $0.00034 | $0.00199 |
| Sonnet 5 | $0.00014 | $0.00080 |
| Haiku 4.5 | $0.00007 | $0.00040 |
Grade A, and why
ios-app-store-release 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 11d 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.
What it actually says
iOS App Store Release
Safety Boundary
Uploading or submitting to App Store Connect is an outward release action. Do it only when the user explicitly delegates that action and confirms the exact app, bundle ID, version, build number, and account.
Workflow
- Identify the app target, scheme, bundle ID, version, build, and signing mode.
- Run
scripts/ios_preflight.shor equivalent local checks. - Verify metadata, screenshots, legal URLs, privacy answers, and reviewer notes.
- Archive with
xcodebuild archive. - Export with
xcodebuild -exportArchiveusing app-store-connect export options. - Upload with Fastlane, altool, notarytool/transporter, or Xcode Organizer.
- Wait for processing before attaching a build or submitting review.
- Submit only after final confirmation.
Read references/release-runbook.md before performing release work.
Credential Rules
- Use environment variables and local keychain/account state.
- Do not print raw API keys,
.p8contents, certificates, provisioning profiles, or tokens. - Do not commit generated
.ipa,.xcarchive, profiles, or private key files.
Common Release Checks
- Release build compiles.
PrivacyInfo.xcprivacyexists when required APIs are used.ITSAppUsesNonExemptEncryptionis correctly set.- App icon catalog is configured.
- Device family and orientations match App Store metadata.
- IAP products referenced by the binary exist or gracefully hide when missing.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 43 lines · 69 tokens per session scan A 15d5f917a4df
ios-app-store-release is a skill published in the GitHub repository JasonColapietro/ios-app-dev-skills (3 stars, last pushed 4d ago), licensed MIT. It adds 69 tokens to every session and 399 once invoked, about $0.0003 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.
Other skills, from other repositories
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…
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.
flame-harness-submit
Phase 10 — upload store text metadata + categories via fastlane, then pause with exact manual steps for the final iOS review submission and Android production promotion.
rn-harness-submit
Phase 10 — Submit to App Store Connect (iOS) and Google Play (Android). iOS fully automated, Android pauses for manual steps.
apple-release-ops
The mechanics of shipping Apple apps. Use for ANY code signing error ("no signing certificate", "provisioning profile doesn't include...", "revoked certificate"), provisioning profiles, certificates, entitlements, capabilities, TestFlight (groups, expiry, feedback), App Store Connect, uploading builds, xcodebuild…
submitting-app-release
Runs pre-flight validation gates and submits the app to App Store Connect and Google Play Console via EAS CLI. Use when the user says "release", "submit to store", "publish", "deploy app", or "submit for review". Always runs release-checklist.js first — never submits past a failing gate without explicit user…