android-playstore-scan

Scan Android projects to generate a Play Console setup checklist.

3|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/hitoshura25/claude-devtools --skill android-playstore-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-playstore-scan
Source: https://github.com/hitoshura25/claude-devtools/tree/main/skills/android-playstore-scan
Command: npx skills add https://github.com/hitoshura25/claude-devtools --skill android-playstore-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically scans an Android project to prepare for Play Console submission by analyzing manifest, dependencies, privacy considerations, and readiness flags, and it outputs a comprehensive setup checklist without modifying code.

Core Features & Use Cases

  • Analyze AndroidManifest.xml to identify requested permissions and features.
  • Inspect Gradle configuration (build.gradle.kts) for SDK versions, plugins, ads/analytics, and billing indicators.
  • Detect Health Connect integration and data usage to highlight privacy implications.
  • Check for a privacy policy and provide steps to publish or link it in Play Console.
  • Output PLAY_CONSOLE_SETUP.md with pre-filled answers and recommended next steps.

Quick Start

Run the android-playstore-scan skill on your Android project root to generate PLAY_CONSOLE_SETUP.md, then review and complete any remaining items like privacy policy or policy disclosures.

Frequently Asked Questions about android-playstore-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Android app's Play Console readiness before submission?

To check Play Console readiness, scan your Android project to analyze AndroidManifest.xml, build.gradle.kts, and dependencies, generating a PLAY_CONSOLE_SETUP.md checklist with pre-filled answers and actionable next steps.

How do I automate Play Store submission checks for an Android project?

Automate Play Store submission checks by running a scan on your Android project root, which inspects Gradle configurations, manifest permissions, and privacy considerations to surface readiness gaps without modifying source code.

Does the Play Console readiness scan work with Android apps of any size?

Yes, the Play Console readiness scan works across Android apps of any size, analyzing manifest files, Gradle plugins, and dependency indicators to detect ads, analytics, billing, and Health Connect integration.

How do I identify privacy policy requirements for my Android app?

Identify privacy policy requirements by scanning your Android project to check for privacy policy presence, ads/analytics flags, and Health Connect data usage, then outputting recommended steps to publish or link the policy in Play Console.

Will running an Android project readiness scan modify my source code?

No, running an Android project readiness scan will not modify your source code; it only analyzes the project files and outputs a comprehensive PLAY_CONSOLE_SETUP.md checklist with pre-filled answers and next steps.

What does an Android Play Console setup checklist include?

An Android Play Console setup checklist includes pre-filled answers for SDK versions, requested permissions, ads and analytics indicators, billing plugins, Health Connect integration, and privacy policy presence with actionable next steps.