android-playstore-scan
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
npx skills add majiayu000/claude-skill-registry --skill android-playstore-scan --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:** 1. Scans AndroidManifest.xml for permissions and features 2. Analyzes build.gradle for SDKs and dependencies 3. Detects Health Connect, ads, analytics 4. Checks for privacy policy URL 5. Generates `PLAY_CONSOLE_SETUP.md` with pre-filled answers 6. Provides recommendations for missing items **What this skill does NOT do:** - ❌ Does not create or modify any project files - ❌ Does not setup GitHub Actions or workflows - ❌ Does not generate privacy policies (use `/devtools:privacy-policy-generate`) - ❌ Does not configure signing or release builds ## Prerequisites - Android project with AndroidManifest.xml - Build configuration files (build.gradle.kts) ## Inputs | Input | Required | Default | Description | |-------|----------|---------|-------------|
- Overview
- Prerequisites
- Inputs
- Process
- Step 1: Scan AndroidManifest.xml
- Step 2: Analyze Dependencies
- Step 3: Check Privacy Policy
- Step 4: Detect Health Connect Data Types
- Step 5: Estimate Content Rating
- Step 6: Generate PLAYCONSOLESETUP.md
- Verification
- Outputs
- What Happens Next
- Detected vs. Actual
echo "📱 Scanning AndroidManifest.xml..." Get package name echo " Package: $PACKAGE_NAME" Get app name echo " App name: $APP_NAME" Check permissions echo " Scanning permissions..." Detect features echo " Internet: $INTERNET" echo " Location: $LOCATION"
What does the android-playstore-scan skill do?
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill android-playstore-scan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
