Skip to content

Commit ba7b797

Browse files
authored
Merge pull request #153 from github/DanWahlin-patch-3
Update installation commands for awesome-copilot skills
2 parents 7c7557f + 35adbf0 commit ba7b797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

05-skills/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@ The easiest way to install a skill from a GitHub repository is using the `gh ski
583583
gh skill install github/awesome-copilot
584584

585585
# Or install a specific skill directly
586-
gh skill install github/awesome-copilot code-checklist
586+
gh skill install github/awesome-copilot ai-ready
587587

588588
# Install for personal use across all projects (user scope)
589-
gh skill install github/awesome-copilot code-checklist --scope user
589+
gh skill install github/awesome-copilot ai-ready --scope user
590590
```
591591

592592
> ⚠️ **Review before installing**: Always read a skill's `SKILL.md` before installing it. Skills control what Copilot does, and a malicious skill could instruct it to run harmful commands or modify code in unexpected ways.

0 commit comments

Comments
 (0)