android-playstore-setup
Android Play Store Setup
This skill orchestrates complete Google Play Store deployment setup with automated publishing to the internal testing track using Fastlane.
What This Does
Scope: Internal track deployment only (simplified for quick testing)
Sets up everything needed for automated Play Store deployment using Fastlane:
- Scan Project - Analyze project and generate setup checklist
- Fastlane Setup - Configure Fastlane with supply and screengrab
- App Icon - Generate and place icon assets
- Screenshots - Automated screenshot capture
- Store Listing - Feature graphic and metadata
- Privacy Policy - Generate privacy policy for GitHub Pages
- Version Management - Setup Git tag-based versioning
- Signing Configuration - Configure release signing
- Service Account - Play Store API access
- GitHub Actions - CI/CD workflows with Fastlane
More from hitoshura25/claude-devtools
android-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
9android-e2e-testing-setup
Setup UI Automator 2.4 smoke test for validating app launches (works with debug and release builds)
8