Comprehensive knowledge of GitHub Copilot CLI installation, configuration, usage, and extensibility.
| Windows (WinGet) | winget install GitHub.Copilot | | macOS/Linux (Homebrew) | brew install copilot-cli | | All (npm, Node.js 22+) | npm install -g @github/copilot | | macOS/Linux (Script) | curl -fsSL https://gh.io/copilot-install \| bash |
| /help | Show all commands and shortcuts | | /model | Select AI model (Claude Sonnet 4.5, GPT-5, etc.) | | /agent | Browse and select available agents | | /skills | Manage skills | | /mcp | Manage MCP server configuration | | /delegate [prompt] | Hand off to Copilot coding agent (creates PR) | | /compact | Reduce context window usage |
Экспертные знания GitHub Copilot CLI — установка, настройка, использование, серверы MCP, навыки, специальные агенты и устранение неполадок. Используйте, когда спрашиваете о командной строке copilot, установке copilot, gh copilot, командах copilot, настройке MCP или расширении copilot. Источник: rysweet/amplihack.