microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/ado.collection.yml
58lines · 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 | - path: .github/agents/ado/ado-backlog-manager.agent.md |
| 15 | kind: agent |
| 16 | # Prompts |
| 17 | - path: .github/prompts/ado/ado-create-pull-request.prompt.md |
| 18 | kind: prompt |
| 19 | - path: .github/prompts/ado/ado-get-build-info.prompt.md |
| 20 | kind: prompt |
| 21 | - path: .github/prompts/ado/ado-get-my-work-items.prompt.md |
| 22 | kind: prompt |
| 23 | - path: .github/prompts/ado/ado-process-my-work-items-for-task-planning.prompt.md |
| 24 | kind: prompt |
| 25 | - path: .github/prompts/ado/ado-update-wit-items.prompt.md |
| 26 | kind: prompt |
| 27 | - path: .github/prompts/ado/ado-add-work-item.prompt.md |
| 28 | kind: prompt |
| 29 | - path: .github/prompts/ado/ado-discover-work-items.prompt.md |
| 30 | kind: prompt |
| 31 | - path: .github/prompts/ado/ado-sprint-plan.prompt.md |
| 32 | kind: prompt |
| 33 | - path: .github/prompts/ado/ado-triage-work-items.prompt.md |
| 34 | kind: prompt |
| 35 | # Instructions |
| 36 | - path: .github/instructions/ado/ado-create-pull-request.instructions.md |
| 37 | kind: instruction |
| 38 | - path: .github/instructions/ado/ado-get-build-info.instructions.md |
| 39 | kind: instruction |
| 40 | - path: .github/instructions/ado/ado-update-wit-items.instructions.md |
| 41 | kind: instruction |
| 42 | - path: .github/instructions/ado/ado-wit-discovery.instructions.md |
| 43 | kind: instruction |
| 44 | - path: .github/instructions/ado/ado-wit-planning.instructions.md |
| 45 | kind: instruction |
| 46 | - path: .github/instructions/ado/ado-backlog-sprint.instructions.md |
| 47 | kind: instruction |
| 48 | - path: .github/instructions/ado/ado-backlog-triage.instructions.md |
| 49 | kind: instruction |
| 50 | - path: .github/instructions/ado/ado-interaction-templates.instructions.md |
| 51 | kind: instruction |
| 52 | - path: .github/instructions/shared/hve-core-location.instructions.md |
| 53 | kind: instruction |
| 54 | # Skills |
| 55 | - path: .github/skills/shared/pr-reference |
| 56 | kind: skill |
| 57 | display: |
| 58 | ordering: manual |
| 59 | |