Agent Skills
› github/copilot-cli-for-beginners
› hello-world
hello-world
GitHub最小化技能示例,用于演示 SKILL.md 的标准格式结构。当用户提及特定关键词时激活,返回友好的确认信息,主要用于学习或测试技能加载功能是否正常。
Trigger Scenarios
mention 'hello world skill'
mention 'test my skills setup'
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


