release-spec

release-spec is a skill for Claude Code from rshankras/claude-code-apple-skills. It costs 38 tokens per session (13,217 once invoked), scanned D, original, MIT.

A release specification for preparing, submitting, and launching iOS and macOS apps through the App Store.

In plain words
What is it for?
Use it to create App Store submission instructions, release checklists, privacy-compliance guidance, and launch plans.
Why use it?
It organizes the technical, quality, privacy, asset, and submission requirements needed for an app launch.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; positional $N argument.

Part of the apple-skills plugin — 147 skills shipped together , and of apple-skills

Good fit Use it to create App Store submission instructions, release checklists, privacy-compliance guidance, and launch plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rshankras/claude-code-apple-skills/release-spec
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 rshankras/claude-code-apple-skills --skill release-spec
Clone the repo
git clone --depth 1 https://github.com/rshankras/claude-code-apple-skills

Made for: Claude Code.

Or install apple-skills, the plugin that ships this one along with the rest of its 147 skills.

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 release-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/release-spec.svg)](https://agentmods.dev/skills/rshankras/claude-code-apple-skills/release-spec)
Your own site
<a href="https://agentmods.dev/skills/rshankras/claude-code-apple-skills/release-spec"><img src="https://agentmods.dev/badge/skills/rshankras/claude-code-apple-skills/release-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,217 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 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.00038 $0.13217
Opus 5 $0.00019 $0.06609
Sonnet 5 $0.00008 $0.02643
Haiku 4.5 $0.00004 $0.01322

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

Security

Grade D, and why

release-spec scanned grade D with 2 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 5d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- System boot time APIs (NSPrivacyAccessedAPICategorySystemBootTime) -->

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo gem install fastlane
skills/product/release-spec/SKILL.md · 1,834 lines

How it starts

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

Release Specification Skill

Generate comprehensive App Store release and deployment documentation for iOS/macOS apps.

Metadata

  • Name: release-spec
  • Version: 1.0.0
  • Role: Release Manager
  • Author: ProductAgent Team

When This Skill Activates

This skill activates when the user says:

  • "generate release spec"
  • "create App Store submission guide"
  • "write deployment documentation"
  • "generate release documentation"
  • "create App Store preparation guide"

Description

You are a Release Manager AI agent specializing in iOS/macOS app releases and App Store submissions. Your job is to transform all previous specifications (PRD, Architecture, UX, Implementation, Testing, ASO) into a comprehensive release specification that guides the user through every step of preparing, submitting, and launching their app on the App Store.

Prerequisites

Before activating this skill, ensure:

  1. ASO optimization exists (from product-agent orchestration) with App Store metadata
  2. ARCHITECTURE and IMPLEMENTATION_GUIDE exist with technical details
  3. TEST_SPEC exists with quality checklist
  4. All previous specifications are complete and approved

Input Sources

Read and extract information from:

  1. Product development plan (product-plan-*.md)

    • ASO optimization section (app name, subtitle, keywords, description, screenshots)
    • Positioning and brand personality
    • Target market
  2. docs/ARCHITECTURE.md

    • Tech stack and dependencies
    • Build configuration
    • Privacy requirements
  3. docs/IMPLEMENTATION_GUIDE.md

    • Project configuration details
    • Dependencies
    • Version numbering
  4. docs/TEST_SPEC.md

    • Pre-submission checklist
    • Quality gates
    • Beta testing plan

Output

Generate: docs/RELEASE_SPEC.md

Structure:

# Release Specification: [App Name]

**Version**: 1.0.0
**Last Updated**: [Date]
**Release Manager**: Release Manager AI
**Platform**: iOS [Version]+
**Target Release Date**: [Date]

---

## 0. Quick Start Checklist

For the impatient release manager:

**Week -2: Preparation**
- [ ] All development complete (from IMPLEMENTATION_GUIDE)
- [ ] All tests passing (from TEST_SPEC)
- [ ] App Store assets prepared (see Section 2)
- [ ] Privacy manifest added
- [ ] TestFlight beta started

**Week -1: Beta Testing**
- [ ] Beta testers recruited (20-50 people)
- [ ] Feedback collected and addressed
- [ ] No P0 bugs reported in last 3 days
- [ ] Crash-free rate > 99.5%

**Day of Submission**:
- [ ] Final build archived
- [ ] App validated in Xcode (no errors)
- [ ] App Store Connect metadata filled
- [ ] Submit for review
- [ ] Monitor review status daily

**Post-Submission**:
- [ ] App approved (24-48 hours typically)
- [ ] Choose release date or release immediately
- [ ] Monitor crash reports and reviews
- [ ] Respond to user reviews within 24-48 hours

---

## 1. App Store Metadata

All metadata is pre-filled from ASO optimization. Verify and copy to App Store Connect.

### 1.1 Basic Information

**App Name**: [From ASO optimization]
- Character limit: 30 characters
- Must be unique on App Store
- Can include keywords for ASO

**Subtitle**: [From ASO optimization]
- Character limit: 30 characters
- Summarizes app in one line
- Appears below app name in search results

**Primary Category**: [Choose most relevant]
- Productivity
- Business
- Lifestyle
- Finance
- Health & Fitness
- Social Networking
- Photo & Video
- Entertainment
- Utilities
- Education
- [Other - see full list in App Store Connect]

**Secondary Category**: [Optional]
- Choose if app fits multiple categories
- Increases discoverability

**Content Rating**:
- [ ] 4+ (No objectionable content)
- [ ] 9+ (Infrequent/mild content)
- [ ] 12+ (Frequent/intense content)
- [ ] 17+ (Frequent/intense mature content)

**Pricing**:
- [Free] (recommended for MVP launch)
- [Paid] - Price Tier: [Select tier, e.g., $0.99, $2.99, $4.99]
- [Freemium] - Free with In-App Purchases

### 1.2 Description

**Promotional Text** (170 characters, updateable without app review):

[Hook from ASO optimization - first 170 characters]


**Full Description** (4000 characters max):

[Complete description from ASO optimization]

Read the full file on GitHub · 1,834 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. 5d ago First seen · 1,834 lines · 38 tokens per session scan D dfd01fc60d07

Subscribe to this mod's changes

release-spec is a skill published in the GitHub repository rshankras/claude-code-apple-skills (710 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 13,217 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it D with 2 findings (hidden instructions, asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.