microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/ado.collection.yml
42lines · modecode
| 1 | id: ado |
| 2 | name: Azure DevOps Integration |
| 3 | description: Azure DevOps work item management, build monitoring, and pull request creation |
| 4 | tags: |
| 5 | - azure-devops |
| 6 | - ado |
| 7 | - work-items |
| 8 | - builds |
| 9 | - pull-requests |
| 10 | items: |
| 11 | # Agents |
| 12 | - path: .github/agents/ado/ado-prd-to-wit.agent.md |
| 13 | kind: agent |
| 14 | # Prompts |
| 15 | - path: .github/prompts/ado/ado-create-pull-request.prompt.md |
| 16 | kind: prompt |
| 17 | - path: .github/prompts/ado/ado-get-build-info.prompt.md |
| 18 | kind: prompt |
| 19 | - path: .github/prompts/ado/ado-get-my-work-items.prompt.md |
| 20 | kind: prompt |
| 21 | - path: .github/prompts/ado/ado-process-my-work-items-for-task-planning.prompt.md |
| 22 | kind: prompt |
| 23 | - path: .github/prompts/ado/ado-update-wit-items.prompt.md |
| 24 | kind: prompt |
| 25 | # Instructions |
| 26 | - path: .github/instructions/ado/ado-create-pull-request.instructions.md |
| 27 | kind: instruction |
| 28 | - path: .github/instructions/ado/ado-get-build-info.instructions.md |
| 29 | kind: instruction |
| 30 | - path: .github/instructions/ado/ado-update-wit-items.instructions.md |
| 31 | kind: instruction |
| 32 | - path: .github/instructions/ado/ado-wit-discovery.instructions.md |
| 33 | kind: instruction |
| 34 | - path: .github/instructions/ado/ado-wit-planning.instructions.md |
| 35 | kind: instruction |
| 36 | - path: .github/instructions/shared/hve-core-location.instructions.md |
| 37 | kind: instruction |
| 38 | # Skills |
| 39 | - path: .github/skills/shared/pr-reference |
| 40 | kind: skill |
| 41 | display: |
| 42 | ordering: manual |
| 43 | |