inbox-install-gh-cli Skill
Install the GitHub CLI (gh) if not already installed Published by microsoft in vscode-team-kit.
What is inbox-install-gh-cli Skill?
Install the GitHub CLI (gh) if not already installed Published by microsoft in vscode-team-kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode-team-kit
Technical details
- Install or run with Copy skill directory
When to use inbox-install-gh-cli Skill
- Use it for developers using vscode-team-kit.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-team-kit
- Skill file: github-inbox/skills/inbox-install-gh-cli/SKILL.md
What it does
Install the GitHub CLI (gh) if not already installed
Skill instructions
Install GitHub CLI Before using any gh commands, check if gh is installed by running: gh --version If gh is not found, install it based on the operating system: macOS brew install gh Linux (Debian/Ubuntu) (type -p wget /dev/null || (sudo apt update && sudo apt-get install wget -y)) && sudo mkdir -p -m 755 /etc/apt/keyrings && out=$(mktemp) && wget -nv -O$out https://cli.github.com/packages/githubcli-archive-keyring.gpg && cat $out | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg /dev/null && sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list /dev/null && sudo apt update && sudo apt install gh -y Windows winget install --id GitHub.cli After installation Authenticate with GitHub: gh auth login If the user needs notifications access, ensure the token has the notifica
Explore related resources
Frequently asked questions
What is inbox-install-gh-cli?
inbox-install-gh-cli is a open-source AI agent skill with Copy skill directory. Install the GitHub CLI (gh) if not already installed
Who is inbox-install-gh-cli best for?
inbox-install-gh-cli is best for reusing agent instructions, scripts, and references.
How do I install inbox-install-gh-cli?
Install or run inbox-install-gh-cli using Copy skill directory. Check inbox-install-gh-cli for the latest setup command.
Is inbox-install-gh-cli actively maintained?
inbox-install-gh-cli may need a closer maintenance check before production use.
Auto-fetched from GitHub.