Skip to main content
Kodus integrates with Azure DevOps via webhooks. Once configured, every pull request gets reviewed automatically.

Steps

  1. Create an account at kodus.io or self-host Kodus
  2. Connect Azure DevOps — authorize during setup and configure your Personal Access Token
  3. Configure webhooks — follow the guided setup to enable pull request events
  4. Select repositories — choose which Azure DevOps repositories Kodus should review
  5. Open a pull request — Kodus reviews it automatically

What you get

  • Automated reviews on every PR
  • Comments posted directly in the pull request
  • Customizable rules and suggestion controls
  • Business logic validation against linked work items

Custom configuration

Drop a kodus-config.yml in your repo root to customize behavior per repository. The file overrides web settings automatically.

Using a Personal Access Token

Azure DevOps requires a PAT for Kodus to access your repositories and post review comments. Make sure the token has the appropriate scopes for code read and PR comment access. For the full setup guide, see Azure DevOps Webhooks and Azure DevOps PAT.