app-store-review

Evaluate app code against Apple's App Store Review Guidelines for rejection issues.

267|10|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/safaiyeh/app-store-review-skill --skill app-store-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-review
Source: https://github.com/safaiyeh/app-store-review-skill/tree/main
Command: npx skills add https://github.com/safaiyeh/app-store-review-skill --skill app-store-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams quickly verify that their codebase complies with Apple's App Store Review Guidelines, reducing rejection risk by surfacing guideline gaps before submission.

Core Features & Use Cases

  • Exhaustive guideline coverage: Evaluates all five major sections (Safety, Performance, Business, Design, Legal) for iOS, macOS, tvOS, watchOS, and visionOS projects.
  • Multi-language support: Works with Swift, Objective-C, React Native, and Expo projects.
  • Modular structure with clear guidance: Uses a defined SKILL.md frontmatter and rule files to drive activation, checklists, and actionable recommendations.
  • Pre-submission readiness: Produces a comprehensive pre-submission checklist and concrete steps to achieve compliance before store review.

Quick Start

Run the skill against your codebase to load the App Store guideline checks and begin a compliance review for your Apple platform apps. For example, integrate and activate the skill in your project workflow to automatically surface potential issues and recommended fixes.

Frequently Asked Questions about app-store-review

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

FAQPage Schema
How do I check my codebase against Apple App Store Review Guidelines before submission?

To check your codebase against Apple App Store Review Guidelines, you can automate the compliance evaluation process to surface potential rejection issues across Safety, Performance, Business, Design, and Legal sections before submitting your app.

Can I automate App Store compliance checks for a React Native or Expo project?

Yes, you can automate App Store compliance checks for React Native and Expo projects. The evaluation supports multi-language codebases, analyzing Swift, Objective-C, and React Native code to identify potential guideline violations.

What is covered in an automated App Store review guideline check?

An automated App Store review guideline check covers exhaustive evaluation of all five major guideline sections: Safety, Performance, Business, Design, and Legal. It implements IAP guidelines, data privacy prompts, and pre-submission checklists for iOS and other Apple platforms.

Does the App Store review compliance check support macOS, tvOS, and visionOS apps?

Yes, the App Store review compliance check supports macOS, tvOS, and visionOS apps, alongside iOS and watchOS. It evaluates code written in Swift, Objective-C, React Native, or Expo to ensure platform-specific guideline adherence.

How do I identify StoreKit and in-app purchase guideline violations in my iOS app?

To identify StoreKit and in-app purchase guideline violations, the compliance check implements modular rule files that evaluate IAP guidelines against your codebase. This surfaces potential issues with data privacy prompts and mandatory sections before submission.