Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions skills/gh-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1804,6 +1804,9 @@ gh extension search github
# Install extension
gh extension install owner/extension-repo

# Install GitHub runtime CLI extension
gh extension install github/gh-runtime-cli
Comment on lines +1807 to +1808
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.

# Install from branch
gh extension install owner/extension-repo --branch develop

Expand Down
Loading