android-playstore-publishing

Generate GitHub Actions workflows for Android Play Store publishing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation and orchestration of end-to-end Android Play Store publishing workflows, reducing manual setup and enabling consistent, auditable deployments across internal, beta, and production tracks.

Core Features & Use Cases

  • Workflow orchestration: Automatically generate and wire three GitHub Actions workflows for internal testing, beta deployment, and production rollout.
  • Pre-deploy validation: Coordinate checks and gate steps to ensure artifacts and secrets are in place before publishing.
  • Environment management: Manage staged rollouts with configurable percentages and controlled progression between stages.
  • Use Case: A team pushes a new app version; the skill generates internal, beta, and production workflows and guides the deployment with verification steps.

Quick Start

Use the android-playstore-publishing skill to generate and validate all publishing workflows. Refer to the SKILL.md body for step-by-step instructions and follow the three-step process to create internal, beta, and production workflows.

Frequently Asked Questions about android-playstore-publishing

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

FAQPage Schema
How do I automate Android Play Store publishing with GitHub Actions?

You can automate Android Play Store publishing by generating GitHub Actions workflows that orchestrate internal, beta, and production deployment pipelines, coordinating pre-deploy validation and controlled rollout across stages.

What is a multi-stage Play Store deployment pipeline?

A multi-stage Play Store deployment pipeline is an automated workflow that progresses app builds through internal testing, beta deployment, and production rollout tracks with configurable percentages and validation gates between each stage.

Do I need service account secrets to automate Play Store deployment?

Yes, automating Play Store deployment requires service account secrets to integrate with the Play Console and validate artifacts before publishing across the internal, beta, and production tracks.

Can I configure staged rollout percentages for Android production releases?

Yes, you can configure staged rollout percentages for Android production releases by generating workflows that manage environment progression and control the percentage of users receiving the update.

What's the best way to validate build artifacts before Play Store publishing?

The best way to validate build artifacts before Play Store publishing is to use generated GitHub Actions workflows that coordinate pre-deploy checks and gate steps to ensure artifacts and secrets are in place.