From auto-mobile
Runs 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.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobiletest/# Run Tests Use the smallest test command that answers the user’s question. - This skill is test-focused. - Prefer `validate` when lint, build, formatting, or other non-test checks are part of the request. ## Workflow 1. Determine the scope from the changed files or the user request. 2. Prefer targeted tests before full suites. 3. For TypeScript, use `bun test <file>` or `bun test --bail` before `bun test` when narrowing failures. 4. For Android or iOS, run only the relevant platform test command. 5. Save verbose logs to `scratch/` when needed and summarize failures with file names and ...
/testExecutes intelligent tests based on PR changes or patterns/modifiers, runs them via ./run_tests.sh, analyzes/fixes results, and verifies GitHub CI status.
/testRuns project test suite by auto-detecting type (Python, Node.js, Java, .NET, Go, Rust) and executing tests (pytest, npm test, mvn test, etc.). Reports pass/fail, details failures, suggests fixes.
/SKILLConfigures Git user identity and project commit scopes: verifies name/email, initializes git-agent, validates scopes from .git-agent/config.yml, generates .claude/git.local.md.
/SKILLLaunches isolated code-context researcher agent to fetch repo/library context via DeepWiki, Context7, Exa, git clone, or all methods. Accepts repo URL/name and optional --method flag.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLCreates executable implementation plans from design folders, decomposing specs into granular tasks via phased loop with user validation and git commit.
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/