GitHub CLI
The official `gh` command for GitHub: create PRs, comment, view CI (continuous integration), all from the terminal.
- What AI agents call to "create a pull request" for you.
- Auth once via `gh auth login`.
- Most AI coding agents rely on it.
When to use: Install and auth before running any agent that needs GitHub access.
Example: `gh pr create --title "Fix auth bug" --body "Summary..."` - the command Claude Code runs after staging.