android-playstore-setup
About
This skill automates the complete setup for deploying Android apps to the Google Play Store's internal testing track using Fastlane. It orchestrates key tasks including project scanning, Fastlane configuration, store listing assets, privacy policy generation, and version management. Use it to quickly establish an automated pipeline for internal distribution and testing.
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-setupCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
android-release-build-setup
OtherThis 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.
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-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-fastlane-setup
OtherThis 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.
