From auto-mobile
Runs Gradle wrapper tasks (e.g., test, lint, assemble) from android/ subdirectory for Android validation and builds. Saves long output to scratch/. Use as building block for broader workflows.
How this command is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:SKILLandroid-gradlew/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Android Gradle Wrapper Run Android work from `android/` via the Gradle wrapper. - Prefer `(cd android && ./gradlew <task>)` or `bash scripts/android/gradlew_task.sh <task>` once that wrapper script is implemented. - Do not run Gradle tasks from the repo root. - Choose explicit tasks that match the request, such as `test`, `lint`, `assemble`, or a module-scoped task. - Save long Gradle output under `scratch/` when you need to inspect logs that will not be shown directly. - Treat this as a building-block skill for `validate`, `test`, or `check-ci`, not as the primary workflow when the use...
Run Android work from android/ via the Gradle wrapper.
(cd android && ./gradlew <task>) or bash scripts/android/gradlew_task.sh <task> once that wrapper script is implemented.test, lint, assemble, or a module-scoped task.scratch/ when you need to inspect logs that will not be shown directly.validate, test, or check-ci, not as the primary workflow when the user asks for a broader task.local-validation-scripts when a repo script already wraps the Android validation you need.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobile/android-buildBuilds an Android project using Gradle, generating APK/AAB artifacts and automatically fixing build errors via android-build-resolver. Supports module-specific builds and release variants.
/gradle-buildIncrementally fixes Gradle build and compilation errors for Android and Kotlin Multiplatform projects by detecting issues, applying minimal fixes, verifying with re-builds, and summarizing results.
/java-buildBuild Java project with Maven or Gradle - compile, test, package
/buildBuilds Java project by detecting Maven or Gradle, runs clean build with tests, reports success or failure details, test summaries, and fix suggestions.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.