How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-expert:gh-copilotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use GitHub Copilot from the command line for AI-assisted tasks.
Use GitHub Copilot from the command line for AI-assisted tasks.
gh copilot explain "<natural language question>"gh copilot suggest "<task description>"gh copilot --agent or gh copilot interactive modegh copilot explain "how do I list all open issues"Triggered when user says "copilot", "gh copilot", "explain command", "suggest command", "how do I use gh".
Use explain to understand what a command does before running it.
Use suggest when unsure what gh command to use for a task.
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.