Apple App Store Review Guidelines skill for Claude Code
npx claudepluginhub safaiyeh/app-store-review-skillEvaluates code against Apple's App Store Review Guidelines for iOS, macOS, tvOS, watchOS, and visionOS apps
An AI agent skill that exhaustively evaluates iOS, macOS, tvOS, watchOS, and visionOS app code against every point in Apple's App Store Review Guidelines.
Supports: Swift, Objective-C, React Native, and Expo apps
/plugin marketplace add safaiyeh/app-store-review-skill
/plugin install app-store-review@app-store-review
npx skills add safaiyeh/app-store-review-skill
This skill works with any AI coding agent that supports the skills.sh standard:
"Review this app for App Store compliance"
"Check if my IAP implementation follows Apple's guidelines"
"Audit the privacy and data collection in this React Native app"
"What App Store issues might block my submission?"
The skills CLI collects anonymous usage telemetry. To opt out:
SKILLS_NO_TELEMETRY=1 npx skills add safaiyeh/app-store-review-skill
app-store-review-skill/
├── SKILL.md # Index with quick reference & checklist
└── rules/
├── 1-safety.md # Section 1: Safety guidelines
├── 2-performance.md # Section 2: Performance guidelines
├── 3-business.md # Section 3: Business guidelines
├── 4-design.md # Section 4: Design guidelines
└── 5-legal.md # Section 5: Legal guidelines
This skill covers ALL 5 major sections with EVERY guideline point:
Each rule file includes:
Key packages covered:
expo-tracking-transparency / react-native-tracking-transparencyexpo-in-app-purchases / react-native-iapexpo-secure-store / react-native-keychainexpo-apple-authentication / @invertase/react-native-apple-authenticationexpo-local-authentication / react-native-biometricsMatt Pocock's skills for real engineering, as an installable Claude Code plugin.
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.