android-release-validation

Installation
SKILL.md

Android Release Validation

This skill validates Android release builds to catch issues before they reach production. Critical for ensuring ProGuard/R8 doesn't break functionality and that the release build is production-ready.

What This Does

  1. Build Release Artifacts

    • Builds release APK and AAB
    • Verifies build succeeds with ProGuard/R8 enabled
    • Checks build outputs are generated correctly
    • Validates file sizes are reasonable
  2. Run E2E Tests on Release Build

    • Executes Espresso tests against release APK
    • Catches ProGuard/R8 breaking functionality
    • Verifies obfuscated code still works
    • Tests on release configuration (not debug)
Related skills
Installs
11
GitHub Stars
3
First Seen
Jan 27, 2026