GitHub Copilot Cheat Sheet: CLI & Slash Commands, Variables, and Shortcuts

GitHub Copilot CLI commands, interactive shortcuts, variables, permission controls, customization files, automation flags, and needed VS Code references in one cheat sheet.

GitHub Copilot CLI is the terminal interface for agentic coding work. It can inspect and edit files, run commands, manage sessions, delegate tasks, and connect to GitHub and VS Code.

You can use this cheat sheet to find its commands, shortcuts, flags, environment variables, permission controls, and customization paths. The VS Code companion section lists Chat commands, context variables, participants, and inline suggestion shortcuts.

Enter /help inside Copilot CLI to open the installed command list. In VS Code Chat, type /, #, or @ to open live lists filtered by extension version, chat context, and organization policy.

Last updated: August 8, 2026.

GitHub Copilot CLI quick reference

The ! prefix executes one command directly. Enter ! alone to stay in shell mode for several commands, then press Esc or Ctrl+C on an empty prompt to return. A lone $ hands the terminal to $SHELL on Unix or %COMSPEC% on Windows. Exit that shell to restore Copilot CLI.

SyntaxAction
copilotStart the interactive terminal interface.
/commandRun an interactive Copilot command.
@ pathAttach a file to the current prompt.
# numberAttach a GitHub issue or pull request.
! commandRun a local shell command outside the agent tool flow.
$Suspend the interface and open a real interactive shell.
--flagSet startup or programmatic behavior.
COPILOT_*Configure the process through environment variables.

Start here

TaskCommand or shortcut
Start an interactive sessioncopilot
Sign incopilot login or /login
Initialize repository instructionscopilot init or /init
Open command helpcopilot help or /help
Resume the latest sessioncopilot --continue
Choose a saved sessioncopilot --resume or /resume
Switch Standard, Plan, and AutopilotShift+Tab
Start with a selected modecopilot --mode=MODE
Select a modelcopilot --model=MODEL or /model
Review current changes/diff (experimental)
Undo the previous turn/undo
Connect to VS Code/ide
End the session/exit, /quit, or Ctrl+D

Install and authenticate Copilot CLI

Install Copilot CLI with npm, WinGet, Homebrew, the shell installer, or a standalone binary. It is also included in the default Codespaces image and available as a Dev Container Feature.

Run copilot version after installation. Run copilot update to install an available release. copilot completion bash, copilot completion zsh, and copilot completion fish print shell-completion scripts for those shells.

npm install -g @github/copilot
winget install GitHub.Copilot
brew install --cask copilot-cli

Top-level commands

CommandPurpose
copilotLaunch the interactive interface.
copilot completion SHELLPrint tab-completion setup for Bash, Zsh, or Fish.
copilot help [TOPIC]Read help for commands, configuration, billing, providers, logging, permissions, monitoring, or sandboxing.
copilot initAnalyze the repository and create or update Copilot instructions.
copilot login [OPTION]Authenticate through a browser or device-code flow.
copilot mcpManage MCP server definitions outside an interactive session.
copilot pluginManage plugins and plugin marketplaces.
copilot plugins listInspect discovered plugins, MCP servers, skills, instructions, and language servers.
copilot skillList, add, or remove agent skills.
copilot updateInstall the latest CLI version.
copilot versionPrint the installed version and check for updates.

On a local terminal, copilot login starts a browser flow. Remote terminals and CI environments use the device-code flow by default. Use --web-flow or --device-code to choose explicitly. Add --host https://HOSTNAME for a GitHub Enterprise Cloud account with data residency.

Copilot checks authentication variables in this order:

  1. COPILOT_GITHUB_TOKEN
  2. GH_TOKEN
  3. GITHUB_TOKEN
  4. OAuth token in the operating-system credential store
  5. GitHub CLI authentication fallback

Copilot CLI slash commands

Conversation, context, and navigation

