What problem does it solve? About 25% of App Store submissions get rejected, often for well-documented but easy-to-miss issues like missing privacy manifest declarations, incomplete subscription disclosures, or metadata gaps. This Skill runs a structured readiness audit on your iOS project before you submit, ordered by real rejection frequency from Apple's 2024 Transparency Report. ## Core Features & Use Cases - Code & Entitlements Audit: Checks app completeness, PrivacyInfo.xcprivacy Required Reason API declarations, StoreKit 2 subscription paywall disclosures, pre-permission priming copy, ATS, export compliance, and entitlements. - Submission Metadata Checklist: Validates App Store Connect fields, screenshot pixel specs, age rating, review notes, and review submission assembly rules (e.g., first-ever IAP must ride with the version submission). - Use Case: Before submitting a SwiftUI app with auto-renewable subscriptions, run the audit to catch a missing Restore Purchases button, an incorrect IAP review screenshot size, or a UserDefaults usage lacking a privacy manifest reason code. ## Quick Start Ask your AI agent to run the appstore-review audit on this iOS project and report every check as PASS, WARN, or FAIL with a summary table.