Marketplace
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.
$ 安裝
git clone https://github.com/fcakyon/claude-codex-settings /tmp/claude-codex-settings && cp -r /tmp/claude-codex-settings/plugins/github-dev/skills/setup ~/.claude/skills/claude-codex-settings// tip: Run this command in your terminal to install the skill
SKILL.md
name: setup description: 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.
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
Repository

fcakyon
Author
fcakyon/claude-codex-settings/plugins/github-dev/skills/setup
275
Stars
33
Forks
Updated3d ago
Added1w ago