CommandAction
/ask QUESTIONAsk a side question without adding it to conversation history.
/clear [PROMPT], /new [PROMPT], /reset [PROMPT]Start a fresh conversation, with an optional first prompt.
/compact [FOCUS]Summarize history and preserve the named focus.
/contextDisplay context-window use.
/copyCopy the latest response.
/cwd, /cd [PATH]Show or change the working directory.
/refine TEXTRewrite rough prompt text for review before submission.
/restartRestart the CLI and preserve the active session.
/search [QUERY], /find [QUERY]Search the session timeline. Experimental.
/helpDisplay the installed interactive command list.

Sessions, history, and sharing

CommandAction
/resume [ID], /continue [ID]Open another local or remote session.
/rename [NAME]Name the current session.
/session infoShow identifiers, links, and session details.
/session checkpoints [N]List recent restoration points.
/session filesList files associated with the session.
/session planDisplay the current session plan.
/session cleanupClean session data through the built-in manager.
/session prunePrune stored sessions.
/session delete [ID]Delete one saved session.
/session delete-allDelete all saved sessions after confirmation.
/fork [NAME], /branch [NAME]Fork the conversation into another session. Experimental.
/share, /exportCreate a link or export the session.
/share file [PATH]Export the transcript as Markdown.
/share html [PATH]Export the transcript as HTML.
/share gistCreate a GitHub gist from the session.
/share offStop link sharing.

Models, reasoning, plans, and autonomy

CommandAction
/model [MODEL], /modelsSelect Auto or a model for the current session.
/model --global MODELSave the default for future sessions.
/model --repo MODELSave a repository model setting.
/plan [PROMPT]Analyze a task and prepare an implementation plan.
/autopilot, /goalStart or refocus an autonomous objective. Experimental.
/limitsOpen response-limit controls.
/limits set max-ai-credits VALUESet a soft AI Credits limit per response.
/limits unset max-ai-creditsRemove the response credit limit.
/rubber-duck [PROMPT]Request a second opinion on a plan, implementation, or test set.

Agents, research, review, and delegation

CommandAction
/agentBrowse and choose a custom agent.
/agents, /subagentsConfigure subagent models.
/tasksInspect background subagents and shell commands.
/fleet [PROMPT]Split suitable work across parallel subagents.
/delegate [PROMPT]Send work to a remote repository and create an AI-generated pull request.
/research TOPICRun a source-backed GitHub and web investigation.
/review [PROMPT]Invoke the code-review agent on current changes.
/security-review [PROMPT]Inspect active local changes for high-confidence security defects.
/pr viewShow the pull request for the current branch.
/pr createCreate a pull request.
/pr fixRepair pull request issues.
/pr autoWork until the pull request reaches green status.
/pr automergeWork until green status, then merge under repository controls.

Compare terminal agents: Claude Code Commands Cheat Sheet

Files, directories, and worktrees

CommandAction
/add-dir PATHGrant file access to another directory.
/list-dirsDisplay directories approved for file access.
/reset-allowed-toolsClear the saved allowed-tool list.
/permissions resetClear in-memory tool and path approvals for this session.
/diffReview working-tree changes or the branch diff. Experimental.
/worktree [BRANCH]Start work in a new Git worktree. Experimental.
/worktree new [PROMPT]Open a new conversation in a new worktree. Experimental.
/move [BRANCH|TASK]Move uncommitted changes to a new worktree. Experimental.

Configuration, extensions, and interface controls

CommandAction
/settings, /configOpen the settings manager.
/settings show KEYDisplay the effective value of a setting.
/settings KEY VALUESave a user setting.
/settings --repo KEY VALUESave an overridable repository setting.
/settings --local KEY VALUESave an untracked local repository setting.
/envList loaded instructions, agents, skills, hooks, plugins, MCP servers, LSPs, and extensions.
/extensions, /extensionManage CLI extensions.
/lsp showShow language-server configuration.
/lsp test SERVERTest a language server.
/lsp reloadReload language-server configuration.
/statusline, /footerConfigure status-line fields.
/terminal-setupConfigure multiline terminal input.
/theme [NAME]Select a terminal color theme.
/voice [ACTION]Configure voice input with on, off, models, or devices.
/appOpen the Copilot app or show its download page.

