Add comprehensive App Store Optimization (ASO) skill#236
Open
CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
Open
Add comprehensive App Store Optimization (ASO) skill#236CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
CGAngler wants to merge 2 commits intocoreyhaines31:mainfrom
Conversation
Complete ASO toolkit sourced from sickn33/antigravity-awesome-skills. Includes SKILL.md, 8 Python modules (keyword analysis, metadata optimization, competitor analysis, ASO scoring, A/B testing, localization, review analysis, launch checklist), sample data, and reference documentation. https://claude.ai/code/session_01LNAmgNCKW8FroyLSPGFd7i
Creates .claude/product-marketing-context.md with full positioning, audience, competitive landscape, brand voice, and goals for FishAngler. https://claude.ai/code/session_0114yWTUACUTPwm274b1Xd8J
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a complete App Store Optimization (ASO) skill with eight specialized modules for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store.
Key Changes
Launch Checklist Generator (
launch_checklist.py) — Generates comprehensive pre-launch and update checklists with platform-specific requirements, compliance validation, update planning, launch timing optimization, and seasonal campaign planningReview Analyzer (
review_analyzer.py) — Analyzes user reviews for sentiment analysis, theme extraction, issue identification, and feature request detection with keyword-based classificationA/B Test Planner (
ab_test_planner.py) — Plans and tracks A/B tests for metadata and visual assets with statistical significance calculation, sample size determination, and result analysisLocalization Helper (
localization_helper.py) — Manages multi-language ASO optimization with market prioritization, translation cost estimation, and character limit adjustments by languageMetadata Optimizer (
metadata_optimizer.py) — Optimizes titles, descriptions, and keyword fields with platform-specific character limit validation and keyword integration strategiesCompetitor Analyzer (
competitor_analyzer.py) — Analyzes competitor apps to identify ASO opportunities, keyword gaps, and best practices with comparative rankingASO Scorer (
aso_scorer.py) — Calculates comprehensive ASO health score (0-100) across metadata quality, ratings/reviews, keyword performance, and conversion metrics with weighted scoringKeyword Analyzer (
keyword_analyzer.py) — Analyzes keywords for search volume, competition level, relevance, and ASO potential with difficulty scoring and recommendationsDocumentation & Context — Added SKILL.md with ASO framework and best practices, product marketing context template, usage guide, and sample input/output files
Notable Implementation Details
https://claude.ai/code/session_0114yWTUACUTPwm274b1Xd8J