Skip to content

Add Azure DevOps support for PR reviews and repo reviews#271

Merged
albertov19 merged 3 commits into
mainfrom
albertov19/adds-devazure
Apr 8, 2026
Merged

Add Azure DevOps support for PR reviews and repo reviews#271
albertov19 merged 3 commits into
mainfrom
albertov19/adds-devazure

Conversation

@albertov19

Copy link
Copy Markdown
Collaborator

New PR review integration page with admin consent flow, personal access token setup, and connection instructions. Updated cross-references across 11 existing pages to include Azure DevOps. Added changelog entry for custom AI rules support. Noted the custom rules limitation for Azure DevOps.

Description

This pull request adds comprehensive support and documentation for Azure DevOps integration in the kluster.ai Code Reviews platform. It updates guides, navigation, and quickstart material to include Azure DevOps as a first-class provider for both PR reviews and repo reviews, and introduces a dedicated setup guide. It also clarifies feature availability and limitations for Azure DevOps (such as the lack of custom rule support), and updates references to supported providers throughout the documentation.

Azure DevOps Integration

  • Added a new guide (azure-devops.md) detailing how to set up PR reviews with Azure DevOps, including admin consent steps, personal access token requirements, and integration behavior.
  • Added Azure DevOps to the PR Reviews navigation and updated quickstart guides to include setup instructions and provider selection for Azure DevOps. [1] [2] [3]
  • Updated cross-links in GitHub, GitLab, and Bitbucket PR review guides to reference the new Azure DevOps integration. [1] [2] [3]

Repo Reviews and Platform Support

  • Updated repo review quickstart and workflow documentation to include Azure DevOps as a supported provider, with instructions and notes about the admin consent process. [1] [2] [3] [4]
  • Updated the FAQ and feature availability sections to reflect Azure DevOps support for both private and public repositories.

Feature Availability and Limitations

  • Added a note in the rules configuration guide clarifying that automatic rule extraction and project-specific learned rules are currently only available for GitHub repositories, not for Azure DevOps, GitLab, or Bitbucket.
  • Added a warning in the Azure DevOps setup guide that custom rules are not supported for Azure DevOps PR reviews; only default analysis is available.

Changelog

  • Added an April 2026 changelog entry documenting support for custom AI rules in code reviews (for other providers), clarifying current feature scope.

Checklist

  • Required - I have added a label to this PR 🏷️
  • Required - I have run my changes through Grammarly
  • If pages have been moved, I have created redirects in the kluster-mkdocs repo

New PR review integration page with admin consent flow, personal access
token setup, and connection instructions. Updated cross-references across
11 existing pages to include Azure DevOps. Added changelog entry for
custom AI rules support. Noted custom rules limitation for Azure DevOps.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@albertov19 albertov19 added A0 - New Content Pull request contains new content pages B0 - Needs Review Pull request is ready for review C1 - Medium Medium priority task labels Apr 8, 2026
Copilot AI review requested due to automatic review settings April 8, 2026 16:31
@kluster-ai

kluster-ai Bot commented Apr 8, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Azure DevOps to kluster.ai Code Reviews, enabling both PR Reviews and repo reviews. It introduces a new setup flow for Azure DevOps using a personal access token, which requires a one-time admin consent step. The changes update various documentation pages to include Azure DevOps alongside existing GitHub, GitLab, and Bitbucket integrations. Key features include automatic PR reviews with summary and inline comments, as well as repo reviews for full codebase analysis. The updates also reflect that custom rules are not currently supported for Azure DevOps repositories.

🔍 Issues Detected

Found 1 issue(s) in this PR

⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

Comment thread code-reviews/pr-reviews/azure-devops.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Azure DevOps as a first-class provider in the kluster.ai Code Reviews documentation, including a dedicated setup guide and updates across existing PR/repo review docs to reflect Azure DevOps support and limitations.

Changes:

  • Added a new Azure DevOps PR Reviews setup guide and linked it from PR Reviews navigation and other provider pages.
  • Updated repo review docs (quickstart, availability statements, FAQ) to include Azure DevOps and document the admin consent flow.
  • Added documentation updates for rules feature availability and an April 2026 changelog entry for custom AI rules support.

Reviewed changes

Copilot reviewed 12 out of 16 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
images/code-reviews/repo-reviews/repo-reviews-setup-2.webp Adds/updates screenshot for selecting a Git provider including Azure DevOps.
code-reviews/review-modes.md Updates repo review availability text to include Azure DevOps.
code-reviews/repo-reviews/quickstart.md Updates repo review onboarding steps + adds Azure DevOps admin-consent note and updated screenshot alt text.
code-reviews/pr-reviews/quickstart.md Adds Azure DevOps to PR Reviews quickstart description and provider card list.
code-reviews/pr-reviews/gitlab.md Adds cross-link to Azure DevOps integration guide.
code-reviews/pr-reviews/github.md Adds cross-link to Azure DevOps integration guide.
code-reviews/pr-reviews/bitbucket.md Adds cross-link to Azure DevOps integration guide.
code-reviews/pr-reviews/azure-devops.md New Azure DevOps setup guide covering admin consent, PAT creation, and expected bot behavior.
code-reviews/pr-reviews/.nav.yml Adds Azure DevOps page to PR Reviews navigation.
code-reviews/get-started/pick-your-workflow.md Updates repo review availability text to include Azure DevOps.
code-reviews/faq.md Updates FAQ answers to include Azure DevOps support for private repos and CLI usage.
code-reviews/configuration/rules.md Clarifies learned rule extraction is GitHub-only (not Azure DevOps/GitLab/Bitbucket).
code-reviews/changelogs.md Adds April 2026 changelog entry describing custom AI rules support.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread code-reviews/pr-reviews/azure-devops.md Outdated
Comment thread code-reviews/pr-reviews/azure-devops.md Outdated
albertov19 and others added 2 commits April 8, 2026 16:56
New PR review integration page with admin consent flow, personal access
token setup, and connection instructions. Updated cross-references across
11 existing pages to include Azure DevOps. Added changelog entry for
custom AI rules support. Noted custom rules limitation for Azure DevOps.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@albertov19 albertov19 merged commit 053153f into main Apr 8, 2026
5 of 7 checks passed
@albertov19 albertov19 deleted the albertov19/adds-devazure branch April 8, 2026 17:01
@kluster-ai

kluster-ai Bot commented Apr 8, 2026

Copy link
Copy Markdown

🤖 kluster.ai PR Review Summary

Review this PR in 1/10 of the time — Try our new AI-powered code review experience

📋 PR Summary

This PR adds support for Azure DevOps integration to the kluster.ai Code Reviews platform. It introduces new documentation for setting up Azure DevOps PR reviews and repo reviews, including admin consent, personal access token creation, and connection steps. The changes also update existing documentation to include Azure DevOps as a supported platform, alongside GitHub, GitLab, and Bitbucket. The new Azure DevOps integration allows users to automatically review pull requests and run repo reviews on their Azure DevOps repositories. Note that custom rules are not currently supported for Azure DevOps.

🔍 Issues Detected

Found 1 issue(s) in this PR

⚠️ Warning: We haven't found any reviews performed on this branch from the IDE. Make sure to install the IDE and CLI integrations to catch issues earlier and accelerate your development workflow.

Powered by kluster.ai - Real-Time AI code review in your IDE

Comment thread code-reviews/pr-reviews/azure-devops.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A0 - New Content Pull request contains new content pages B0 - Needs Review Pull request is ready for review C1 - Medium Medium priority task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants