Skill
setup
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.
From github-devInstall
1
Run in your terminal$
npx claudepluginhub fcakyon/claude-codex-settings --plugin github-devTool Access
This skill uses the workspace's default tool permissions.
Skill Content
GitHub CLI Setup
Configure gh CLI for GitHub access.
Quick Setup
gh auth login
Select: 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
Similar Skills
Stats
Parent Repo Stars526
Parent Repo Forks48
Last CommitDec 17, 2025