Agent Skills: GitHub CLI Setup

This skill should be used when user encounters "Azure MCP error", "Azure authentication failed", "az login required", "Azure CLI not found", or needs help configuring Azure MCP integration.

UncategorizedID: fcakyon/claude-codex-settings/setup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/fcakyon/claude-codex-settings/tree/HEAD/plugins/github-dev/skills/setup

Skill Files

Browse the full folder contents for setup.

Download Skill

Loading file tree…

plugins/github-dev/skills/setup/SKILL.md

Skill Metadata

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:

  1. Check authentication - gh auth status
  2. Re-login if needed - gh auth login
  3. Check scopes - Ensure token has repo access
  4. Update gh - brew upgrade gh or equivalent