Maintenance, diagnostics, and account commands

CommandAction
/changelog, /release-notesDisplay release history, with optional version range or summary.
/chronicle standupGenerate a standup from session history.
/chronicle tipsFind usage tips from past sessions.
/chronicle improveAnalyze session habits.
/chronicle reindexRebuild the session-history index.
/experimental [ACTION]Manage experimental features with on, off, or show.
/feedback, /bugSend product feedback.
/usageShow per-session and per-model usage.
/versionDisplay the installed version.
/update, /upgradeInstall the latest release.
/downgrade VERSIONInstall a selected version on supported team accounts.
/user showShow the active GitHub account.
/user listList saved accounts.
/user switchChange the active account.
/logoutRemove the active login.
/clikit [COMPONENT], /tuikit [COMPONENT]Preview internal CLI interface components.

Remote control and scheduled work

CommandAction
/remoteShow remote-control status.
/remote onEnable steering from GitHub.com or GitHub Mobile.
/remote offEnd the remote connection.
/ideConnect, switch, or disconnect a trusted VS Code workspace.
/keep-alive onPrevent sleep during an active session.
/keep-alive busyPrevent sleep during agent work.
/keep-alive DURATIONPrevent sleep for a fixed period.
/after DELAY PROMPTSchedule one action in the current session. Experimental.
/every INTERVAL PROMPTSchedule a recurring action in the current session. Experimental.

Copilot CLI keyboard shortcuts

Global and input shortcuts

ShortcutAction
? on an empty promptOpen quick help.
EscCancel the current operation; press twice to stop the running turn.
Ctrl+CCancel, clear input, or exit after a second press.
Ctrl+DShut down the CLI.
Ctrl+GEdit the prompt in the configured external editor.
Ctrl+LClear the screen.
Ctrl+Q or Ctrl+EnterQueue input during agent work.
Ctrl+RSearch input history in reverse.
Ctrl+VPaste clipboard content as an attachment.
Ctrl+X, then /Run a slash command without discarding typed prompt text.
Ctrl+X, then eOpen typed prompt text in the external editor.
Ctrl+X, then bMove the active task or shell command to the background.
Ctrl+X, then oOpen the newest link in the timeline.
Shift+EnterInsert a newline where the terminal supports it.
Alt+Enter on Windows/LinuxInsert a newline.
Option+Enter on macOSInsert a newline.
Shift+TabCycle Standard, Plan, and Autopilot.
Tab or Ctrl+YAccept the current inline input completion.

Timeline, sessions, and diff shortcuts

ContextMain keys
TimelineCtrl+F search, Ctrl+O expand recent items, Ctrl+E expand all, Ctrl+T toggle reasoning, Page Up and Page Down scroll.
Session pickerArrow keys select, Enter opens, s changes sort, Tab switches local and remote, d deletes, Esc closes.
Diff viewerj and k move by line, h and l change file, g and G jump to ends, c comments, s summarizes comments, b toggles branch diff, w hides whitespace changes.

Modes, permissions, and safety

Standard, Plan, and Autopilot

ModeBehavior
StandardThe agent works interactively and follows the active permission policy.
PlanThe agent inspects the repository, resolves requirements, and prepares a plan before file edits.
AutopilotThe agent continues through tool calls and follow-up turns until completion or a configured limit.

Permission modes and patterns

