build-test-publish

Guide building, testing, and publishing Android apps to Google Play Store.

2|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/bloknayrb/claudestuff --skill build-test-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-test-publish
Source: https://github.com/bloknayrb/claudestuff/tree/main/plugins/android-dev/skills/build-test-publish
Command: npx skills add https://github.com/bloknayrb/claudestuff --skill build-test-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the entire lifecycle of Android app development, from writing robust tests to configuring complex build systems and successfully publishing to the Google Play Store.

Core Features & Use Cases

  • Testing Strategies: Implement unit, integration, and UI tests using best practices and modern libraries.
  • Gradle Configuration: Master version catalogs, KSP, build types, and product flavors for efficient builds.
  • Publishing Guidance: Navigate Play Store requirements, signing, store listing, and release tracks.
  • Use Case: A developer wants to ensure their new Android app is thoroughly tested, has an optimized build configuration, and is ready for release on the Google Play Store.

Quick Start

Use the build-test-publish skill to learn about setting up testing for an Android app.

Frequently Asked Questions about build-test-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up unit, integration, and UI tests for an Android app?

Android app testing involves implementing unit, integration, and UI tests using frameworks like JUnit, MockK, and Compose Testing. This strategy ensures robust coverage across application logic and user interfaces.

How do I configure Gradle version catalogs, KSP, and product flavors for an Android build?

Configuring Gradle for Android builds requires setting up version catalogs, KSP, build types, and product flavors. This optimizes your build system for efficient variant generation and dependency management.

How do I publish an Android app to the Google Play Store?

Publishing an Android app to the Google Play Store involves navigating app signing, store listing requirements, and release tracks. Following step-by-step guidance ensures your application meets all platform release criteria.

Does this Android publishing guidance cover app signing and release tracks?

Yes, the Android publishing guidance covers app signing, store listing requirements, and release tracks. It provides step-by-step instructions to navigate the complete Google Play Store release process.

What's the best way to structure Compose UI tests in my Android application?

The best way to structure Compose UI tests is by utilizing Compose Testing frameworks alongside your integration tests. This ensures your UI components function correctly within the broader Android testing strategy.