This reference article provides details of which types of custom instructions are supported in various environments. For more information about the various types of custom instructions for GitHub Copilot, see About customizing GitHub Copilot responses.
GitHub.com
| Copilot feature | Types of custom instructions supported |
|---|---|
| Copilot Chat |
|
| Copilot cloud agent |
|
| Copilot code review |
|
Visual Studio Code
| Copilot feature | Types of custom instructions supported |
|---|---|
| Copilot Chat |
|
| Copilot cloud agent |
|
| Copilot code review |
|
Visual Studio
| Copilot feature | Types of custom instructions supported |
|---|---|
| Copilot Chat |
|
| Copilot code review |
|
JetBrains IDEs
In JetBrains IDEs, you can manage supported customizations from the Agent Customizations editor. In the GitHub Copilot Chat panel, click the settings icon in the top-right, then click Customizations.
The editor lets you work with workspace customizations for the current project or personal customizations that follow you across projects. You can use it to view and edit custom agents, manage reusable skills and prompt files, and configure instructions. For more information, see Adding repository custom instructions for GitHub Copilot in your IDE and Creating custom agents for Copilot cloud agent in your IDE.
| Copilot feature | Types of custom instructions supported |
|---|---|
| Copilot Chat |
|
| Copilot cloud agent |
|
| Copilot code review |
|
Eclipse
| Copilot feature | Types of custom instructions supported |
|---|---|
| Copilot Chat |
|
| Copilot cloud agent |
|
| Copilot code review |
|
Xcode
| Copilot feature | Types of custom instructions supported |
|---|---|
| Copilot Chat |
|
| Copilot cloud agent |
|
| Copilot code review |
|
Copilot CLI
- Repository-wide instructions (using the
.github/copilot-instructions.mdfile). - Path-specific instructions (using
.github/instructions/**/*.instructions.mdfiles). - Agent instructions (using
AGENTS.md,CLAUDE.mdorGEMINI.mdfiles). - Personal instructions (using
~/.copilot/copilot-instructions.mdor~/.copilot/instructions/**/*.instructions.mdfiles).