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.
> /plugin marketplace add safaiyeh/app-store-review-skill> /plugin install app-store-review@app-store-review
Repo: safaiyeh/app-store-review-skill
What's inside
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
Current through: Apple's official June 8, 2026 App Review Guidelines update
Add this repository as a Codex plugin marketplace:
codex plugin marketplace add safaiyeh/app-store-review-skill
Then open Codex, run /plugins, choose the App Store Review marketplace, and install the app-store-review plugin. Start a new thread and invoke the skill with $app-store-review or ask for an App Store compliance review.
Codex also discovers direct local skills from ~/.agents/skills, but plugins are the recommended distribution path for reusable skills.
/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 Codex and AI coding agents that support 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/
โโโ .agents/
โ โโโ plugins/marketplace.json # Codex plugin marketplace
โโโ .claude-plugin/
โ โโโ marketplace.json # Claude Code plugin marketplace
โ โโโ plugin.json # Claude Code plugin manifest
โโโ .codex-plugin/
โ โโโ plugin.json # Codex plugin manifest
โโโ agents/
โ โโโ openai.yaml # Codex UI metadata
โโโ 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:
react-native-purchases (RevenueCat โ recommended for IAP) / react-native-iapexpo-tracking-transparency / react-native-tracking-transparencyexpo-secure-store / react-native-keychainexpo-apple-authentication / @invertase/react-native-apple-authenticationexpo-local-authentication / react-native-biometricsThe skill activates when working on:
MIT
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
plugin.json
.codex-plugin/
plugin.json
.gitignore
agents/
openai.yaml
LICENSE
metadata.json
README.md
rules/
1-safety.md
2-performance.md
3-business.md
4-design.md
5-legal.md
SKILL.mdFAQ
app-store-review is a Claude Code plugin with 1 hand-picked skill for code review work, indexed on Flowy. Install it with the command on its page. It includes app-store-review-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.