Agent skill · Security

asc-aso-audit

Run an offline ASO audit on canonical App Store metadata under `./metadata` and surface keyword gaps using Astro MCP. Use after pulling metadata with `asc metadata pull`.

rorkaigithub.com/rorkaiGitHub ↗
claude-codeMIT
Install
npx skills add rorkai/app-store-connect-cli-skills --skill asc-aso-audit --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/asc-aso-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 948
Language: Python

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

From the 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 export` or `asc localizations download`, normalize it into the canonical `./metadata` layout 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 json` works when the API returns tags for the app. ## Before You Start 1. Read `references/aso_rules.md` to understand the rules each check enforces. 2. Identify the **latest version directory** under `metadata/version/` (highest semantic version number). Use this for all version-level fields. 3. The **primary locale** is `en-US` unless the user specifies otherwise. ## Metadata File Paths - **App-info fields** (`subtitle`): `metadata/app-info/{locale}.json` - **Version fields** (`keywords`, `description`, `w

What's inside
Steps it walks through
  1. Preconditions
  2. Before You Start
  3. Metadata File Paths
  4. Phase 1: Offline Checks
  5. 1. Keyword Waste
  6. Optional: App Tag Alignment
  7. 2. Underutilized Fields
  8. 3. Missing Fields
  9. 4. Bad Keyword Separators
  10. 5. Cross-Locale Keyword Gaps
  11. 6. Description Keyword Coverage
  12. Phase 2: Astro MCP Keyword Gap Analysis
  13. Steps
  14. Cross-Field Combo Strategy
Ships with 1 file
  • references/aso_rules.md
Commands it runs
asc app-tags list --app "APP_ID" --output json
asc app-tags view --app "APP_ID" --id "TAG_ID" --output json
More from app-store-connect-cli-skills
All skills →
About this skill
What does the asc-aso-audit skill do?

Run an offline ASO audit on canonical App Store metadata under `./metadata` and surface keyword gaps using Astro MCP. Use after pulling metadata with `asc metadata pull`.

How do I install it?

Run `npx skills add rorkai/app-store-connect-cli-skills --skill asc-aso-audit --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 rorkai/app-store-connect-cli-skills, a repository with 948 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