android-playstore-publishing
Installation
SKILL.md
Android Play Store Publishing
This skill orchestrates complete GitHub Actions workflow generation by running three atomic skills in sequence.
What This Does
Generates all GitHub Actions workflows for Play Store deployment:
- Internal Workflow - Automatic deployment on push
- Beta Workflow - Manual deployment to alpha/beta tracks
- Production Workflows - Deployment and rollout management
Prerequisites
- Play Console setup complete (run
android-playstore-setupfirst) - SERVICE_ACCOUNT_JSON_PLAINTEXT in GitHub Secrets
- Signing secrets configured
- Package name known
Process
Related skills
More from hitoshura25/claude-devtools
android-playstore-setup
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
62android-playstore-scan
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
15android-proguard-setup
Configure ProGuard/R8 for Android release builds with safe defaults
13android-release-build-setup
Complete Android release build configuration - orchestrates keystore, ProGuard, and signing setup
11android-release-validation
Validate Android release builds before publishing to ensure quality and catch ProGuard issues
11android-espresso-dependencies
Add Espresso and AndroidX Test dependencies to Android project
9