android-workflow-internal
Installation
SKILL.md
Android Internal Track Workflows (Option D - Split)
Generates two separate GitHub Actions workflows following Option D architecture:
- build.yml - CI only (build & test on every push/PR)
- 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