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

  1. Reads the work item for the documentation scope
  2. Reads the relevant code to gather accurate, up-to-date information
  3. Creates or updates wiki pages in the Azure DevOps project wiki via the MCP server
  4. 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.