一键导入
azdo-helix
A skill that explains how to query helix work items
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A skill that explains how to query helix work items
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | azdo-helix |
| description | A skill that explains how to query helix work items |
Helix is a cloud-based testing platform that is used by the .NET team to run tests in parallel across a large number of machines. AzDO pipelines will create jobs that send a series of artifacts (tests and commands) to Helix, which then distributes the work across its pool of machines and returns the results back to AzDO.
This leads to the following relationships:
The console output of the Helix job can be accessed by using the tools
helix_console_for_build - which will download the console outputs for a given build and job.helix_console_for_pr - which will download the console outputs for a given pull requesthelix_console_for_work_item - which will download the console outputs for a specific helix work item.Jobs generate a lot of helix work items and it's expensive to download them all. The tools default to getting failed helix work items. Only request all helix work items if the user specifically asks for it.
When a helix job exits in a success or failure state the test results will be uploaded to AzDO pipeline.