From everything-claude-code-mobile
Runs Kotlin Multiplatform tests across all platforms (common, Android, iOS) and reports results per platform with coverage.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code-mobile:kmp-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
# KMP Test Command Run Kotlin Multiplatform tests on all platforms. ## What It Does 1. Run `./gradlew test` for common and platform tests 2. Show test results per platform 3. Report coverage ## Usage ## Quick Commands
Run Kotlin Multiplatform tests on all platforms.
./gradlew test for common and platform tests/kmp-test
/kmp-test common
/kmp-test android
/kmp-test ios
# All tests
./gradlew test
# Common tests only
./gradlew :shared:allTests
# Android tests
./gradlew :shared:compileKotlinAndroid
./gradlew :shared:androidAndroidTest
# iOS Simulator tests
./gradlew :shared:iosSimulatorArm64Test
./gradlew :shared:iosX64Test
npx claudepluginhub ahmed3elshaer/everything-claude-code-mobile --plugin everything-claude-code-mobile/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.
/SKILLRuns narrowest relevant tests for changed files or requests, using commands like `bun test <file>` for TypeScript, `gradlew test` for Android, `swift-test.sh` for iOS; summarizes failures.
/gradle-buildIncrementally fixes Gradle build and compilation errors in Android and Kotlin Multiplatform projects. Detects project type, runs builds, groups errors, and applies minimal fixes in a loop.