android-playstore-scan
Installation
SKILL.md
Android Play Store Scanner
ANALYSIS ONLY - Scans your Android project and generates a comprehensive Play Console setup checklist. Does NOT modify any files.
Overview
Purpose:
- Analyze project to detect app features and requirements
- Pre-fill Play Console setup answers based on code analysis
- Identify missing configurations (privacy policy, etc.)
- Generate actionable checklist for Play Console setup
What this skill does:
- Scans AndroidManifest.xml for permissions and features
- Analyzes build.gradle for SDKs and dependencies
- Detects Health Connect, ads, analytics
- Checks for privacy policy URL
- Generates
PLAY_CONSOLE_SETUP.mdwith pre-filled answers - Provides recommendations for missing items
Related skills
More from hitoshura25/claude-devtools
android-playstore-setup
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
62android-proguard-setup
Configure ProGuard/R8 for Android release builds with safe defaults
13android-release-build-setup
Complete Android release build configuration - orchestrates keystore, ProGuard, and signing setup
11android-release-validation
Validate Android release builds before publishing to ensure quality and catch ProGuard issues
11android-espresso-dependencies
Add Espresso and AndroidX Test dependencies to Android project
9android-e2e-testing-setup
Setup UI Automator 2.4 smoke test for validating app launches (works with debug and release builds)
8