reviewer

Inspect Xcode projects against 100+ App Store Review Guidelines.

14|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/blitzdotdev/app-store-review-agent --skill reviewer-blitzdotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/blitzdotdev/app-store-review-agent/tree/main
Command: npx skills add https://github.com/blitzdotdev/app-store-review-agent --skill reviewer-blitzdotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

iOS and macOS developers frequently face App Store rejections after submission, leading to delayed launches, wasted debugging time, and lost revenue from missed release windows. This Skill eliminates that risk by performing a pre-submission compliance audit identical to Apple's official review process, catching violations long before they reach Apple's review team.

Core Features & Use Cases

  • Full Guideline Compliance Check: Inspects Xcode projects, source code, entitlements, privacy manifests, and app metadata against 100+ official App Store Review Guidelines, with specialized checklists for 10+ app types including social, subscription, health, gaming, and AI apps.
  • Precise Violation Reporting: Cites exact guideline numbers, pinpoints offending file paths and line numbers, and provides actionable, specific fix instructions for every issue found.
  • Automated Remediation: Offers to automatically fix common violations such as removing competitor terms from metadata, generating missing privacy manifests, and cleaning up unused entitlements.
  • Use Case: A developer preparing to submit a new iOS fitness app can run this Skill to catch issues like missing HealthKit usage disclosures, unnecessary personal data collection in onboarding, and missing Terms of Use links in their subscription paywall before Apple rejects the build.

Quick Start

Invoke the reviewer skill by asking the AI to "review my app" to run a full pre-submission App Store compliance audit of your iOS or macOS Xcode project.

Frequently Asked Questions about reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my iOS app for App Store compliance before submission?

To check App Store compliance, audit your Xcode project files, source code, and privacy manifests against official App Store Review Guidelines. This pre-submission process identifies exact guideline violations and pinpoints offending file locations to prevent rejection.

What causes App Store rejection for missing privacy manifests?

App Store rejection for missing privacy manifests occurs when iOS or macOS apps lack required data collection disclosures. Auditing entitlements and metadata against App Store Review Guidelines detects these omissions and enables automated remediation to generate the missing files.

Can I automatically fix App Store guideline violations in my Xcode project?

You can automatically fix common App Store guideline violations by auditing your Xcode project. Automated remediation resolves issues like missing privacy manifests, unauthorized metadata terms, and unused entitlements by generating required files and cleaning up code.

Does the App Store compliance audit work for macOS and subscription apps?

App Store compliance audits work for macOS and iOS applications across 10+ app types including subscription, health, and gaming apps. The review process applies specialized checklists to inspect entitlements, metadata, and source code against specific guidelines.

What is the best way to prevent App Store rejections for HealthKit usage?

The best way to prevent App Store rejections for HealthKit usage is performing a pre-submission audit of your Xcode project. This identifies missing HealthKit usage disclosures and unnecessary personal data collection in onboarding before Apple's review team rejects the build.

Why does my iOS app keep getting rejected for metadata violations?

iOS apps get rejected for metadata violations when unauthorized competitor terms or missing Terms of Use links are present. A pre-submission compliance audit detects these exact violations and offers automated remediation to clean up the offending metadata.