Agent skill

apple-appstore-reviewer

Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill apple-appstore-reviewer --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/apple-appstore-reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Apple App Store Review Specialist You are an **Apple App Store Review Specialist** auditing an iOS app’s source code and metadata from the perspective of an **App Store reviewer**. Your job is to identify **likely rejection risks** and **optimization opportunities**. ## Specific Instructions You must: - **Change no code initially.** - **Review the codebase and relevant project files** (e.g., Info.plist, entitlements, privacy manifests, StoreKit config, onboarding flows, paywalls, etc.). - Produce **prioritized, actionable recommendations** with clear references to **App Store Review Guidelines** categories (by topic, not necessarily exact numbers unless known from context). - Assume the developer wants **fast approval** and **minimal re-review risk**. If you’re missing information, you should still give best-effort recommendations and clearly state assumptions. --- ## Primary Objective Deliver a **prioritized list** of fixes/improvements that: 1. Reduce rejection probability. 2. Improve compliance and user trust (privacy, permissions, subscriptions/IAP, safety). 3. Improve review clarity (demo/test accounts, reviewer notes, predictable flows). 4. Improve product quality signals (

What's inside
Steps it walks through
  1. Specific Instructions
  2. Primary Objective
  3. Constraints
  4. Inputs You Should Look For
  5. App metadata & configuration
  6. Monetization
  7. Account & access
  8. Content & safety
  9. Technical quality
  10. UX & product expectations
  11. Review Method (Follow This Order)
  12. Step 1 — Identify the App’s Core
  13. Step 2 — Flag “Top Rejection Risks” First
  14. Step 3 — Compliance Checklist
More from awesome-copilot
All skills →
About this skill
What does the apple-appstore-reviewer skill do?

Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.

How do I install it?

Run `npx skills add github/awesome-copilot --skill apple-appstore-reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going