You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consult other AI models via GitHub Copilot CLI for second opinions, thorough analysis, or alternative perspectives. Supports Gemini 3 Pro Preview (gemini), GPT-5.1 (gpt), GPT-5.1-Codex (codex), and other non-Anthropic models. Use when user explicitly requests, when needing detailed analysis, when requiring additional help with an especially complex task, or when seeking alternative model perspectives.
GitHub Copilot CLI Integration
Invoke other AI models via GitHub Copilot CLI to obtain alternative perspectives and analysis. This skill acts as a transparent conduit: it passes context and prompts to the specified model via copilot CLI, then inserts the verbatim response into the conversation.
Core Function
This skill does NOT perform analysis itself. It:
Formats relevant context and the user's request into a prompt
Invokes copilot CLI with the specified model
Captures the complete response
Returns the response verbatim for integration into the conversation
---copilot-model: gemini-3-pro-previewprompt: Explain shallow vs deep copy in Python---
A shallow copy creates a new object but references the same nested objects...
[complete response]
Important Notes
This skill is a conduit, not an analyst
Do not interpret, summarise, or modify responses
Include sufficient context in prompts for meaningful responses
The response quality depends entirely on the prompt quality
Anthropic models (Claude) are available natively - do not use this skill for them