FlagEffect
--allow-tool=PATTERNApprove a matching tool without another prompt.
--deny-tool=PATTERNBlock a matching tool. Deny rules win over allow rules.
--allow-url=URLApprove a URL or domain.
--deny-url=URLBlock a URL or domain.
--add-dir=PATHAdd a readable or writable directory.
--allow-all-toolsApprove every tool.
--allow-all-pathsRemove path verification.
--allow-all-urlsApprove every URL.
--allow-allApply all three elevated settings.
--available-tools=LISTExpose only selected tools to the model.
--no-ask-userRemove the agent’s ability to pause for a question.

Permission patterns use Kind(argument). Supported kinds include read, write, shell, url, memory, and an MCP server name.

copilot --allow-tool='shell(git:*)' --deny-tool='shell(git push)'
copilot --allow-tool='github(create_issue)'
copilot --deny-tool='write(secret.txt)'

The :* suffix in shell(git:*) matches the command stem followed by a space. A deny rule takes priority even when an allow-all option is active. Path checks resolve symlinks and path traversal segments before matching.

Sandbox and change review

/sandbox status displays OS-level shell sandbox status. /sandbox policy prints effective filesystem and network rules. /sandbox enable and /sandbox disable change the active setting. Startup flags --sandbox and --no-sandbox apply to one session and require experimental mode.

Use /diff before accepting a large set of changes. Add line comments inside the diff viewer and submit them together. Use /undo immediately after a bad turn. Keep Git commits as durable checkpoints for work that spans several turns or external tools.

Command-line flags for sessions and automation

Session and interface flags

FlagPurpose
-C DIRECTORYChange directory before startup.
-i PROMPT, --interactive=PROMPTStart an interactive session and run the first prompt.
-n NAME, --name=NAMEName a new session.
--continueResume the newest session for the current directory.
-r, --resume[=VALUE]Open the session picker or resume by ID, prefix, or exact name.
--session-id IDAddress an exact session or create one with a valid UUID.
--connect[=ID]Connect to a remote session.
--remoteEnable remote steering.
--remote-exportExport the session for read-only remote viewing.
--attachment PATHAttach a file to the initial prompt.
--model=MODELSelect a model or auto.
--reasoning-effort=LEVELSet low, medium, high, xhigh, or max where supported.
--context=default|long_contextChoose a context tier for supported models.
--screen-readerEnable screen-reader adjustments.
--no-colorRemove terminal color output.
--mouse=on|offChoose CLI mouse capture or native terminal selection.

Programmatic mode

-p runs one prompt and exits. -s prints only the agent response. --output-format=json emits JSON Lines for automation. The process waits for background agents and shell commands before exit, subject to COPILOT_TASK_WAIT_TIMEOUT_SECONDS.

copilot -sp "Summarize the request flow and list the main entry points"
copilot -p "Fix the failing unit tests and report changed files" \
  --allow-tool='read,write,shell(npm test)' \
  --output-format=json
copilot -C ./services/api --plan -i "Plan the authentication migration"

Use --secret-env-vars=NAME for extra secrets that need output redaction. GitHub token values receive default redaction. --share=PATH saves a Markdown transcript after a programmatic run, and --share-gist publishes a secret gist. Session transcripts can contain source code, prompts, paths, and tool output. Inspect them before sharing.

Repository-controlled hooks, extensions, and workspace MCP servers stay disabled in prompt mode unless the folder is trusted or the matching opt-in environment variable is set. This protects unattended jobs from executable configuration committed by an untrusted repository.

Copilot CLI environment variables

Authentication, directories, and runtime

VariablePurpose
COPILOT_GITHUB_TOKENHighest-priority GitHub authentication token.
GH_TOKENSecond-priority token.
GITHUB_TOKENThird-priority token.
GH_HOSTGitHub hostname shared with GitHub CLI.
COPILOT_GH_HOSTCopilot-only hostname override.
COPILOT_HOMEConfiguration and state directory; default is $HOME/.copilot.
COPILOT_CACHE_HOMECache location for updates and marketplace data.
COPILOT_EDITORPrompt editor checked after VISUAL and EDITOR.
COPILOT_AUTO_UPDATESet false to disable automatic CLI and first-party plugin updates.
COPILOT_ENABLE_HTTP2Set 1 or true to use HTTP/2 transport.
COPILOT_ALLOW_ALLSet true for all permissions.
COPILOT_MODELSelect the model for the process.

