Skip to content

Update Visual Studio installation and capitalize product names#285

Merged
albertov19 merged 2 commits into
mainfrom
albertov19/repo-reviews-capitalization
Apr 28, 2026
Merged

Update Visual Studio installation and capitalize product names#285
albertov19 merged 2 commits into
mainfrom
albertov19/repo-reviews-capitalization

Conversation

@albertov19

Copy link
Copy Markdown
Collaborator

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:

  • Added a detailed installation guide for the new kluster.ai Visual Studio extension (Windows x64 only), including prerequisites, step-by-step instructions, login options, Copilot Chat integration, and uninstallation steps in code-reviews/get-started/installation.md.
  • Updated compatibility references to include Visual Studio in supported IDEs and workflows in code-reviews/faq.md and code-reviews/get-started/pick-your-workflow.md. [1] [2] [3] [4]

Repo Reviews terminology standardization:

  • Standardized the term "Repo Reviews" (capitalized) across all documentation, replacing previous usages like "repo reviews" or "repository reviews" in files such as code-reviews/changelogs.md, code-reviews/cli/repo-reviews.md, code-reviews/cli/review-commands.md, and code-reviews/faq.md. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]

Changelog updates:

  • Added new changelog entries for Visual Studio extension release, Repo Reviews filtering and CSV export, and per-repo PR Reviews controls in code-reviews/changelogs.md.
  • Clarified and updated previous changelog entries to use the new "Repo Reviews" terminology and more precise feature descriptions. [1] [2] [3] [4] [5]

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

  • 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

Copilot AI review requested due to automatic review settings April 28, 2026 09:18
@albertov19 albertov19 added A2 - Maintenance Minor Pull request contains minor updates to an existing page (i.e., modifying parameters, steps, etc.) B0 - Needs Review Pull request is ready for review C1 - Medium Medium priority task labels Apr 28, 2026
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>
@albertov19 albertov19 force-pushed the albertov19/repo-reviews-capitalization branch from 2615f30 to 47d4aee Compare April 28, 2026 09:20
@kluster-ai

kluster-ai Bot commented Apr 28, 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 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 Clear

No issues detected 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

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

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).
        ![Active kluster.ai plugin in JetBrains](/images/code-reviews/get-started/installation/jetbrains/jetbrains-integration-5.webp)


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

Comment thread code-reviews/get-started/pick-your-workflow.md
@albertov19 albertov19 merged commit b7e0451 into main Apr 28, 2026
7 checks passed
@albertov19 albertov19 deleted the albertov19/repo-reviews-capitalization branch April 28, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A2 - Maintenance Minor Pull request contains minor updates to an existing page (i.e., modifying parameters, steps, etc.) 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