ci-android
Installation
SKILL.md
Android CI Setup
Multi-step workflow to create a production-grade Android CI pipeline with GitHub Actions, Gradle, and Fastlane.
When to Use
- New Android project needs CI from scratch
- Existing project has incomplete or fragile CI
- Adding static analysis, dependency review, or automated deployment
Pipeline Layers (in order)
Each layer gates the next. If a layer fails, the pipeline stops.