Agent skill · luongnv89

appstore-review-checker

Audit iOS/macOS apps against App Store Review Guidelines before submission, with evidence-backed verdicts and fixes. Don't use for Google Play, general code review, or rejection appeals.

What it needs

About 5k tokens when loaded.

What this skill does

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, 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 APPSTOREAUDIT.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 This skill has two modes: With Subagent Architecture (Recommended): If the Agent tool is available, the audit runs via a 4-phase subagent workflow for maximum accuracy and depth. See references/subagent-architecture.md. Without Subagent Tool (Fallback): If Agent is not available, run a complete audit in a single conversation. The end result (APPSTOREAUDIT.md) is the same. Reference Index Load only the reference you need for the current step — keep the working context lean. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills luongnv89/appstore-review-checker

View the source on GitHub

Browse the @skills marketplace