ecutest-api-skill
ecu.test (local, multi-version)
Use local ecu.test files as the source of truth. Prefer RST (*_sources/*.rst.txt) when shipped (<=2025.1), otherwise use the Sphinx HTML docs (>=2025.2). Always confirm exact Python signatures in Templates\ApiClient\ApiClient.py / Templates\ApiClient\ApiClient.xml.
Base path / environment
.env(next to this file) defines installed ecu.test roots, e.g.:ECU_TEST_2024_3_HOME=C:\Program Files\ecu.test 2024.3ECU_TEST_2025_4_HOME=C:\Program Files\ecu.test 2025.4
- Optional override:
ECU_TEST_HOME=...(forces a single version without passing--version)
Version selection (important)
- If the user specifies a version (e.g. 2025.4), use
ECU_TEST_2025_4_HOMEas the install root. - If the user does NOT specify a version:
- use
ECU_TEST_HOMEif set, otherwise - use the latest
ECU_TEST_<version>_HOMEfound in.env.
- use
- If the version matters (API changed) and the user did not specify it, ask which ecu.test version to target.
Docs roots (auto by version)
Paths below are relative to the selected ecu.test install root (see Version selection).
More from blitzer207/blitzer-skills
testguide-flowkit-skill
Create, debug, and optimize flow.kit-based test.guide workflows in `flow_definition.py` (flow bundle). Use when designing or modifying flows with `FlowBuilder`/`add_block_with`/`Assign`, selecting/connecting flow.kit blocks (triggers, test.guide, control-flow, user-code), running `main.py` to validate/execute/visualize, or consulting `.vscode/flow-kit-snippets.code-snippets` and `flow_kit/**/*.pyi` / `site-packages/**/*.pyi` for API details.
7devops
DevOps运维专家。用于服务器运维、故障诊断、部署管理、Docker/Nginx/数据库操作、性能分析和安全巡检。当用户提到服务器、部署、Docker、Nginx、故障排查、性能问题、日志分析、服务状态检查等运维相关话题时自动激活。
4atlassian-cli
>
2ecutest-code
Use when writing Python automation tests with ecutest_code library for ecu.test. Covers ToolAccess state lifecycle, variable registration, job/diag calls, recording, packages, pytest fixture patterns, and test.guide integration.
1