Back to Skills

android-playstore-api-validation

hitoshura25
Updated 3 days ago
5 views
2
1
2
View on GitHub
Othertestingapi

About

This skill generates a Python validation script to test connectivity and permissions for the Google Play Store API. It requires a service account JSON file and your app's package name as inputs. Use this to verify your API setup before automating Play Store publishing tasks.

Quick Install

Claude Code

Recommended
Primary
npx skills add hitoshura25/claude-devtools -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/hitoshura25/claude-devtools
Git CloneAlternative
git clone https://github.com/hitoshura25/claude-devtools.git ~/.claude/skills/android-playstore-api-validation

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

GitHub Repository

hitoshura25/claude-devtools
Path: skills/android-playstore-api-validation
0

Related Skills

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