Add gh-runtime-cli extension example to gh-cli skill#2
Merged
highgroundbkk merged 2 commits intomainfrom Feb 7, 2026
Merged
Conversation
Co-authored-by: highgroundbkk <[email protected]>
Copilot
AI
changed the title
[WIP] Add GitHub CLI runtime extension
Add gh-runtime-cli extension example to gh-cli skill
Feb 7, 2026
There was a problem hiding this comment.
Pull request overview
Updates the gh-cli skill documentation to include a concrete GitHub CLI extension install example (github/gh-runtime-cli) in the Extensions section.
Changes:
- Added an explicit example command to install the
github/gh-runtime-cliextension alongside the existing generic extension install examples.
Comment on lines
+1807
to
+1808
| # Install GitHub runtime CLI extension | ||
| gh extension install github/gh-runtime-cli |
There was a problem hiding this comment.
This skill consistently uses placeholder repo names (e.g., owner/repo, owner/extension-repo) for commands. Adding a concrete repo here makes the examples inconsistent and may become stale/feel like an endorsement; consider keeping the command generic and (if needed) mentioning github/gh-runtime-cli as an inline comment or prose note rather than a dedicated install step.
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Adds
github/gh-runtime-clias a concrete extension installation example in the gh-cli skill. The runtime-cli extension deploys sparks to GitHub's runtime environment.Changes:
github/gh-runtime-cliin the Extensions section following existing generic example pattern# Install GitHub runtime CLI extension gh extension install github/gh-runtime-cliType of Contribution
Additional Notes
The gh-runtime-cli is an official GitHub CLI extension maintained by GitHub. Positioned between the generic
owner/extension-repoexample and the branch-specific installation to provide a real-world reference.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.