hello-world
$
npx mdskill add github/copilot-cli-for-beginners/hello-worldTests skill setup by responding to specific phrases with a friendly confirmation.
- Helps verify that the agent's skill system is functioning correctly.
- Does not integrate with external tools, APIs, or services.
- Activates when the user mentions 'hello world skill' or 'test my skills setup'.
- Delivers a simple text response to confirm skills are working.
SKILL.md
.github/skills/hello-worldView on GitHub ↗
--- 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"
More from github/copilot-cli-for-beginners
- code-checklistTeam code quality checklist - use for checking Python code quality, bugs, security issues, and best practices
- commit-messageGenerate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help
- pytest-genGenerate comprehensive pytest tests - use when generating tests, creating test suites, or testing Python code