Context, skills, and unattended work

VariablePurpose
COPILOT_CUSTOM_INSTRUCTIONS_DIRSAdd comma-separated instruction directories.
COPILOT_SKILLS_DIRSAdd comma-separated skill directories.
COPILOT_LARGE_OUTPUT_THRESHOLD_BYTESSet the direct tool-output threshold; default is 20 KiB.
COPILOT_MCP_TOOL_CACHESet false to disable MCP tool snapshot caching.
COPILOT_PROMPT_FRAMESet 1 or 0 to override the decorative prompt frame.
COPILOT_STRIP_REASONING_ON_RESUMESet 0 or false to retain BYOK reasoning tokens across resume.
COPILOT_SUBAGENT_MAX_CONCURRENTSet concurrent subagent capacity within account limits.
COPILOT_SUBAGENT_MAX_DEPTHSet the maximum subagent nesting depth.
COPILOT_TASK_WAIT_TIMEOUT_SECONDSSet how long prompt mode waits for background work.
COPILOT_WEB_FETCH_ALLOW_LOCALHOSTSet 1 to let web_fetch reach a local development server.
GITHUB_COPILOT_PROMPT_MODE_EXTENSIONSSet true to load project extensions in prompt mode.
GITHUB_COPILOT_PROMPT_MODE_REPO_HOOKSSet true to load repository hooks in prompt mode.
GITHUB_COPILOT_PROMPT_MODE_WORKSPACE_MCPSet true to load workspace MCP servers in prompt mode.
PLAIN_DIFFSet true to disable rich diff rendering.
USE_BUILTIN_RIPGREPSet false to use the system rg executable.

BYOK and offline variables

BYOK supports OpenAI-compatible endpoints, Azure OpenAI, and Anthropic. OpenAI-compatible endpoints include local services such as Ollama when their selected model supports streaming and tool calls.

VariablePurpose
COPILOT_PROVIDER_BASE_URLProvider API endpoint. Required for BYOK.
COPILOT_PROVIDER_TYPEopenai, azure, or anthropic; default is openai.
COPILOT_PROVIDER_API_KEYProvider credential when the endpoint requires one.
COPILOT_MODELProvider model or Azure deployment identifier.
COPILOT_OFFLINESet true to stop GitHub network requests.

Logging and OpenTelemetry

Use --log-level=none|error|warning|info|debug|all|default and --log-dir=PATH for local logs. OpenTelemetry is disabled until an enabling variable is present.

VariablePurpose
COPILOT_OTEL_ENABLEDSet true to enable OpenTelemetry.
OTEL_EXPORTER_OTLP_ENDPOINTSet the OTLP collector endpoint and enable telemetry export.
COPILOT_OTEL_EXPORTER_TYPESelect otlp-http or file.
COPILOT_OTEL_FILE_EXPORTER_PATHWrite telemetry signals to a file.
OTEL_EXPORTER_OTLP_PROTOCOLSelect http/json or http/protobuf.
OTEL_SERVICE_NAMEOverride the default github-copilot service name.
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENTSet true to record prompts, responses, and tool data.

Custom instructions, agents, skills, plugins, hooks, and MCP

FeatureBest use
Custom instructionsPersistent repository or personal rules loaded automatically.
Prompt filesReusable IDE prompt templates invoked manually.
Custom agentsNamed specialist roles with selected tools and models.
Agent skillsTask-specific procedures and resources loaded on demand.
PluginsInstallable bundles of agents, skills, hooks, MCP servers, and extensions.
HooksDeterministic commands at agent lifecycle events.
MCP serversExternal tools, services, APIs, and live data.

Custom instructions

