lambdatest/hyperexecute-skill
> Operates HyperExecute end-to-end for TestMu AI/LambdaTest cloud test debug failures, and wire CI. Use when the user mentions HyperExecute, hyperexecute.yaml, HyperExecute CLI, autosplit, matrix execution, LambdaTest grid, cloud test runs, CI test orchestration, or migrating Playwright/Cypress/Selenium/Pytest/WebdriverIO tests to HyperExecute.
npx skills add https://github.com/LambdaTest/agent-skills --skill hyperexecute-skill
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.Take lambdatest/hyperexecute-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.