원클릭으로
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.