copilot init and /init analyze the repository and create or improve .github/copilot-instructions.md. Good repository instructions record build, test, and lint commands, architecture boundaries, generated files, coding conventions, and release constraints.

Copilot CLI merges instructions found in these locations:

  • .github/copilot-instructions.md
  • .github/instructions/**/*.instructions.md
  • AGENTS.md, CLAUDE.md, and GEMINI.md in the Git root and working directory
  • $HOME/.copilot/copilot-instructions.md
  • $HOME/.copilot/instructions/**/*.instructions.md
  • Extra directories in COPILOT_CUSTOM_INSTRUCTIONS_DIRS

Instruction files can import another file with a line that starts with @path. Use /instructions to inspect and toggle loaded sources. Use /env to confirm the effective customization set. --no-custom-instructions starts a session without these files.

Prompt files

Prompt files live in .github/prompts/*.prompt.md and are invoked from supported IDEs. They package a repeatable prompt with variables and context for a focused action, such as test generation or an API review. Copilot CLI does not load prompt files as a native customization type. Use a skill or a command file for a reusable CLI action.

Custom agents

Project agents live in .github/agents/ or .claude/agents/. Personal agents live in ~/.copilot/agents/. The file name becomes the agent ID. The required description tells Copilot when to use it; optional fields set name, model, tools, inference behavior, and MCP servers.

---
name: test-reviewer
description: Reviews unit tests for missing cases and brittle assertions
tools:
  - view
  - grep
---
Review tests only. Report findings with file paths and line numbers. Do not edit files.

Select an agent with /agent or start directly with copilot --agent=test-reviewer. A read-only agent should omit write and shell tools. Built-in agents handle exploration, command execution, code review, research, security review, and general delegated work.

Agent skills and commands

A skill is a directory with SKILL.md. Project skills can live under .github/skills/, .claude/skills/, or .agents/skills/. Personal skills can live under ~/.copilot/skills/ or ~/.agents/skills/. A valid skill declares name and description in YAML frontmatter.

---
name: release-check
description: Checks version, changelog, tests, and package contents before release
---
Read the project release policy. Run the documented checks and report every failure.

Copilot selects a relevant skill automatically, or you can invoke /release-check. Use /skills list, /skills info NAME, /skills add, /skills remove, and /skills reload for management. Individual Markdown commands under .claude/commands/ provide a lighter alternative and have lower precedence than a skill with the same name.

Read More: Most Popular Agent Skills on GitHub for Coding Agents

Plugins

Open the plugin dashboard with /plugins. Use /plugins install SOURCE, /plugins update NAME, and /plugins uninstall NAME for lifecycle management. Marketplace commands add, remove, list, and browse registries. copilot plugins list --json provides a machine-readable inventory outside an interactive session.

Review a plugin before installation, as it can include executable hooks, MCP servers, agents, and skills. Disable one component with copilot plugins disable NAME --mcp, --skill, or --plugin.

Hooks

Hooks live in .github/hooks/*.json. They run deterministic shell commands at defined lifecycle events. Suitable jobs include formatting edited files, checking commands before execution, enforcing path rules, or scanning output for secrets. Review repository hooks before trusting the checkout because they execute code.

MCP servers

Persistent personal MCP configuration lives at ~/.copilot/mcp-config.json. Repository and workspace servers can come from .github/mcp.json or .mcp.json. One-session configuration uses --additional-mcp-config=JSON or --additional-mcp-config=@FILE.

copilot mcp add local-tools -- npx -y @example/mcp-server
copilot mcp add --transport http team-api https://example.com/mcp
copilot mcp list --json

Use /mcp list, /mcp show NAME, /mcp add, /mcp edit, /mcp disable, /mcp enable, /mcp auth NAME, and /mcp reload during a session. Every MCP tool call requires permission. Remote servers receive the lowest level of trust and always require review. When server names collide, session configuration wins, followed by plugin, workspace, and personal configuration.

Related reference: OpenAI Codex Commands Cheat Sheet (2026)

Connect Copilot CLI to VS Code

Copilot CLI automatically connects when its working directory matches a trusted workspace open in VS Code. Run /ide to inspect the connection, switch workspaces, or disconnect.

The connection shares the active editor selection, diagnostics, workspace trust, and change-review interface. Select code in VS Code, then enter Debug this in the CLI. Proposed edits can open as side-by-side VS Code diffs with accept and reject controls. Elevated edit permission applies changes directly and skips that approval diff.

VS Code’s Sessions view displays CLI transcripts for the current workspace. A saved CLI session can resume in the integrated terminal from that view.

VS Code Copilot Chat cheat sheet

Chat modes

ModeUse it for
AskQuestions, explanations, and code suggestions without autonomous repository edits.
PlanDetailed implementation planning before code changes.
AgentMulti-step work that reads files, edits code, runs commands, and iterates.
EditDirect edits across selected files in client versions that expose this mode.

VS Code slash commands

CommandAction
/clearStart a new chat session.
/explainExplain code in the active editor.
/fixPropose a repair for selected code.
/fixTestFailureDiagnose and repair a failing test.
/helpDisplay Chat basics and available features.
/newCreate a new project.
/testsGenerate tests for selected code.

VS Code chat variables

VariableContext added
#blockCurrent code block.
#classCurrent class.
#commentCurrent comment.
#fileCurrent or named file content.
#functionCurrent function or method.
#lineCurrent line.
#pathFile path.
#projectProject context.
#selectionSelected editor text.
#symCurrent symbol.

VS Code chat participants

ParticipantSpecialty
@githubGitHub repositories, issues, pull requests, and GitHub skills.
@terminalTerminal commands and visible shell context.
@vscodeVS Code commands, settings, and editor features.
@azureAzure services and deployment context; availability is preview-dependent.
@workspaceWorkspace architecture and cross-file questions where present.

Useful VS Code prompt patterns

/explain #selection
/fix #file:src/auth.ts Keep the public API unchanged and add a regression test.
@workspace Trace the request from the HTTP route to the database write. List files in execution order.
@terminal Explain the latest test failure and identify the first actionable error.
#file:src/cache.ts #file:test/cache.test.ts Add tests for expiration and concurrent reads.

VS Code inline suggestion shortcuts

ActionmacOSWindows and Linux
Accept suggestionTabTab
Dismiss suggestionEscEsc
Show next suggestionOption+]Alt+]
Show previous suggestionOption+[Alt+[
Trigger suggestionOption+\Alt+\
Open additional suggestionsCtrl+ReturnCtrl+Enter

Platform and customization matrix

SurfaceMain strengthsCustomization notes
Copilot CLITerminal agent, automation, sessions, permissions, plugins, skills, hooks, MCP.Instructions, agents, subagents, skills, hooks, and MCP are supported. Prompt files are absent.
VS CodeInline completion, Chat, local agents, visual diffs, CLI connection.Full instructions, prompt files, agents, subagents, skills, and MCP; hooks remain preview-dependent.
Visual StudioCompletion and IDE Chat for .NET workflows.Instructions, prompt files, agents, skills, and MCP; subagent and hook support differs.
JetBrains IDEsIDE Chat and customization editor.Several customization types remain in preview; MCP is supported.
XcodeCompletion and Chat for Apple-platform work.Instructions, agents, and prompt files have preview status; MCP is supported.
GitHub.comRepository Chat, cloud agents, pull requests, and remote sessions.Instructions, agents, skills, hooks, and MCP are supported; prompt files and subagents are absent.

Workflow Examples

Explore a repository before editing

Map the application entry points, request flow, persistence layer, and test layout. Read only. Return file paths and the commands used to verify your findings.

Start in Standard or Plan mode. Attach relevant files with @ and confirm the working directory with /cwd. Request evidence paths and a concrete architecture summary.

Plan a multi-file change

/plan Add idempotency to payment creation. Preserve the public API, reuse the existing database transaction helper, include rollback behavior, and name the tests that must pass.

Review the plan for migration impact, failure behavior, and test scope before switching modes. Run /rubber-duck when the change has a risky assumption or several valid designs.

Fix a failing test

Run the failing test in isolation. Find the first product-code defect, apply the smallest correction, rerun the focused test, then run the related test suite. Report commands and changed files.

Grant only the shell commands and paths required for the repair. Avoid global permission bypass for an unfamiliar repository.

Review a change set

/review Focus on correctness, security, data loss, concurrency, and missing regression tests. Ignore formatting unless it changes behavior.

Inspect /diff, add line comments, and run /security-review for security-sensitive code. Commit after the change passes its required tests.

Delegate independent work

/fleet Inspect the API, database, and test layers independently. Return one combined implementation risk report. Do not edit files.

Parallel agents fit independent repository areas. A single agent is clearer for one tightly connected refactor.

Troubleshooting

ProblemCheck
A documented command is missingRun /help, /version, and /update; check /experimental show and account policy.
Login uses the wrong accountInspect /user show and token variables; an environment token overrides stored OAuth.
Classic PAT failsUse OAuth or a fine-grained PAT with Copilot Requests permission.
Agent mode is absentCheck organization policy, account access, extension version, and the active IDE mode picker.
Copilot cannot read a directoryRun /list-dirs, then /add-dir PATH after reviewing the target.
Permission prompts repeatInspect /permissions show; review exact tool, path, and URL patterns.
Context fills too quicklyRun /context, reduce attached files, then /compact with focus instructions.
Wrong files are being editedRun /cwd, inspect /env, and verify the Git root before continuing.
Model is unavailableOpen /model; availability depends on provider, plan, policy, and catalog.
MCP server fails to startRun /mcp list, /mcp show NAME, and /mcp reload; keep stdio logs on stderr.
Workspace MCP is absent under -pTrust the folder or opt in with GITHUB_COPILOT_PROMPT_MODE_WORKSPACE_MCP=true.
VS Code connection is absentOpen the matching trusted workspace, then run /ide.
Rich diff blocks text selectionStart with --mouse=off or set mouse support off in settings.
An autonomous run continues too longPress Esc twice and set a continuation or AI Credits limit before resuming.

FAQs

Can BYOK run without a GitHub login?

Yes. Copilot CLI can use an external or local model provider without GitHub authentication. /delegate, GitHub Code Search, and the built-in GitHub MCP server still require a GitHub login. Combine BYOK with GitHub authentication when the session needs those hosted features.

Where does Copilot CLI store sign-in credentials?

OAuth credentials go to the operating-system credential store: Keychain Access on macOS, Credential Manager on Windows, or a supported secret service on Linux. If no credential store is available, Copilot can save the token in plain text at ~/.copilot/config.json, or under the directory set by COPILOT_HOME. Protect that file and avoid the plain-text fallback on shared systems.

Do commands entered with ! use Copilot permission rules?

No. The ! prefix runs a command directly in the local shell and bypasses the agent tool approval flow. The command receives the permissions of the user account running the terminal. Read it as carefully as any command copied from another source.

How can I keep a Copilot CLI session local?

Start the session with --no-remote, set the remote configuration value to off, or disable remote access through /remote off. This prevents session syncing and remote control. A model provider still receives prompts and context unless the session uses an approved local provider in offline mode.

Does /undo replace Git commits?

No. /undo restores conversation state and tracked file changes from a selected turn. Git commits record durable project history, support team review, and remain available after session data is removed. Commit tested milestones during long or high-risk changes.

Leave a Reply

Your email address will not be published. Required fields are marked *

Get the latest & top AI tools sent directly to your email.

Subscribe now to explore the latest & top AI tools and resources, all in one convenient newsletter. No spam, we promise!