From github-dev
This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub CLI connection failed", "gh CLI error", or needs help with GitHub authentication.
npx claudepluginhub funsaized/claude-and-codex-settings --plugin github-devThis skill uses the workspace's default tool permissions.
Configure `gh` CLI for GitHub access.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Configure gh CLI for GitHub access.
gh auth status
Report one of these states:
gh is not authenticated and needs logingh is authenticated, including the current username if availableIf authentication is missing or broken, guide the user through:
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 logingh auth refreshbrew upgrade gh or equivalent