Problem
The third-party site https://www.skills.sh/github/awesome-copilot/gh-cli lists a
skill called gh-cli and suggests this install command:
npx skills add https://github.com/github/awesome-copilot --skill gh-cli
However, running it fails:
■ No matching skills found for: gh-cli
The skills/ directory of this repo contains 344 skills, none named gh-cli.
Closest matches: github-issues, github-release, cli-mastery,
create-github-issue-feature-from-specification.
Expected
Either:
- The
gh-cli skill exists in the repo (it doesn't), or
- skills.sh shouldn't be advertising it under
github/awesome-copilot.
Reproduction
npx skills add https://github.com/github/awesome-copilot --skill gh-cli
Notes
skills.sh appears to be a third-party catalog, but it's pulling this repo's
namespace. If a gh-cli skill was planned, this issue tracks adding it.
Otherwise, the maintainers may want to contact skills.sh about the bad
reference.
Problem
The third-party site https://www.skills.sh/github/awesome-copilot/gh-cli lists a
skill called
gh-cliand suggests this install command:However, running it fails:
The
skills/directory of this repo contains 344 skills, none namedgh-cli.Closest matches:
github-issues,github-release,cli-mastery,create-github-issue-feature-from-specification.Expected
Either:
gh-cliskill exists in the repo (it doesn't), orgithub/awesome-copilot.Reproduction
Notes
skills.sh appears to be a third-party catalog, but it's pulling this repo's
namespace. If a
gh-cliskill was planned, this issue tracks adding it.Otherwise, the maintainers may want to contact skills.sh about the bad
reference.