Update Visual Studio installation and capitalize product names#285
Conversation
Bundles the terminology and platform-UI-label fixes from the original follow-up branch into one commit on top of post-#284 main: - Capitalize "Repo Reviews" (capital R, capital R) when referring to the product, dashboard, screen, results, or features. - Keep lowercase "repo review/reviews" only for the activity of reviewing a repository. - Capitalize "PR Reviews" / "PR Review" as the product name. - Use "PR Review bot" (capital P, capital R, lowercase bot) for the bot itself; replace older "PR bot" references in changelog entries. - Keep lowercase "PR review" only for activity references (e.g., "every PR review runs at the ultra-deep level"). - Update platform UI label "PR Bot Installation" -> "PR Bot Configuration" across the four PR Reviews integration pages. Files updated: changelogs.md, cli/repo-reviews.md, cli/review-commands.md, faq.md, get-started/pick-your-workflow.md, pr-reviews/{azure-devops, bitbucket, github, gitlab, quickstart}.md, repo-reviews/quickstart.md, review-modes.md, troubleshooting.md. The Visual Studio install tab Windows ARM correction lives in a separate commit since installation.md was restructured by #284 and needs manual re-application. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…inux Visual Studio itself does not run on macOS (discontinued in 2024) or Linux, so the previous wording was misleading. The actual platform constraint is that the kluster.ai extension does not support Windows ARM, only Windows x64. Re-applied on top of post-#284 main, which had restructured installation.md with a clearer hierarchy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2615f30 to
47d4aee
Compare
🤖 kluster.ai PR Review Summary⚡ Review this PR in 1/10 of the time — Try our new AI-powered code review experience 📋 PR SummaryThis PR updates the kluster.ai documentation to reflect the recent addition of Visual Studio support and various improvements to the Code Reviews feature. The changes include updating the changelogs to reflect new features such as Visual Studio support, filtering and CSV export for Repo Reviews, and per-repo PR Reviews controls. The documentation has been revised to include installation instructions for Visual Studio, and various references to supported IDEs have been updated to include Visual Studio. The FAQ and other sections have been updated to reflect the expanded compatibility and new features of the Code Reviews feature. ✅ All ClearNo issues detected in this PR.
Powered by kluster.ai - Real-Time AI code review in your IDE |
There was a problem hiding this comment.
Pull request overview
This PR updates the Code Reviews documentation to add Visual Studio (Windows x64) installation instructions and to standardize/clarify product terminology (notably “Repo Reviews”), along with a few platform/UI reference updates across PR Reviews and workflow docs.
Changes:
- Added a new Visual Studio installation tab (including Copilot Chat tool enablement steps) and supporting screenshots.
- Standardized “Repo Reviews” capitalization and updated workflow/compatibility references to include Visual Studio.
- Refreshed PR Reviews setup language (e.g., “PR Bot Configuration page”) and updated changelog entries.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| images/code-reviews/get-started/installation/visualstudio/visualstudio-integration-3.webp | Adds a Visual Studio installation screenshot used by the new docs section. |
| code-reviews/troubleshooting.md | Capitalizes PR Reviews terminology in an Azure DevOps troubleshooting heading. |
| code-reviews/review-modes.md | Adds Visual Studio to compatibility lists and standardizes “Repo Reviews” terminology/links. |
| code-reviews/repo-reviews/quickstart.md | Standardizes “Repo Reviews” terminology in headings and cross-links. |
| code-reviews/pr-reviews/quickstart.md | Tweaks wording to consistently refer to the PR Review bot. |
| code-reviews/pr-reviews/gitlab.md | Updates UI/page naming for the PR Reviews setup flow. |
| code-reviews/pr-reviews/github.md | Updates UI/page naming and alt text for the PR Reviews setup flow. |
| code-reviews/pr-reviews/bitbucket.md | Updates UI/page naming for the PR Reviews setup flow. |
| code-reviews/pr-reviews/azure-devops.md | Updates wording (“PR Reviews”/“Repo Reviews”) and UI/page naming; updates alt text accordingly. |
| code-reviews/ide-reviews/human-written-code/on-demand-reviews.md | Updates install links to point at specific installation tabs; adds Visual Studio card. |
| code-reviews/ide-reviews/human-written-code/automatic-reviews.md | Updates install links to point at specific installation tabs; adds Visual Studio card. |
| code-reviews/ide-reviews/ai-generated-code/on-demand-reviews.md | Updates install links to point at specific installation tabs; adds Visual Studio card. |
| code-reviews/ide-reviews/ai-generated-code/automatic-reviews.md | Updates install links to point at specific installation tabs; adds Visual Studio card. |
| code-reviews/get-started/pick-your-workflow.md | Adds Visual Studio to compatibility lists and standardizes “Repo Reviews” terminology. |
| code-reviews/get-started/installation.md | Adds a full Visual Studio installation/login/Copilot Chat enablement guide and references screenshots. |
| code-reviews/faq.md | Updates supported IDE list to include Visual Studio and standardizes “Repo Reviews” references. |
| code-reviews/cli/review-commands.md | Standardizes “Repo Reviews” link text in Next steps. |
| code-reviews/cli/repo-reviews.md | Standardizes “Repo Reviews” terminology in title/description/body. |
| code-reviews/changelogs.md | Adds April 2026 entries (Visual Studio, Repo Reviews filtering/CSV, PR Reviews controls) and standardizes older terminology. |
Comments suppressed due to low confidence (2)
code-reviews/get-started/installation.md:140
- The tool/package name here is “Kluster-Verify-Code”, but earlier in this same doc the VS Code instructions reference “Kluster-Verify-Tool”. Please confirm the correct MCP/tool name(s) and standardize the terminology so users can reliably find the right entry in the UI.
1. Open the kluster.ai plugin panel from the right sidebar.
2. Confirm that your account is connected and the plugin is active.
code-reviews/get-started/installation.md:142
- Saying “supports Visual Studio 2026” reads like only that single version is supported. If the extension supports a range (e.g., 2022+), it would be clearer to document the supported version range explicitly (and/or link to the Marketplace page’s requirements).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
This pull request updates the documentation to add support for and instructions on the new Visual Studio extension, and standardizes the term "Repo Reviews" throughout the code review documentation. It also clarifies platform compatibility and updates various references and instructions to reflect these changes.
Visual Studio support and documentation:
code-reviews/get-started/installation.md.code-reviews/faq.mdandcode-reviews/get-started/pick-your-workflow.md. [1] [2] [3] [4]Repo Reviews terminology standardization:
code-reviews/changelogs.md,code-reviews/cli/repo-reviews.md,code-reviews/cli/review-commands.md, andcode-reviews/faq.md. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Changelog updates:
code-reviews/changelogs.md.These changes ensure that documentation is up to date with new product features and that it maintains consistent terminology for a clearer user experience.
Checklist
kluster-mkdocsrepo