Fix gh skill command to gh skills and update README#1531
Merged
aaronpowell merged 4 commits intostagedfrom Apr 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s skill installation command from gh skill install to gh skills install across the website UI and generated documentation so users see the correct GitHub CLI usage.
Changes:
- Update website install-command copy actions (skills list + modal) to use
gh skills install. - Update skills documentation templates and generated
docs/README.skills.mdto reflect the corrected command. - Apply minor formatting/quoting consistency improvements in touched website/eng scripts.
Show a summary per file
| File | Description |
|---|---|
| website/src/scripts/utils.ts | Updates REPO_IDENTIFIER doc comment to reference gh skills install. |
| website/src/scripts/pages/skills.ts | Updates copied install command to gh skills install; minor formatting/quote consistency. |
| website/src/scripts/modal.ts | Updates modal install command to gh skills install; formatting-only refactors. |
| eng/update-readme.mjs | Updates skills README generation to include gh skills install (and adds per-skill command in the table). |
| eng/constants.mjs | Updates the skills usage template to show gh skills install. |
| docs/README.skills.md | Updates rendered skills README usage line and table entries to use gh skills install. |
Copilot's findings
- Files reviewed: 5/6 changed files
- Comments generated: 2
fizznix
pushed a commit
to fizznix/awesome-copilot
that referenced
this pull request
Apr 29, 2026
* Fixing gh skill to be gh skills and adding to the README * Adding skills install instruction to readme * Fixing escapes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correct the command from
gh skill installtogh skills installin the codebase and update the README to reflect this change. This ensures accurate usage instructions for users.Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Correct the command from
gh skill installtogh skills installin the codebase and update the README to reflect this change. This ensures accurate usage instructions for users.Type of Contribution
Additional Notes
No additional notes.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.