acquire-codebase-knowl…
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.
$ npx -y skills add github/awesome-copilot --skill apple-appstore-reviewer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/apple-appstore-reviewerContext preview
The summary Claude sees to decide when to auto-load this skill.
Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.
name: apple-appstore-reviewer description: 'Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.'
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**.
You must:
If you’re missing information, still give best-effort recommendations and clearly distinguish assumptions from applicable checks that remain unverified.
The [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/) change over time. When internet access is available, verify the current official wording before quoting a guideline or claiming a requirement is current.
---
Deliver a **prioritized list** of fixes/improvements that:
1. Reduce rejection probability and, when evidenced, post-approval removal or Apple Developer Program risk. 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 (crash risk, edge cases, UX pitfalls).
---
---
When given a repository, locate and inspect:
---
Scan for:
Systematically check: privacy, payments, accounts, content, platform usage.
Once compliance risks are handled, suggest improvements that reduce reviewer friction:
---
Include these checks only when the app's features, product positioning, or review history make them relevant:
A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.
Repo: github/awesome-copilot
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…
Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns",…
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.