asc-aso-audit
Originally fromrudrankriyam/asc-skills
Installation
SKILL.md
asc ASO audit
Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. When available, include Apple-generated app tags as a discoverability signal.
Preconditions
- Metadata pulled locally into canonical files via
asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata". - If metadata came from
asc migrate exportorasc localizations download, normalize it into the canonical./metadatalayout before running this skill. - For Astro gap analysis: app tracked in Astro MCP (optional — offline checks run without it).
- For Apple-generated discoverability tags:
asc app-tags list --app "APP_ID" --output jsonworks when the API returns tags for the app.
Before You Start
- Read
references/aso_rules.mdto understand the rules each check enforces. - Identify the latest version directory under
metadata/version/(highest semantic version number). Use this for all version-level fields. - The primary locale is
en-USunless the user specifies otherwise.