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