From auto-mobile
Runs narrowest test commands for fast, actionable feedback in TypeScript/Bun, Android/Gradle, and iOS/Swift projects. Ideal for test-only requests.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Use the smallest test command that answers the user’s question.
Runs project validation checks including lint, build, formatting, config, and platform scripts for TypeScript, Swift/iOS, Android, Docker, GitHub Actions.
Orchestrates running tests, linting, and quality checks via project scripts like run_tests.sh, run_lint.sh, and run_quality_suite.sh. Guides scenarios, triages failures, and recommends verification order.
Share bugs, ideas, or general feedback.
Use the smallest test command that answers the user’s question.
validate when lint, build, formatting, or other non-test checks are part of the request.bun test <file> or bun test --bail before bun test when narrowing failures.scratch/ when needed and summarize failures with file names and root causes.bun testbun test <file>bash scripts/validate-bun-test-timings.sh(cd android && ./gradlew test) or a narrower taskbash scripts/ios/swift-test.shscripts/