Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 05-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ Learn what skills are, why they matter, and how they differ from agents and MCP.
copilot
> /skills list
```
This shows all skills Copilot can find in your project and personal folders.
This shows all skills Copilot can find, including any **built-in skills** that ship with the CLI itself, plus skills from your project and personal folders.

> 💡 **Built-in skills**: The Copilot CLI comes with skills pre-installed out of the box. For example, the `customizing-copilot-cloud-agents-environment` skill provides a guide for customizing the Copilot cloud agent's environment. You don't need to create or install anything to use these. Run `/skills list` to see what's available.
Comment on lines +57 to +59
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wording here implies multiple built-in skills ship with the CLI ("built-in skills", "skills pre-installed"), but the CLI release note says this starts with a single built-in guide/skill. Consider rephrasing to avoid overstating availability (e.g., "at least one built-in skill" / "a built-in skill").

Suggested change
This shows all skills Copilot can find, including any **built-in skills** that ship with the CLI itself, plus skills from your project and personal folders.
> 💡 **Built-in skills**: The Copilot CLI comes with skills pre-installed out of the box. For example, the `customizing-copilot-cloud-agents-environment` skill provides a guide for customizing the Copilot cloud agent's environment. You don't need to create or install anything to use these. Run `/skills list` to see what's available.
This shows all skills Copilot can find, including any built-in skill that ships with the CLI itself, plus skills from your project and personal folders.
> 💡 **Built-in skill**: The Copilot CLI comes with a built-in skill available out of the box. For example, the `customizing-copilot-cloud-agents-environment` skill provides a guide for customizing the Copilot cloud agent's environment. You don't need to create or install anything to use it. Run `/skills list` to see what's available.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Product naming is inconsistent within this doc: earlier it says "the GitHub Copilot cloud agent" but this new tip says "the Copilot cloud agent". Consider using the same name here for consistency and clarity.

Suggested change
> 💡 **Built-in skills**: The Copilot CLI comes with skills pre-installed out of the box. For example, the `customizing-copilot-cloud-agents-environment` skill provides a guide for customizing the Copilot cloud agent's environment. You don't need to create or install anything to use these. Run `/skills list` to see what's available.
> 💡 **Built-in skills**: The Copilot CLI comes with skills pre-installed out of the box. For example, the `customizing-copilot-cloud-agents-environment` skill provides a guide for customizing the GitHub Copilot cloud agent's environment. You don't need to create or install anything to use these. Run `/skills list` to see what's available.

Copilot uses AI. Check for mistakes.

2. **Look at a real skill file:** Check out our provided [code-checklist SKILL.md](../.github/skills/code-checklist/SKILL.md) to see the pattern. It's just YAML frontmatter plus markdown instructions.

Expand Down
Loading