Android Release Validation
Automates Android release validation checks, ensuring build quality, compliance, and identifying potential issues before distribution.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add android-release-validation npx -- -y @trustedskills/android-release-validation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"android-release-validation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/android-release-validation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the validation of Android release builds. It checks for common issues like missing icons, incorrect package names, and unsigned APKs before a release is pushed to production. The tool aims to reduce errors and ensure consistent build quality across releases.
When to use it
- Before submitting an app update to the Google Play Store.
- When preparing a beta release for internal testing.
- As part of a continuous integration/continuous delivery (CI/CD) pipeline for Android apps.
- To quickly verify that a newly built APK meets all required criteria.
Key capabilities
- APK signature verification
- Icon presence and resolution checks
- Package name validation
- Manifest file analysis
Example prompts
- "Validate the release build located at /path/to/app.apk."
- "Run Android release validation on the latest APK in the builds directory."
- "Check if app.apk is properly signed and has all required icons."
Tips & gotchas
The skill requires access to the APK file being validated. Ensure that the AI agent has appropriate permissions to read the file location specified in the prompt.
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.