Agent Skills
› github/copilot-cli-for-beginners
› hello-world
hello-world
GitHub一个最小化的技能示例,用于演示技能格式。当提及特定关键词时激活,返回友好确认信息,主要用于学习或测试技能加载是否正常工作。
Trigger Scenarios
用户询问如何测试技能设置
用户明确提及使用hello world skill
Install
npx skills add github/copilot-cli-for-beginners --skill hello-world -g -y
SKILL.md
Frontmatter
{
"name": "hello-world",
"description": "A minimal skill example - use when learning the skill format"
}
Hello World Skill
This is the simplest possible skill. It demonstrates the required format.
When This Skill Activates
This skill loads when you mention "hello world skill" or "test my skills setup".
What It Does
Responds with a friendly confirmation that skills are working.
Try It
Ask Copilot: "Test my skills setup" or "Use the hello world skill"
Version History
- 82632dc Current 2026-07-25 07:29


