gh-cli

Installation
SKILL.md

gh CLI

gh --help and https://cli.github.com/manual cover the command surface. This skill covers only what they don't.

Conventions

  • Pass --limit N on every list command (pr list, issue list, run list). The defaults dump far more than a terminal needs.
  • --json FIELDS when the output feeds a script; pipe to jq from there.

Reviewing a PR with line-level comments

gh pr review only submits an overall body. Inline comments need gh api, which posts the comments and the summary in one call. Read the diff first (gh pr diff NUMBER), then:

Installs
55
GitHub Stars
256
First Seen
Jan 24, 2026
gh-cli — fredrikaverpil/dotfiles