Automates the Android app release process, including version bumping, changelog creation, committing, and GitHub release creation.
Comprehensive technical research across GitHub, Google, and internal project knowledge. Use when tasked with finding libraries, researching implementation patterns, or looking up technical specifications.
Specialized workflow for reverse engineering Android applications (APKs/AABs). Use this when tasked with analyzing app logic, security auditing, identifying tracking/malware, or extracting assets/code from Android apps using tools like adb, apktool, and jadx.
Generates a new screen (Activity, Screen Composable, ViewModel) and registers it in the manifest and DI module. Use this when the user wants to add a new screen or feature to the app.
A high-standard development workflow skill. Use this for implementing features or fixes to ensure research, logic reuse, clean code, review, and build verification.