Skip to content

Developer Tools

Visual Studio Gets a New Copilot Agent and Built-In Skills

Visual Studio 2026 adds a preview Copilot agent, opt-in.NET and Azure skills, selected-code review, and organization instructions.

The Vibe Father 5 min read
Astronaut operating a laptop terminal on the Space Shuttle flight deck
A NASA astronaut working from a laptop terminal in orbit. Wikimedia Commons NASA / Lyndon B. Johnson Space Center Public domain
Share Post to X LinkedIn

Visual Studio 2026 now has a public-preview Copilot agent built on the same Copilot SDK used by GitHub Copilot CLI. The July update also adds opt-in skills from Microsoft’s.NET and Azure teams, selected-code review, and organization-level custom instructions.

The four changes that matter

  1. A new agent. GitHub says the preview agent completes more tasks with less back-and-forth and produces shorter responses.
  2. Built-in expertise..NET and Azure skills appear when their workloads are installed. They are disabled by default so developers can inspect and enable them.
  3. Review Selection. Developers can request inline review comments for a selected block and apply or generate suggested changes.
  4. Organization instructions. Owners can set guidance that applies across repositories in the organization for Copilot Business and Enterprise users.

Why opt-in skills are the right default

A skill can add domain instructions and influence tool use. That is powerful, but a large skill catalog can make behavior less predictable. Opt-in activation lets a team choose the minimum expertise required for a task and review the instruction source before use.

ControlRecommended practice
Built-in skillsEnable per workload and test on representative repositories
Organization instructionsKeep concise, versioned, and free of secrets
Selected-code reviewUse as a second pass, not merge approval
Preview agentPilot with tests and an easy fallback

Organization instructions need ownership

Shared guidance can encode testing commands, architecture boundaries, and review expectations once. It can also become stale policy that quietly affects every developer. Assign an owner, review changes through source control where possible, and verify how conflicts with repository instructions are resolved.

Bottom line

The July Visual Studio update makes Copilot more agentic and more customizable. The strongest feature is not automation alone. It is the ability to package reviewed expertise and team rules close to the work. Treat preview behavior as a pilot and keep the compiler, tests, and human reviewer in charge.

Source

Reader check

Was this article helpful?

One click helps us decide what to research next.

The app behind this research

TheVibeFather is the multi-CLI AI coding harness

You just read field notes from the same team that ships TheVibeFather — the multi-CLI AI coding harness that runs Claude Code, Codex, OpenCode and more with shared memory and a verify gate. Bring your own keys.

Keep reading