From auto-mobile
Runs project-wide validation across lint, build, formatting, config, and platform checks. Automatically selects the appropriate script per language or platform, preferring test for test-only requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the lightest validation that covers the touched code, then widen only when needed.
Run the lightest validation that covers the touched code, then widen only when needed.
validate for multi-check verification.test when the request is specifically about running tests or reproducing a test failure.scripts/ and scripts/README.md for an existing validator.bun run lintbun run buildAGENTS.md: bash scripts/validate_codex_skills.shbash scripts/all_fast_validate_checks.shbash scripts/hadolint/validate_hadolint.shbash scripts/act/validate_act.shbash scripts/ios/swift-build.shONLY_TOUCHED_FILES=false bash scripts/swiftformat/validate_swiftformat.shONLY_TOUCHED_FILES=false bash scripts/swiftlint/validate_swiftlint.shbash scripts/validate-bun-test-timings.shbash scripts/detect-dead-code-ts.shlint, build, and relevant tests.scripts/.android/.scripts/ios/ entry points.scratch/ and report only the actionable failures.npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileRuns tests with minimal scope: targeted file-first, full suite only when needed. Saves verbose logs and summarizes failures for fast debugging.
Runs lint, type-check, tests, and build checks for Node.js/TS, Python, Rust, Go, Java projects to verify code health after changes.
Runs the full local validation suite including shellcheck, bash syntax checks, tools_config validators, MCP sync validator, distro-compat validator, Claude skills validator, bats tests, ruff lint, and pytest.