inbox-install-gh-cli Skill
Install the GitHub CLI (gh) if not already installed Published by microsoft in vscode-team-kit.
Decision snapshot
Is this a fit?
Developers using vscode-team-kit, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode-team-kit
Declared skill metadata
- Source file: github-inbox/skills/inbox-install-gh-cli/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.