Loading...
Loading...
Expert knowledge of GitHub Copilot CLI - installation, configuration, usage, MCP servers, skills, custom agents, and troubleshooting. Use when asking about copilot cli, installing copilot, gh copilot, copilot commands, MCP setup, or copilot extensibility.
npx skill4agent add rysweet/amplihack github-copilot-cli| Platform | Command |
|---|---|
| Windows (WinGet) | |
| macOS/Linux (Homebrew) | |
| All (npm, Node.js 22+) | |
| macOS/Linux (Script) | |
@prereleaseGitHub.Copilot.Prereleasecopilot # Launch and follow /login prompt
# OR use PAT with "Copilot Requests" permission:
export GH_TOKEN=your_token| Command | Purpose |
|---|---|
| Show all commands and shortcuts |
| Select AI model (Claude Sonnet 4.5, GPT-5, etc.) |
| Browse and select available agents |
| Manage skills |
| Manage MCP server configuration |
| Hand off to Copilot coding agent (creates PR) |
| Reduce context window usage |
| Show token usage visualization |
| Shortcut | Action |
|---|---|
| Mention files to include in context |
| Execute shell command directly |
| Cancel current operation |
| Cancel / clear / exit |
| Clear screen |
| Expand/collapse timeline |
/mcp add # Interactive configuration
/mcp show # List configured servers
/mcp edit <name> # Modify existing server~/.copilot/mcp-config.json.github/skills/.claude/skills/~/.copilot/skills/~/.claude/skills/.github/skills/my-skill/
└── SKILL.md # Instructions with YAML frontmatter~/.copilot/agents/.github/agents/.github-private/agents/.github/copilot-instructions.md.github/instructions/**/*.instructions.mdAGENTS.md| Issue | Solution |
|---|---|
| Not installed | |
| Not authenticated | Run |
| Policy disabled | Check org/enterprise Copilot settings |
| MCP server not loading | Verify |
| Skill not activating | Restart Copilot CLI, check SKILL.md YAML |