Back to Skills

android-workflow-internal

majiayu000
Updated 13 days ago
18 views
58
9
58
View on GitHub
Othertestingautomation

About

This Claude Skill generates split GitHub Actions workflows for Android projects, separating CI builds from internal track deployments. It creates two workflows: one for automated testing on every push/PR, and another for manual releases with version management. Use this when you want intentional, gated deployments with clear separation between continuous integration and release processes.

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-workflow-internal

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

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/android-workflow-internal
0

Related Skills

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

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-test-structure

Other

This skill creates a complete Android instrumentation test structure with base classes and utilities for Espresso testing. It generates the androidTest directory, BaseTest.kt for common setup, and TestUtils.kt for helper functions. Use it when starting Android UI testing to establish a consistent foundation.

View skill

android-signing-config

Other

This skill automatically configures Android release signing with dual-source credential support, pulling from environment variables for CI/CD and gradle.properties for local development. It modifies the app-level build.gradle.kts file to set up signingConfigs after keystores are generated. Use this skill to streamline secure signing setup across different development environments.

View skill