Skip to content

Commit f6baafb

Browse files
committed
Incorporated feedback
1 parent 37a9f3f commit f6baafb

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

docs/ide/copilot-agent-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,6 @@ For more information, see [Managing policies and features for GitHub Copilot in
398398
## Related content
399399

400400
- [Use custom agents in GitHub Copilot](copilot-specialized-agents.md)
401-
- [Use agent skills](copilot-agent-skills.md)
401+
- [Use Agent Skills](copilot-agent-skills.md)
402402
- [GitHub Copilot Edits](copilot-edits.md)
403403
- [GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage)

docs/ide/copilot-agent-skills.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Use agent skills with GitHub Copilot
3-
description: Learn how to define reusable agent skills that teach Copilot agents how to perform specific tasks in Visual Studio.
4-
ms.date: 04/23/2026
2+
title: Use Agent Skills with GitHub Copilot
3+
description: Learn how to define reusable Agent Skills that teach Copilot agents how to perform specific tasks in Visual Studio.
4+
ms.date: 04/27/2026
55
ms.topic: how-to
66
author: mikejo5000
77
ms.author: mikejo
@@ -14,7 +14,7 @@ ms.update-cycle: 180-days
1414
monikerRange: '>= visualstudio'
1515
---
1616

17-
# Use agent skills with GitHub Copilot
17+
# Use Agent Skills with GitHub Copilot
1818

1919
Agent skills are reusable sets of instructions that teach Copilot agents how to perform specific tasks, like running a build pipeline, generating boilerplate, or following your team's coding standards. By defining skills once, you save time and ensure consistent behavior across your workflow.
2020

@@ -25,7 +25,7 @@ Skills complement [custom agents](copilot-specialized-agents.md) and [custom ins
2525
+ [Visual Studio 2026 version 18.5](/visualstudio/releases/2026/release-notes) or later
2626
+ A [GitHub Copilot subscription](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot)
2727

28-
## How agent skills work
28+
## How Agent Skills work
2929

3030
When you use [agent mode](copilot-agent-mode.md), Copilot automatically discovers skills from your repository and user profile. The agent decides when a skill is relevant to your request and activates it. When a skill is activated, it appears in the chat to let you know it's being applied.
3131

@@ -126,8 +126,8 @@ When creating GitHub issues:
126126
- Include step-by-step instructions, examples, and common edge cases.
127127

128128
## Manage skills from the skills panel
129-
130-
Select the **Tools** icon in the bottom-right corner of Copilot Chat to open the skills panel, a dedicated view of every discovered skill.
129+
<!-- Skills panel is in GA in 18.6 -->
130+
Select the **Tools** icon in the bottom-right corner of Copilot Chat to open the skills panel, a dedicated view of every discovered skill. The Skills panel is available only in the Visual Studio 2026 Insiders.
131131

132132
:::image type="content" source="media/visualstudio/skills-panel.png" alt-text="Screenshot that shows the skills panel where you can edit and open skills." lightbox="media/visualstudio/skills-panel.png":::
133133

@@ -139,6 +139,7 @@ From the panel, you can:
139139

140140
The panel also surfaces diagnostics for any skill configuration errors, so you can quickly spot and fix issues.
141141

142+
<!-- Remove for now. Simona would like to see a dedicated article for this subject
142143
## Skills vs. custom instructions
143144
144145
You might already use [custom instructions](copilot-chat-context.md#use-custom-instructions) (`.github/copilot-instructions.md`) to guide Copilot's behavior. Custom instructions are great for broad, always-on guidance, such as "use tabs, not spaces" or "prefer async/await over callbacks." They're automatically applied to every interaction with Copilot.
@@ -154,6 +155,7 @@ Agent skills are different. Skills are task-specific and dynamically loaded. The
154155
Use custom instructions for rules that should always apply. Use skills for specialized workflows that only matter in certain contexts.
155156
156157
You can also extend your agent's capabilities through [MCP tools](mcp-servers.md), which let the agent interact with external services and APIs. Skills and MCP tools complement each other — a skill can describe how to handle a task while an MCP tool provides the capability to execute it.
158+
-->
157159

158160
## Community skills
159161

docs/ide/copilot-specialized-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The built-in agents cover common workflows, but your team knows your workflow be
140140

141141
Custom agents become especially powerful when combined with [MCP (Model Context Protocol)](mcp-servers.md). You can connect agents to external knowledge sources like internal documentation, design systems, APIs, and databases, so the agent isn't limited to what's in your repository.
142142

143-
You can also define reusable [agent skills](copilot-agent-skills.md) that any agent can discover and use automatically. While agents define a persona and tool set, skills provide focused, task-specific instructions.
143+
You can also define reusable [Agent Skills](copilot-agent-skills.md) that any agent can discover and use automatically. While agents define a persona and tool set, skills provide focused, task-specific instructions.
144144

145145
### Create a custom agent
146146

@@ -337,7 +337,7 @@ Share your custom agent configurations in the [awesome-copilot repository](https
337337
## Related content
338338

339339
+ [Get started with GitHub Copilot agent mode](copilot-agent-mode.md)
340-
+ [Use agent skills](copilot-agent-skills.md)
340+
+ [Use Agent Skills](copilot-agent-skills.md)
341341
+ [Use MCP servers](mcp-servers.md)
342342
+ [Customize chat responses and set context](copilot-chat-context.md)
343343
+ [GitHub Copilot testing for .NET](../test/github-copilot-test-dotnet-overview.md)

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
href: ide/copilot-agent-mode.md
158158
- name: Specialized agents
159159
href: ide/copilot-specialized-agents.md
160-
- name: Agent skills
160+
- name: Agent Skills
161161
href: ide/copilot-agent-skills.md
162162
- name: MCP servers
163163
href: ide/mcp-servers.md

0 commit comments

Comments
 (0)