Back to Skills

android-release-validation

majiayu000
Updated 28 days ago
22 views
58
9
58
View on GitHub
Otherdesign

About

This skill validates Android release builds before publishing by running ProGuard/R8-enabled builds and executing Espresso tests against the release APK. It ensures production readiness by catching obfuscation issues and verifying correct signing configuration. Use it to prevent broken functionality from reaching production due to release build problems.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/android-release-validation

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/android-release-validation
0

Related Skills

android-fastlane-setup

Other

This skill sets up Fastlane for Android Play Store deployment by generating configuration files for supply (release automation) and screengrab (screenshot automation). It creates the necessary Fastlane structure including Appfile, Fastfile, and metadata directories using your package name and service account credentials. Use this when you need to automate Android app releases and screenshot testing through Claude Code.

View skill

android-ci-tests

Other

This Claude Skill automatically generates a GitHub Actions workflow for running Android unit and instrumented tests in CI. It creates a ready-to-use `test.yml` configuration file that triggers on pushes and pull requests to main branches. Developers should use it to quickly set up continuous testing for their Android projects without manually writing the CI pipeline.

View skill

android-store-listing

Other

This Claude Skill generates Google Play Store assets including a 1024x500 feature graphic and metadata templates. It's designed for Android developers who need to prepare their app store listing after completing icon creation. The skill outputs Fastlane-compatible files and provides a comprehensive store listing guide.

View skill

android-release-build-setup

Other

This skill fully configures Android release builds by sequentially running keystore generation, ProGuard/R8 setup, and signing configuration. It handles both production and local development environments with dual-source signing support. Use it to automate the complete release setup process for Android projects using Gradle Kotlin DSL.

View skill