android-playstore-scan
About
This skill scans Android projects to analyze app features, permissions, and dependencies, then generates a Play Console setup checklist. It detects requirements like Health Connect integration, ads, and privacy policies without modifying any files. Use it to pre-fill Play Store submission details and identify missing configurations before publishing.
Quick Install
Claude Code
Recommendednpx skills add hitoshura25/claude-devtools -a claude-code/plugin add https://github.com/hitoshura25/claude-devtoolsgit clone https://github.com/hitoshura25/claude-devtools.git ~/.claude/skills/android-playstore-scanCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
android-signing-config
OtherThis skill automatically configures Android release signing with dual-source credential support, pulling from environment variables for CI/CD and gradle.properties for local development. It modifies the app-level build.gradle.kts file to set up signingConfigs after keystores are generated. Use this skill to streamline secure signing setup across different development environments.
android-service-account-guide
OtherThis skill provides a guided workflow for developers to create Google Cloud service accounts with Play Store API access. It generates setup documentation and walks through the manual configuration process step-by-step. Use this when you need to automate Play Store deployments or integrate with Google Play Developer API.
android-test-structure
OtherThis skill creates a complete Android instrumentation test structure with base classes and utilities for Espresso testing. It generates the androidTest directory, BaseTest.kt for common setup, and TestUtils.kt for helper functions. Use it when starting Android UI testing to establish a consistent foundation.
android-store-listing
OtherThis Claude Skill generates Google Play Store assets including a 1024x500 feature graphic and metadata templates. It's designed for Android developers who need to prepare their app store listing after completing icon creation. The skill outputs Fastlane-compatible files and provides a comprehensive store listing guide.
