Agent skill · Workflow & Productivity

android-playstore-scan

Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/android-playstore-scan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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:** 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 | |-------|----------|---------|-------------|

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Inputs
  4. Process
  5. Step 1: Scan AndroidManifest.xml
  6. Step 2: Analyze Dependencies
  7. Step 3: Check Privacy Policy
  8. Step 4: Detect Health Connect Data Types
  9. Step 5: Estimate Content Rating
  10. Step 6: Generate PLAYCONSOLESETUP.md
  11. Verification
  12. Outputs
  13. What Happens Next
  14. Detected vs. Actual
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going