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-expertCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.