android-workflow-internal

Installation
SKILL.md

Android Internal Track Workflows (Option D - Split)

Generates two separate GitHub Actions workflows following Option D architecture:

  1. build.yml - CI only (build & test on every push/PR)
  2. release-internal.yml - Manual releases with version management

Clear separation of concerns:

  • CI validates code quality automatically
  • Releases are always intentional (manual trigger)
  • Version management integrated into release process
  • No accidental deployments

Prerequisites

  • Service account setup complete
  • Package name known

Inputs

Related skills
Installs
6
GitHub Stars
3
First Seen
Feb 28, 2026