Categories
Tags
Astro Automation Camping changelog clear CLI Codex compact Component Design Configuration context Context Copilot copy Ctrl+S CUDA Cursor Day Trip delegate diff Dynamic Routing Editor Error Error Fix Error Handling experimental Gemini git GitHub GitHub Copilot Google Hiking Hot Springs init Installation Iwate Prefecture Kobe Linux Mac Mention Meteor Shower Mode Switching model Nara Prefecture NoAdapterInstalled Node.js nvm OpenAI params plan PowerShell Prompt props Public Key Authentication Python Redirect research rewind SEO share Shell Execution Shift+Tab Shortcut SSH SSH config ssh-copy-id Stargazing Static Site streamer-mode Student undo Update usage Visual Studio VS Code VS2026 Windows WSL
134 words
1 minutes
How to Run Deep Research in GitHub Copilot CLI【/research】
Overview
Ever wanted to research a topic thoroughly before jumping into implementation, but switching between your browser and terminal felt like a waste of time?
The /research command runs a deep investigation right inside Copilot CLI, pulling from GitHub repositories and web sources.
Usage
Run this in Copilot CLI:
/copilot> /research best practices for Next.js App Router middleware authenticationCopilot searches GitHub and the web, then compiles a research report.
How It Differs from a Regular Prompt
| Method | Information source |
|---|---|
| Regular prompt | AI’s training data only |
/research | Actually searches GitHub + web sources |
/research goes out and looks at real, up-to-date information, so you get current code examples and actual best practices.
Great For
- Learning how to use a new library
- Seeing how other projects solve similar problems
- Investigating error messages
- Finding established best practices
Related Posts
How to Run Deep Research in GitHub Copilot CLI【/research】
https://naonao-na.com/en/posts/github-copilot-cli-research/
