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.
Install
npx skillscat add fcakyon/claude-codex-settings/plugins-github-dev-skills-setup Install via the SkillsCat registry.
We need to produce a 2-3 sentence plain-text summary, objective, factual, no marketing, no superlatives, no calls to action, natural prose, no bullet points, no headings, no markdown. At most 60 words. Must be only the summary text, no quotes. So we need to write something like: "This skill provides instructions for configuring the GitHub CLI (gh) to authenticate with GitHub, troubleshooting common authentication errors, and verifying the setup.
GitHub CLI Setup
Configure gh CLI for GitHub access.
Quick Setup
gh auth loginSelect: GitHub.com → HTTPS → Login with browser
Verify Authentication
gh auth status
gh api user --jq '.login'Troubleshooting
If gh commands fail:
- Check authentication -
gh auth status - Re-login if needed -
gh auth login - Check scopes - Ensure token has repo access
- Update gh -
brew upgrade ghor equivalent