android-workflow-production

Generate GitHub Actions workflows for Android production deployment with staged rollouts.

3|1|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/hitoshura25/claude-devtools --skill android-workflow-production
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: android-workflow-production
Source: https://github.com/hitoshura25/claude-devtools/tree/main/skills/android-workflow-production
Command: npx skills add https://github.com/hitoshura25/claude-devtools --skill android-workflow-production

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of production deployment workflows for Android apps, enabling staged or full rollouts and rollout management.

Core Features & Use Cases

  • Production deployment workflows: Generate GitHub Actions for Android production releases.
  • Rollout control: Support staged and full rollout with percentage control and promote/halt operations.
  • Automation integration: Integrates with Fastlane, Gradle, and environment protection for a reliable deployment pipeline.

Quick Start

Use the android-workflow-production skill to set up deployment workflows for a sample Android project.

Frequently Asked Questions about android-workflow-production

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Android production deployments with GitHub Actions?▼

Android production deployment via GitHub Actions uses generated workflows integrating Fastlane and Gradle. These workflows handle artifact building and enable controlled releases directly from your repository.

How do I set up staged rollouts for an Android app in GitHub Actions?▼

Staged rollouts for Android apps are configured in the generated GitHub Actions workflow. You can specify rollout percentages to gradually release updates, allowing controlled distribution to a subset of production users.

Can I manage rollout promotion and halting with Fastlane in GitHub Actions?▼

Yes, rollout management supports promotion and halting operations using Fastlane. This allows you to increase the rollout percentage to promote a release or halt it entirely if issues are detected during the deployment cycle.

Do I need environment protection rules for Android production deployment workflows?▼

Environment protection rules are integrated into the Android production deployment workflows. They provide a reliable deployment pipeline by ensuring approvals and restrictions are enforced before releasing artifacts to production environments.

What is the best way to handle keystore signing for Android GitHub Actions workflows?▼

Handling keystore signing for Android deployments involves configuring environment protection rules within the GitHub Actions workflow. This secures sensitive signing credentials required for generating signed production artifacts.