microsoft / microsoft/hve-core
fix: AzDO PRD to WIT agent not able to create ADO work items
@jkim323 is already working on this.
Since Jun 25, 2026.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 301
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 92
Description
### Component
Custom Agents
### Bug Description
The AzDO PRD to WIT agent is not properly loading the skills to create Azure DevOps work items.
I have executed an `az login --tenant XXXX` command in a tenant connected to my ADO organization. The Azure DevOps MCP JSON config file is configured to connect to my ADO organization. The Agent properly reads from my organization and project yet cannot create work items. It repeatedly tells me the skills have not been loaded:
When switching GitHub copilot to the default "Agent" away from "AzDO PRD to WIT", the agent is successfully able to create work items:
### Expected Behavior
AzDO PRD to WIT agent should be able to properly load work item creation skills/capabilities.
### Steps to Reproduce
_No response_
### Additional Context
_No response_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.