android-playstore-scan
About
This skill analyzes Android projects to automatically generate a Play Console setup checklist based on code inspection. It scans manifests, build files, and dependencies to detect requirements like permissions, SDKs, and privacy policy needs without modifying any source files. Use it to accelerate store submission by pre-filling configuration answers and identifying missing elements.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/android-playstore-scanCopy and paste this command in Claude Code to install this skill
GitHub Repository
Frequently asked questions
What is the android-playstore-scan skill?
android-playstore-scan is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform android-playstore-scan-related tasks without extra prompting.
How do I install android-playstore-scan?
Use the install commands on this page: add android-playstore-scan to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does android-playstore-scan belong to?
android-playstore-scan is in the android category, tagged general.
Is android-playstore-scan free to use?
Yes. android-playstore-scan is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
Related Skills
This skill sets up Fastlane for Android Play Store deployment by generating configuration files for supply (release automation) and screengrab (screenshot automation). It creates the necessary Fastlane structure including Appfile, Fastfile, and metadata directories using your package name and service account credentials. Use this when you need to automate Android app releases and screenshot testing through Claude Code.
This Claude Skill automatically generates a GitHub Actions workflow for running Android unit and instrumented tests in CI. It creates a ready-to-use `test.yml` configuration file that triggers on pushes and pull requests to main branches. Developers should use it to quickly set up continuous testing for their Android projects without manually writing the CI pipeline.
This 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.
This skill fully configures Android release builds by sequentially running keystore generation, ProGuard/R8 setup, and signing configuration. It handles both production and local development environments with dual-source signing support. Use it to automate the complete release setup process for Android projects using Gradle Kotlin DSL.
