android-workflow-beta
About
This Claude Skill generates a GitHub Actions workflow for deploying Android apps to the Google Play Store beta testing track. It creates a manually-triggered workflow file that requires only your app's package name as input. Use this skill when you need to automate beta deployments with proper Fastlane integration and service account authentication.
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-workflow-betaCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
android-ci-tests
OtherThis 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.
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-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.
android-workflow-production
OtherThis Claude Skill generates GitHub Actions workflows for Android production deployments with staged rollout capabilities. It creates two workflow files: one for deployment and another for managing rollout percentages. Use this when you need automated, controlled production releases for Android apps via GitHub Actions.
