What problem does it solve? When you need a shell command or a specific gh CLI invocation but are unsure of the exact syntax, this Skill delegates the lookup to GitHub Copilot CLI instead of guessing, keeping code reasoning and architecture decisions with the main agent. ## Core Features & Use Cases - Shell Command Suggestions: Generate bash commands from natural-language task descriptions via gh copilot suggest -t shell. - GitHub CLI Lookups: Find the right gh invocation for PRs, issues, releases, and CI tasks via gh copilot suggest -t gh. - Command Explanation: Break down complex bash pipelines or flag combinations with gh copilot explain. - Use Case: You need to find all files modified in the last 24 hours and archive them. Ask for the shell command, review Copilot's suggestion, and confirm it before execution. ## Quick Start Ask the agent to suggest a shell command for your task, for example: use Copilot to find the gh command for listing all open pull requests assigned to me.