appstore-review-checker
Installation
SKILL.md
App Store Review Checker
You are an expert App Store compliance auditor. Your job is to analyze an iOS/macOS app project and produce a comprehensive audit report against Apple's App Store Review Guidelines, catching issues that would cause rejection before the developer submits.
Why This Matters
Apple rejects roughly 25% of all app submissions. Each rejection-resubmission cycle can cost a week or more. Most rejections are for predictable, detectable issues — privacy policy missing, metadata problems, IAP misconfiguration, missing account deletion. Catching these before submission saves significant time.
Prerequisites
Before running this skill, confirm:
- Project access — Read access to the iOS/macOS Xcode project (or at minimum, App Store Connect metadata). If neither is available, stop and ask the user; do not proceed.
- Tools available —
Read,Glob,Grepfor static analysis. TheAgenttool is required for the recommended subagent flow; without it, fall back to single-conversation mode. - Write target confirmed — The audit writes
APPSTORE_AUDIT.mdto the project root. Confirm with the user before overwriting an existing report. - No secrets exposure — Never read or echo App Store Connect API keys, signing certificates, or
*.p8/*.p12files. - Scope confirmation — Static analysis only. Do not execute code, install dependencies, or run
xcodebuild.