From github-dev
Guides GitHub CLI (gh) authentication setup via browser login, status checks, and troubleshooting auth errors, scopes, or updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-dev:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure `gh` CLI for GitHub access.
Configure gh CLI for GitHub access.
gh auth login
Select: GitHub.com → HTTPS → Login with browser
gh auth status
gh api user --jq '.login'
If gh commands fail:
gh auth statusgh auth loginbrew upgrade gh or equivalentnpx claudepluginhub fcakyon/claude-codex-settings --plugin github-devProvides copy-paste ready GitHub CLI (gh) installation, authentication, and command usage. Prevents common mistakes like missing full paths or GITHUB_TOKEN prefix errors.
Guides GitHub CLI (gh) commands for creating/managing PRs, issues, CI runs, releases, auth, and JSON scripting from terminal.