From auto-mobile
Runs tests with minimal scope: targeted file-first, full suite only when needed. Saves verbose logs and summarizes failures for fast debugging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:testThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the smallest test command that answers the user’s question.
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/npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileRuns project validation across lint, build, formatting, config, and platform checks. Prefer test when only tests are needed.
Runs tests at the right scope (changed-only, focused, full, type-check, e2e), detects the runner and package manager, and on failure reads output, applies minimal fixes, and reruns until green or blocked.
Generates tests for any file type with automatic framework detection, project convention matching, and type-specific routing (React, Vue, Python, Go, Rust, PHP, E2E).