fcakyon/claude-codex-settings-github-dev-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.
npx skills add https://github.com/fcakyon/claude-codex-settings --skill setup
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 equivalentTake fcakyon/claude-codex-settings-github-dev-setup from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.