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 availableRead, Glob, Grep for static analysis. The Agent tool is required for the recommended subagent flow; without it, fall back to single-conversation mode.
  • Write target confirmed — The audit writes APPSTORE_AUDIT.md to 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/*.p12 files.
  • Scope confirmation — Static analysis only. Do not execute code, install dependencies, or run xcodebuild.

Environment Check

Installs
18
GitHub Stars
83
First Seen
Mar 21, 2026
appstore-review-checker — luongnv89/skills