Build Release
Automates build, testing, and release pipelines from code commit to deployment using pre-defined configurations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ingpdw-build-release npx -- -y @trustedskills/ingpdw-build-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ingpdw-build-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ingpdw-build-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the Android application release process. It handles tasks such as incrementing version codes, building APKs or App Bundles, and preparing them for distribution to app stores like Google Play. The tool streamlines the often complex and error-prone steps involved in releasing a new version of an Android application.
When to use it
- You need to release a new version of your Android application with updated features and bug fixes.
- You want to automate the build process to reduce manual effort and potential errors.
- Your development team follows a structured release cycle requiring consistent versioning and packaging.
- Preparing an app bundle for Google Play Store distribution is required.
Key capabilities
- APK/App Bundle generation
- Version code incrementing
- Release preparation
Example prompts
- "Build the latest Android application for release."
- "Prepare a release version of my app with version code 12345."
- "Generate an APK and App Bundle for distribution."
Tips & gotchas
- Ensure your development environment is properly configured with necessary build tools.
- The skill may require access to project configuration files (e.g.,
build.gradle).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.