gh-cli

Installation
SKILL.md

GitHub CLI (gh) — Agent Skill

Use the gh CLI for ALL GitHub operations. Always use --json for structured output and --jq for field selection to minimize token usage.

Authentication

Already configured via gh auth. Verify with:

gh auth status

Core Principle

Always request only the fields you need to minimize output tokens:

# ❌ Bad — returns everything
gh pr view 123
Installs
292
First Seen
Jun 3, 2026
gh-cli — logicrw/gh-cli-skill