Skip to content

Add gh-runtime-cli extension example to gh-cli skill#2

Merged
highgroundbkk merged 2 commits intomainfrom
copilot/install-gh-runtime-cli
Feb 7, 2026
Merged

Add gh-runtime-cli extension example to gh-cli skill#2
highgroundbkk merged 2 commits intomainfrom
copilot/install-gh-runtime-cli

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 7, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, or skill file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, or skill with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Adds github/gh-runtime-cli as a concrete extension installation example in the gh-cli skill. The runtime-cli extension deploys sparks to GitHub's runtime environment.

Changes:

  • Added installation command for github/gh-runtime-cli in the Extensions section following existing generic example pattern
# Install GitHub runtime CLI extension
gh extension install github/gh-runtime-cli

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, agent, collection or skill.
  • Other (please specify):

Additional Notes

The gh-runtime-cli is an official GitHub CLI extension maintained by GitHub. Positioned between the generic owner/extension-repo example 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.

Copilot AI changed the title [WIP] Add GitHub CLI runtime extension Add gh-runtime-cli extension example to gh-cli skill Feb 7, 2026
Copilot AI requested a review from highgroundbkk February 7, 2026 05:12
@highgroundbkk highgroundbkk requested a review from Copilot February 7, 2026 05:13
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-cli extension 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
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@highgroundbkk highgroundbkk marked this pull request as ready for review February 7, 2026 05:17
@highgroundbkk highgroundbkk merged commit 4cf5e3d into main Feb 7, 2026
11 of 17 checks passed
@highgroundbkk highgroundbkk deleted the copilot/install-gh-runtime-cli branch February 7, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants