Back to GitHub briefs

GitHub Copilot in Visual Studio: Agent Preview and Skills

GitHub previews Copilot in Visual Studio with background agent sessions, custom Markdown skills, multi-model reviews, automated tests, Work IQ specs, debugger assistance, and modernization agents.

Processed May 30, 2026
Infographic showing Visual Studio Session Manager coordinating review, planning, testing, and modernization agents.

Executive Summary

GitHub Product Manager Wendy Breiding previews the June 2026 Visual Studio release, demonstrating the new multi-agent Agent Preview harness, automated test generation, and cross-model code review skills.

Visual Studio 2026 integrates the Copilot CLI SDK directly into the IDE interface, introducing asynchronous background task automation.

A dedicated Session Manager allows developers to run, monitor, and transition between multiple parallel coding and planning agents seamlessly.

The custom skills architecture allows developers to define multi-model verification tasks via basic Markdown configuration files.

Key Takeaways

  • The upcoming June release bridges toolsets directly between VS Code workflows and the native Visual Studio environment.
  • A built-in model picker displays real-time pricing and token resource credit consumption tracking across different engines.
  • Custom review skills can be configured to execute parallel verification code checks across completely distinct model families simultaneously.
  • The integrated Plan Mode generates comprehensive standalone Markdown design blueprints before any code modifications are made.
  • The new Work IQ capability integrates with communication systems to ingest text records and produce technical implementation specs automatically.
  • Automated Profiler and Debugger agents provide explicit structural code fixes by interacting directly with real-time IDE breakpoints.
  • The Modernize agent builds sequential architectural transition strategies to upgrade legacy .NET Framework code bases to modern runtimes.

Builder Implications

  • Build custom company-wide code review Markdown templates to enforce strict thread safety and compliance validations across check-ins.
  • Use Plan Mode to isolate code modifications into standalone specification files before committing edits to main repositories.
  • Leverage the background Dev Box runtime environment to sustain long-running test generation tasks even after closing the IDE.
  • Incorporate the Work IQ tool chain to replace manual technical writing tasks by linking directly to team conversation text logs.
  • Scope test automation tasks to explicit component directories using target symbols to reduce redundant processing times.

Things to Verify

  • Verify structural compilation behavior when Copilot agents run long, multi-file code transformations simultaneously.
  • Check the real-world false-positive rates of parallel model code reviews compared to single senior developer validations.
  • Examine total token and credit consumption overhead when running multiple concurrent automated debugger sessions.
  • Test how accurately the Work IQ engine captures nested technical dependencies from complex, multi-person meeting records.