Agent skill · luongnv89
aso-marketing
Optimize App Store and Google Play listings via a 7-phase, plan-approval-gated ASO workflow (keyword strategy, metadata, localization). Don't use for web SEO, paid UA campaigns, or pre-submission compliance audits.
What it needs
About 5k tokens when loaded.
What this skill does
ASO Marketing — Full-Lifecycle App Store Optimization A comprehensive, iterative ASO workflow that takes a mobile app from analysis through planning, execution, verification, and reporting — covering both Apple App Store and Google Play Store. Environment Check Before running this skill, verify: The project is a mobile app (iOS/Android or both) You have access to the app's source code or metadata files You can read project configuration files (build.gradle, Info.plist, etc.) You can create/update metadata files in the project directory If any check fails, stop and ask for clarification. Repo Sync Before Edits (mandatory) Before creating, updating, or deleting files in an existing repository, sync the current branch with remote. Run the dry-run command first to preview, then confirm with the user before destructive sync. If the working tree is not clean, ask the user before stashing. If origin is missing, pull is unavailable, or rebase/stash conflicts occur, stop and ask the user before continuing. Backup-first rule for metadata files: Before overwriting any existing metadata file (e.g. metadata/version/1.0/en-US.json, fastlane/metadata/android/en-US/title.txt), create a .bak copy in the same directory or confirm the file is in version control. Never delete metadata files without explicit user confirmation. Subagent Architecture This skill uses a Staged Pipeline + Review Loop architecture. Each phase maps to a subagent in agents/: 1. agents/analyzer.md — Phase 1 analysis report 2. agents/plan-writer.md — Phase 2 ASO plan 3. agents/compliance-checker.md — Phase 3 prohibited-keyword + trademark check 4. agents/executor.md — Phase 4 metadata changes 5. agents/reviewer.md — Phases 5-6 review + best-practices verification Main agent orchestrates phase transitions and the user approval gate after Phase 3. Workflow Overview The skill follows a 7-phase cycle. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills luongnv89/aso-marketing