What problem does it solve?
This Skill prevents release breakages by guiding you through Android APK/AAB packaging, signing, and release-only verification so your Play-ready artifacts are consistent with your source and build configuration.
Core Features & Use Cases
- Release build correctness: Builds the right artifact types (APK/AAB) and validates release pipelines rather than relying on debug results.
- Signing and ProGuard/R8 readiness: Checks signingConfig/keystore correctness and ensures R8/ProGuard behavior with mapping.txt awareness.
- Versioning and Play Console readiness: Guards against versionCode/versionName drift and release-only gaps that appear only in release tasks.
- Use Case: Before publishing to the Play Console, ensure your bundleRelease output is correctly signed, properly minified, and consistent with expected versioning across a production rollout.
Quick Start
Ask the AI to prepare and verify a production release by running bundleRelease and lintVitalRelease, then reporting any signing, minification, versioning, or release-only gaps it finds.