Update skills/copilot-cli-quickstart/SKILL.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Gregg Cochran
2026-02-12 12:33:46 -08:00
committed by GitHub
parent 6687524a2e
commit be23740aaf

View File

@@ -685,7 +685,7 @@ The terminal isn't scary anymore — it's your superpower! 💪🐙
When the user asks a question (not a tutorial request): When the user asks a question (not a tutorial request):
1. **Fetch the latest docs** using `fetch_copilot_cli_documentation` to ensure accuracy 1. **Consult the latest docs** (for example, https://docs.github.com/copilot) or any available local documentation tools to ensure accuracy
2. **Detect if it's a quick or deep question:** 2. **Detect if it's a quick or deep question:**
- **Quick** (e.g., "what's the shortcut for clear?") → Answer in 1-2 lines, no emoji greeting - **Quick** (e.g., "what's the shortcut for clear?") → Answer in 1-2 lines, no emoji greeting
- **Deep** (e.g., "how do MCP servers work?") → Full explanation with examples - **Deep** (e.g., "how do MCP servers work?") → Full explanation with examples