How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-expert:gh-authThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Login, logout, refresh, and check authentication status for GitHub CLI.
Login, logout, refresh, and check authentication status for GitHub CLI.
gh auth login (interactive) or gh auth login --hostname <hostname> --with-token < <token-file>gh auth login -p sshgh auth login -w (web-first flow)gh auth logout [--hostname <hostname>]gh auth refresh --scopes "<scope1,scope2>"gh auth status [--hostname <hostname>]gh auth token [--hostname <hostname>] (print the current auth token)gh auth setup-git (configure git to use gh as credential helper)gh auth switch [--hostname <hostname>]gh auth status shows all authenticated hostsCommon scopes for gh auth refresh: repo, read:org, admin:org, gist, project, workflow, write:packages, admin:repo_hook, admin:org_hook
Triggered when user says "auth", "login", "logout", "authentication", "gh token", "check auth".
Use gh auth status to verify authentication before running other commands.
Use gh auth refresh --scopes to add new permissions without re-logging in.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin gh-expertConfigures GitHub CLI authentication and resolves connection issues. Guides through login, status checks, and token scopes.
Automatically detects and configures GitHub credentials (GITHUB_TOKEN, gh CLI, SSH, helpers) for git remotes and auth in workflows targeting GitHub repositories.
GitHub CLI operations via `gh` for issues, PRs, Actions, releases, and REST/GraphQL API with `--json`/`--jq` parsing.