GitHub

active coding 5.0

While GitHub Desktop exists for GUI users, GitHub CLI (`gh`) is the standalone standard bringing pull requests, issues, and other GitHub concepts to the terminal. It provides deep integration with GitHub's APIs, allowing developers and AI agents to fully manage the SDLC and repository states without touching the web UI.

#git#github#version-control#collaboration#standalone

⌨️ Install

standalone

CLI

brew official
brew install gh

Skills

npx official
npx agent-skills-cli install @github/github-issues

Raw: github-cli.md · github-cli.json

What it can do

  • check out pull requests locally and review code via the terminal
  • create, label, and manage issues programmatically
  • trigger and monitor GitHub Actions workflows from external shell scripts

Comments

Rating:
0 / 1000 chars
Loading…