agentsclimarketplace

Aso

Skill FelixGraeber/claude-aso-audit-skill/aso

ASO audit skill pack for Claude Code: audit App Store and Google Play listings, keywords, metadata, visuals, reviews, and competitors.

Install
npx -y skills add FelixGraeber/claude-aso-audit-skill --skill aso

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Comprehensive App Store Optimization for iOS and Android apps. Full listing audits with parallel subagents, keyword research, metadata optimization, visual asset analysis, review management, competitor intelligence, localization, A/B testing, technical ASO, and conversion rate optimization.

SKILL.md

8.7 KB, as published. Nobody here has run it

ASO — App Store Optimization Skill

Comprehensive ASO analysis for iOS App Store and Google Play apps. Works in two modes:

  1. Local mode (default): Run /aso audit inside an app project — auto-detects Fastlane metadata, Xcode project, or Gradle project and audits your pre-submission metadata.
  2. Remote mode: Run /aso audit <app-id> with an app ID or store URL — fetches and audits the live listing. Also works for competitor apps.

Quick Reference

CommandWhat it does
/aso auditAuto-detect local project and audit its metadata
/aso audit <app-id>Audit a live listing by app ID or store URL
/aso audit --compare <app-id>Audit local metadata AND compare against live listing
/aso keywords <seeds>Keyword research — difficulty, volume, placement strategy
/aso metadataOptimize local metadata (or /aso metadata <app-id> for remote)
/aso visualsAnalyze local screenshots (or /aso visuals <app-id> for remote)
/aso reviews <app-id>Reviews — sentiment analysis, response templates, keyword extraction
/aso competitors <app-id>Competitor analysis — keyword gaps, metadata comparison
/aso localizationAudit local locale coverage (or /aso localization <app-id>)
/aso ab-testing <app-id>A/B testing — iOS PPO / Android experiment design
/aso technical <app-id>Technical ASO — Android Vitals, app size, crashes, update cadence
/aso conversion <app-id>Conversion — install rate benchmarking, first-impression audit
/aso complianceStore policy check — validates metadata against Apple/Google guidelines
/aso plan <category>Strategic plan — 4-phase roadmap with category templates
/aso launchLaunch — pre-launch checklist using local project state
/aso seasonal <app-id>Seasonal — trending keyword opportunities, holiday calendar

Auto-Detection (Local Mode)

When no app ID is provided, run project detection first:

uv run python scripts/detect_project.py --json

This scans the current directory for:

SourceWhat it detectsFiles checked
Fastlane iOSStore metadata per locale (name, subtitle, keywords, description)fastlane/metadata/{locale}/name.txt, subtitle.txt, keywords.txt, etc.
Fastlane AndroidStore metadata per locale (title, short/full description)fastlane/metadata/android/{locale}/title.txt, full_description.txt, etc.
Xcode projectBundle ID, app name*.xcodeproj/project.pbxproj, Info.plist
Gradle projectApplication ID, app nameapp/build.gradle, AndroidManifest.xml, res/values/strings.xml

Priority: Fastlane metadata (richest data) > Xcode/Gradle (basic identifiers only).

If Fastlane metadata is found, all fields are available for validation, keyword analysis, and optimization. If only Xcode/Gradle is found, extract the app ID and optionally fetch the live listing for a full audit.

Remote Mode

When an app ID or URL is provided, fetch the live listing:

  • iOS: Numeric ID (id284882215), Apple App Store URL (apps.apple.com/...)
  • Android: Package name (com.whatsapp), Google Play URL (play.google.com/store/apps/details?id=...)
iOS:     id284882215  OR  https://apps.apple.com/app/id284882215
Android: com.whatsapp  OR  https://play.google.com/store/apps/details?id=com.whatsapp

Compare Mode

/aso audit --compare <app-id> audits BOTH local metadata and the live listing, then shows:

  • Fields that differ between local and live
  • Whether local changes would improve or regress the score
  • Pre-submission validation of pending metadata changes

Category Detection

