claude-aso — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited claude-aso (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Claude ASO — App Store Optimization Skill Pack
Comprehensive App Store Optimization skill pack for Claude-style skill and agent runtimes. Analyzes iOS App Store and Google Play listings across core ASO categories, producing an ASO Health Score (0-100) and prioritized action plan.
Inspired by AgriciDaniel/claude-seo — adapted from SEO website analysis to ASO mobile app optimization with the same parallel subagent architecture.
/aso audit inside your app project — auto-detects Fastlane metadata, Xcode, or Gradle and audits pre-submission metadata/aso audit <app-id> to audit any live listing or competitorThe easiest way: point your AI agent at this repo and ask it to set it up.
Install https://github.com/felixgraeber/claude-aso-audit-skill and run an ASO audit on my appOr install manually:
git clone https://github.com/felixgraeber/claude-aso-audit-skill.git
cd claude-aso-audit-skill
bash install.shThen in your skill-compatible agent:
/aso audit # Auto-detect local project metadata
/aso audit id284882215 # Audit live iOS listing (Facebook)
/aso audit com.whatsapp # Audit live Android listing
/aso audit --compare id123 # Compare local metadata vs live listing
/aso keywords "habit tracker" # Keyword research
/aso metadata # Optimize local metadata| Command | Description |
|---|---|
/aso audit | Auto-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> | Compare local metadata vs live listing |
/aso keywords <seeds> | Keyword research and placement strategy |
/aso metadata | Optimize local metadata (or remote with app ID) |
/aso visuals | Analyze local screenshots (or remote with app ID) |
/aso reviews <app-id> | Review sentiment and response strategy |
/aso competitors <app-id> | Competitor gap analysis |
/aso localization | Audit local locale coverage |
/aso ab-testing <app-id> | A/B test design |
/aso technical <app-id> | Technical health check |
/aso conversion <app-id> | Conversion rate optimization |
/aso compliance | Store policy check for current metadata |
/aso plan <category> | Strategic ASO roadmap |
/aso launch | Pre-launch checklist using local project state |
/aso seasonal <app-id> | Seasonal keyword calendar |
When no app ID is provided, detect_project.py scans the working directory:
| Source | Detected | Files |
|---|---|---|
| Fastlane iOS | Name, subtitle, keywords, description per locale | fastlane/metadata/{locale}/*.txt |
| Fastlane Android | Title, short/full description per locale | fastlane/metadata/android/{locale}/*.txt |
| Xcode | Bundle ID, app name | *.xcodeproj, Info.plist |
| Gradle | Application ID, app name | app/build.gradle, AndroidManifest.xml |
Fastlane metadata provides the richest data (all store fields, all locales). Xcode/Gradle provide only identifiers — the tool will offer to fetch the live listing for a full audit.
aso/SKILL.md Main orchestrator (entry point)
skills/aso-*/SKILL.md 14 specialized sub-skills
agents/aso-*.md 10 specialist agents
references/*.md Platform specs, quality gates
scripts/*.py Python utilities (fetch, parse, validate)
extensions/ Optional API integrationsThe audit produces a weighted ASO Health Score:
| Category | Weight |
|---|---|
| Keywords | 20% |
| Metadata | 20% |
| Visuals | 15% |
| Reviews | 15% |
| Competitive | 10% |
| Technical | 10% |
| Conversion | 10% |
| Extension | Purpose | Requires |
|---|---|---|
| AppTweak | Live keyword data, rankings, competitors | API key ($69+/mo) |
| App Store Connect | Direct Apple API for metadata and reviews | Developer account |
~/.claude, but you can override the install locations with SKILLS_HOME, AGENTS_HOME, and ASO_ENV_FILE.MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.