Skip to content

Commit 5a5845c

Browse files
Merge pull request #11403 from MicrosoftDocs/main639199227872522720sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 8368658 + 40a5ff2 commit 5a5845c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/ide/copilot-agent-skills.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Use Agent Skills with GitHub Copilot
33
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
4+
ms.date: 07/16/2026
55
ms.topic: how-to
6-
author: mikejo5000
7-
ms.author: mikejo
6+
author: RoseHJM
7+
ms.author: rosemalcolm
88
ms.manager: mijacobs
99
ms.subservice: ai-tools
1010
ms.collection: ce-skilling-ai-copilot
@@ -47,18 +47,18 @@ Workspace skills are shared with your team through source control. Personal skil
4747
<!-- GA in 18.7, Insiders in 18.6-->
4848
You can create a skill from the skills panel in Visual Studio, or manually in your file system. To create a skill from the skills panel, you must have Visual Studio 2026 Insiders version 18.6 or later.
4949

50-
### Create a skill from the skills panel
50+
### Create a skill from the skills panel (Insiders)
5151

5252
1. Select the **Tools** icon in the bottom-right corner of Copilot Chat to open the skills panel.
5353
2. Select the **+** button in the top-right corner of the panel.
5454

5555
:::image type="content" source="media/visualstudio/skills-create.png" alt-text="Screenshot that shows creating a new skill from the skills panel." lightbox="media/visualstudio/skills-create.png":::
5656

57-
1. Choose a destination (global or solution-level skill) and pick a name.
57+
1. Choose a scope (**workspace** or **personal**) and enter a name and description for your skill.
5858

5959
:::image type="content" source="media/visualstudio/skills-create-new.png" alt-text="Screenshot that shows naming a new skill." lightbox="media/visualstudio/skills-create-new.png":::
6060

61-
1. Visual Studio generates a skill template for you to fill in. You can use Copilot agent mode to help you complete the template.
61+
1. Visual Studio writes the `SKILL.md` to the selected location following the [agentskills.io specification](https://agentskills.io/specification) and generates a template for you to fill in. You can use Copilot agent mode to help you complete the template.
6262

6363
### Create a skill manually
6464

0 commit comments

Comments
 (0)