After fetching listing data, classify the app:

  • Gaming: game category, IAP patterns, leaderboards
  • SaaS/Productivity: subscription model, enterprise features, workspace tools
  • Health/Fitness: HealthKit/Google Fit, workout terms, wellness
  • E-commerce: shopping category, payment, cart, product catalog
  • Social: messaging, feed, connections, sharing
  • Fintech: banking, payments, investment, crypto
  • Other: education, travel, utilities, news, entertainment

Category informs which plan templates and benchmarks to apply.

Audit Orchestration Flow

When running /aso audit <app-id>:

Step 1 — Data Fetch (sequential)

uv run python scripts/fetch_listing.py <app-id> --country us --json

Parse the result to get structured listing data.

Step 2 — Category Detection (sequential)

Classify app from listing metadata. Load category-specific benchmarks.

Step 3 — Parallel Subagent Dispatch

Spawn these agents in parallel using the Agent tool:

AgentFocus
aso-keywordsKeyword coverage in current metadata
aso-metadataField quality, char limits, keyword placement
aso-visualsScreenshot count, narrative, icon, video
aso-reviewsSentiment distribution, themes, response rate
aso-competitorsTop 5 competitor comparison
aso-technicalApp size, update recency, stability signals
aso-conversionFirst-impression elements, CRO signals
aso-localization(conditional: if multi-locale detected)

Each agent receives the parsed listing JSON and returns a structured report with scores and findings.

Step 4 — Score Aggregation (sequential)

Calculate weighted ASO Health Score (0-100):

CategoryWeight
Keyword Optimization20%
Metadata Quality20%
Visual Assets15%
Reviews & Ratings15%
Competitive Position10%
Technical Health10%
Conversion Signals10%

Step 5 — Report Generation (sequential)

Generate two files:

ASO-AUDIT-REPORT.md:

  • Executive summary (score, platform, category, top 3 issues, quick wins)
  • Per-category detailed findings
  • Platform-specific notes

ASO-ACTION-PLAN.md:

  • Critical: Character limit violations, missing keywords in title, <3.5 star rating
  • High: Poor screenshot narrative, no preview video, low review velocity
  • Medium: Localization gaps, A/B test opportunities, secondary keyword misses
  • Low: Seasonal optimization, minor copy improvements, icon A/B test

Quality Gates

These rules are ALWAYS enforced — never recommend violations:

  1. Character limits are absolute — violations are always Critical priority
  2. iOS description is NOT indexed — never optimize it for keywords, only conversion
  3. iOS keyword field: comma-separated, no spaces after commas, no duplication with title/subtitle
  4. Android description: primary keyword in first sentence, 2-3% density for primary keyword
  5. No keyword stuffing: >3 repetitions of same keyword in any field = stuffing
  6. Review health: <3.5 stars = Critical, <4.0 = High priority
  7. Update recency: >90 days since last update = warning signal

Platform Metadata Quick Reference

iOS App Store

FieldLimitIndexed?Notes
App Name30 charsYES (high weight)Primary keyword here
Subtitle30 charsYESSecondary keywords
Keywords100 charsYESHidden, comma-separated
Description4,000 charsNOConversion copy only
Promotional Text170 charsNONo review needed to update
What's New4,000 charsNOUpdate messaging

Google Play

FieldLimitIndexed?Notes
Title30 charsYES (high weight)Treat every character as premium space
Short Description80 charsYESVisible in some views
Full Description4,000 charsYESKeyword density matters
Developer NamevariableYES (low)Branding
What's New500 charsNOShorter than iOS

Available Tools

All skills can use: Read, Bash, Write, Glob, Grep, WebFetch, Agent

Reference Files

Load on demand from references/:

  • ios-metadata-specs.md — Full iOS field specs and indexing rules
  • android-metadata-specs.md — Full Android field specs and indexing rules
  • keyword-placement-rules.md — Keyword weight by field position per platform
  • visual-asset-specs.md — Screenshot/icon/video dimensions per device
  • quality-gates.md — Thresholds, hard stops, density limits
  • category-taxonomy.md — iOS/Android category IDs and mapping

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.