fix skills names in examples

This commit is contained in:
tommaso-moro 2026-04-16 10:20:24 +01:00
parent 980428c304
commit a6e9722ec1
2 changed files with 5 additions and 5 deletions

View file

@ -69,13 +69,13 @@ func NewCmdPreview(f *cmdutil.Factory, runF func(*PreviewOptions) error) *cobra.
`),
Example: heredoc.Doc(`
# Preview a specific skill
$ gh skill preview github/awesome-copilot code-review
$ gh skill preview github/awesome-copilot documentation-writer
# Preview a skill at a specific version
$ gh skill preview github/awesome-copilot code-review@v1.2.0
$ gh skill preview github/awesome-copilot documentation-writer@v1.2.0
# Preview a skill at a specific commit SHA
$ gh skill preview github/awesome-copilot code-review@abc123def456
$ gh skill preview github/awesome-copilot documentation-writer@abc123def456
# Browse and preview interactively
$ gh skill preview github/awesome-copilot

View file

@ -29,10 +29,10 @@ func NewCmdSkills(f *cmdutil.Factory) *cobra.Command {
$ gh skill search terraform
# Install a skill
$ gh skill install github/awesome-copilot code-review
$ gh skill install github/awesome-copilot documentation-writer
# Preview a skill before installing
$ gh skill preview github/awesome-copilot code-review
$ gh skill preview github/awesome-copilot documentation-writer
# Update all installed skills
$ gh skill update --all