Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-expert:gh-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
View and modify gh CLI configuration settings.
View and modify gh CLI configuration settings.
gh config listgh config get <key>gh config set <key> <value>gh config clear-cachegit_protocol (ssh/https), editor, browser, prompt (enabled/disabled), pagergh config set git_protocol sshgh config set editor code --waitgh config set prompt disabled (for scripting)gh config set pager "less -R"Triggered when user says "config", "gh config", "configure gh", "set gh editor".
Use gh config get git_protocol to check if gh uses SSH or HTTPS.
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.