Use this skill when you need operates HyperExecute end-to-end for TestMu AI/LambdaTest cloud test execution: analyze projects, create YAML, validate locally, run CLI jobs, debug failures, and wire CI. Use when the user mentions HyperExecute, hyperexecute.yaml, HyperExecute CLI, autosplit, matrix execution,...
hyperexecute analyze when the CLI is available; use local inspection only as fallback.hyperexecute.yaml from the analyze output, project test commands, and templates in reference/.node scripts/doctor.js --config hyperexecute.yaml and node scripts/validate-config.js hyperexecute.yaml../hyperexecute --user "$LT_USERNAME" --key "$LT_ACCESS_KEY" --config hyperexecute.yaml --validate.reference/troubleshooting.md.LT_USERNAME and LT_ACCESS_KEY from local environment variables or CI secrets; never hardcode credentials in YAML or docs.--job-secret-file only for extra job-scoped secrets, preferably outside the repo or ignored by .gitignore/.hyperexecuteignore.--verbose when useful, download logs/artifacts/reports, fix one cause at a time.CI=true for quieter logs, and keep downloaded artifacts available for failed jobs.autosplit, concurrency, cache keys, retries, smart ordering, and matrix/hybrid scope after one successful run.scripts/doctor.js: checks CLI readiness, credentials, config presence, and optional official validation.scripts/validate-config.js: lightweight config linting for common mistakes before official CLI validation.scripts/build-command.js: prints safe validate/run/debug/download commands using environment variable references.scripts/summarize-artifacts.js: summarizes downloaded logs, reports, and artifacts for triage.