Repository inventory

hitoshura25/claude-devtools

Skills indexed from this repository, with install-style signals scoped to the repo.
14 skills14 GitHub stars0 weekly installsShellGitHubOwner profile

Overview

This skill configures Android release signing using a dual-source strategy: CI-friendly environment variables and local development via gradle.properties. It adds a release signingConfig to app/build.gradle.kts, validates release builds, and helps manage a project-specific environment variable prefix to avoid collisions. The goal is a reproducible, secure signing setup for CI and local workflows.

How this skill works

The script auto-detects a project prefix from settings.gradle.kts or asks the user to choose/apply a custom prefix. It injects a signingConfigs.release block into app/build.gradle.kts that reads credentials first from environment variables and falls back to project properties (gradle.properties). It also wires the release buildType to use that signingConfig and adds pre-build validation to fail fast when signing data is missing. Optionally it can append local credentials to ~/.gradle/gradle.properties after explicit user consent.

When to use it

  • Setting up release signing for CI/CD pipelines that supply secrets via environment variables or GitHub Secrets.
  • Standardizing a signing configuration across team members while allowing local gradle.properties for development.
  • Adding fail-fast validation to ensure builds fail when signing is not configured for release variants.
  • When you maintain multiple projects and want a project-specific env var prefix to avoid naming collisions.

Best practices

  • Prefer CI/CD environment variables (or base64 keystore secrets) for production builds; use local gradle.properties only for development.
  • Choose a clear prefix (project-specific or APP) and document the required secrets to store in your CI.
  • Keep keystores out of version control and ensure keystores/ and ~/.gradle/gradle.properties are gitignored.
  • Use absolute keystore paths in gradle.properties to avoid path resolution issues.
  • Always ask for explicit consent before updating ~/.gradle/gradle.properties on a developer machine.

Example use cases

  • Configure GitHub Actions to set ${PREFIX}_SIGNING_KEY_STORE_BASE64 and passwords for automated releases.
  • Local developer uses keystores/KEYSTORE_INFO.txt to populate ~/.gradle/gradle.properties for testing builds.
  • Migrating an existing app to a consistent signing strategy that supports both CI and local workflows.
  • Adding build-time validation so CI fails early if signing secrets are missing or malformed.

FAQ

Set PREFIX_SIGNING_KEY_STORE_PATH, PREFIX_SIGNING_STORE_PASSWORD, PREFIX_SIGNING_KEY_ALIAS, and PREFIX_SIGNING_KEY_PASSWORD (or store a base64 keystore and decode in CI).

Will this overwrite my existing signing config?

The logic updates or adds signingConfigs.release and preserves other buildType settings; it detects existing configs and avoids overwriting unrelated settings.

14 skills

android-signing-config
Automation

This skill configures Android release signing using dual-source credentials from environment variables and gradle.properties to streamline CI/CD and local dev.

Ci CdDevopsReleaseScripting+2
android-workflow-beta
Automation

This skill generates a GitHub Actions workflow to deploy Android beta tracks via Fastlane, with full or staged rollout.

Ci CdDevopsReleaseScripting+2
android-ci-tests
Ci Cd

This skill sets up a robust Android CI workflow in GitHub Actions to run unit and instrumented tests efficiently.

DevopsScriptingTestingShell
android-fastlane-setup
Automation

This skill configures Android Fastlane with supply and screengrab to automate Play Store deployment and screenshot capture.

Ci CdCliDevopsGit+1
android-workflow-internal
Automation

This skill generates two GitHub Actions workflows for Android: CI build/tests and manual internal releases with version control.

Ci CdDevopsReleaseScripting+2
android-playstore-pipeline
Automation

This skill orchestrates the full Android Play Store deployment pipeline, automating five setup phases to deliver a production-ready CI/CD flow.

Ci CdDevopsShell
android-playstore-publishing
Automation

This skill automates end-to-end Android Play Store publishing by generating internal, beta, and production workflows with validation.

Ci CdCloudDevopsScripting+2
android-espresso-dependencies
Automation

This skill adds Espresso and AndroidX Test dependencies to your Android project and guides optional test runner configuration.

Ci CdDebuggingScriptingTesting+1
android-release-validation
Automation

This skill validates Android release builds end-to-end, ensuring ProGuard/R8, signing, mapping, and metadata are production-ready.

Ci CdDebuggingReleaseTesting+1
android-additional-tests
Automation

This skill adds comprehensive Android UI and flow tests beyond smoke tests to validate navigation, screens, and user interactions.

Ci CdDebuggingFrontendIntegration Tests+2
version-management
Automation

This skill helps you manage versions across technologies by using Git tags as truth and updating language-specific adapters.

Ci CdDevopsGitRelease+2
android-proguard-setup
Ci Cd

This skill configures ProGuard/R8 for Android release builds with safe defaults, enabling minification and resource shrinking for stable apps.

DebuggingDevopsPerformanceScripting+2
privacy-policy-generate
Data

This skill generates a GitHub Pages ready privacy policy for Android apps by scanning project metadata and prompting for missing details.

DocsGitScriptingSecurity+1
android-e2e-testing-setup
Automation

This skill sets up a lightweight Android UI Automator smoke test to verify app launches across debug and release builds.

Ci CdReleaseScriptingTesting+1
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational