Wiki Editing
Azent can create and update Azure DevOps wiki pages, keeping your project documentation in sync with your codebase.
How to trigger
Create a work item describing the documentation you need and add a comment:
@Azent write a wiki page documenting the API endpoints
@Azent update the onboarding wiki page with the new setup steps
What the agent does
- Reads the work item for the documentation scope
- Reads the relevant code to gather accurate, up-to-date information
- Creates or updates wiki pages in the Azure DevOps project wiki via the MCP server
- Posts a summary comment with links to the created/updated pages
Note: The bot user PAT must have Wiki (Read & Write) scope for this feature to work.