Domain (02): (QRP) GitHub Copilot plans and features #47
MohamedRadwan-DevOps
announced in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Domain (02): (QRP) GitHub Copilot plans and features (31%)
Document Type: QRP (Quick Revision Pack)
Scope: This document provides a high signal, minimal noise revision pack for this domain, optimized for last mile review. It focuses on crisp bullet points, micro examples, and checklists that cover the most important concepts and exam relevant angles.
Copilot plans
Copilot plans/Plan types
Copilot plans/Business vs Enterprise
Copilot plans/Non-GitHub customers
Copilot plans/Availability constraints
Copilot plans/Licensing and billing
Copilot plans/Quick check
Copilot plans/Micro example
Source:
Plans for GitHub Copilot (GitHub Docs)
What is GitHub Copilot? (GitHub Docs)
About enterprise accounts for Copilot Business (GitHub Docs)
Choosing your enterprise's plan for GitHub Copilot (GitHub Docs)
GitHub Copilot licenses (GitHub Docs)
Setting up a dedicated enterprise for GitHub Copilot Business (GitHub Docs)
About individual GitHub Copilot plans and benefits (GitHub Docs)
GitHub Copilot for Azure DevOps users (Microsoft DevBlogs)
Copilot in the IDE
Copilot in the IDE/Define GitHub Copilot in the IDE
Copilot in the IDE/Define GitHub Copilot Chat in the IDE
Copilot in the IDE/Triggering Copilot
Copilot in the IDE/Quick check
Copilot in the IDE/Micro example
Source:
Getting code suggestions in your IDE with GitHub Copilot (GitHub Docs)
GitHub Copilot Chat cheat sheet (GitHub Docs)
Inline suggestions from GitHub Copilot in VS Code (Visual Studio Code Docs)
Inline chat in Visual Studio Code (Visual Studio Code Docs)
Using GitHub Copilot CLI (GitHub Docs)
Keyboard shortcuts for GitHub Copilot in the IDE (GitHub Docs)
Debug with GitHub Copilot (Visual Studio) (Microsoft Learn)
Copilot Individual vs Business
Copilot Individual/Capabilities
Copilot Individual/Personal settings
Copilot Business/Organization policy management
Copilot Business/Governance and administration
Copilot Individual vs Business/Key differences
Copilot Individual vs Business/Quick check
Source:
Managing GitHub Copilot policies as an individual subscriber (GitHub Docs)
Managing policies and features for GitHub Copilot in your organization (GitHub Docs)
Reviewing audit logs for GitHub Copilot Business (GitHub Docs)
REST API endpoints for Copilot user management (GitHub Docs)
GitHub Copilot Product Specific Terms (PDF) (GitHub)
Copilot Business administration
Copilot Business administration/Exclude specific files
Copilot Business administration/Organization-wide policy management
Copilot Business administration/Audit logs purpose
Copilot Business administration/Search audit log events
action:qualifier and thecopilotcategory (for example,action:copilot:).Copilot Business administration/Manage via REST API
Copilot Business administration/Quick check
/config/**, then verify via audit log searchaction:copilot:that the changes were recorded.”Source:
Managing policies and features for GitHub Copilot in your organization (GitHub Docs)
Reviewing audit logs for GitHub Copilot Business (GitHub Docs)
Reviewing the audit log for your organization (GitHub Docs)
REST API endpoints for Copilot user management (GitHub Docs)
Content exclusion for GitHub Copilot (GitHub Docs)
GitHub Copilot seat assignment (GitHub Docs)
Copilot Chat
Copilot Chat/Main features
@mentions) and references (for example#file:line-line) depending on the environment.Copilot Chat/Most effective use cases
Copilot Chat/Improve performance
Copilot Chat/Limitations
Copilot Chat/Using code suggestions from Chat
Copilot Chat/Feedback
Copilot Chat/Slash commands
/to see what’s available in your environment), such as/explain,/fix,/tests,/help, and/clear.Copilot Chat/Quick check
/explain, then ask ‘refactor for readability and add unit tests,’ then use/testsand insert the code at the cursor, and finally run the test suite.”Source:
GitHub Copilot Chat cheat sheet (GitHub Docs)
Best practices for using GitHub Copilot (GitHub Docs)
Responsible use of GitHub Copilot Chat in your IDE (GitHub Docs)
Getting started with prompts for GitHub Copilot Chat (GitHub Docs)
Asking GitHub Copilot questions in GitHub (GitHub Docs)
Copilot Enterprise
Copilot Enterprise/Benefits of Copilot Chat on GitHub.com
Copilot Enterprise/Pull request summaries
Copilot Enterprise/Knowledge Bases
@github #kb) before asking a policy/standards question.Copilot Enterprise/Custom models
Copilot Enterprise/Quick check
src/auth/*and why?’ → switch to a knowledge base and ask ‘What’s our standard for secret handling in config?’ → validate against repo policy docs.”Source:
Plans for GitHub Copilot (GitHub Docs)
Using GitHub Copilot to explore pull requests (GitHub Docs)
Creating a pull request summary with GitHub Copilot (GitHub Docs)
Asking GitHub Copilot questions in your IDE (GitHub Docs)
Creating a custom model for GitHub Copilot (GitHub Docs)
Responsible use of GitHub Copilot pull request summaries (GitHub Docs)
Creating and managing Copilot knowledge bases (GitHub Enterprise Cloud Docs)
Copilot knowledge bases (GitHub Enterprise Cloud Docs)
Using your LLM provider API keys with Copilot (GitHub Docs)
Enterprise bring your own key (BYOK) for GitHub Copilot is now in public preview (GitHub Changelog)
Triggering Copilot
Triggering Copilot/Chat
Triggering Copilot/Inline chat
Ctrl+I/⌘I) so the prompt stays scoped to the active editor.Triggering Copilot/Inline suggestions
Alt+\/Option+\) and accept (Tab) or dismiss (Esc) the suggestion.Triggering Copilot/Multiple suggestions
Ctrl+Enter) and choose the best option.Triggering Copilot/Exception handling
/fix-style workflows) to get a likely root cause and a proposed fix, then validate with tests.Triggering Copilot/Quick check
try/catchblock, cycle alternatives, then paste the exception trace into chat and ask for the minimal fix + the exact tests to prove it.”Source:
Keyboard shortcuts for GitHub Copilot in the IDE (GitHub Docs)
Getting code suggestions in your IDE with GitHub Copilot (GitHub Docs)
Inline chat (Visual Studio Code Docs)
Debug errors (GitHub Docs)
Using GitHub Copilot CLI (GitHub Docs)
Using GitHub Copilot in the CLI
Using GitHub Copilot in the CLI/Install steps
npm install -g @github/copilot(requires Node.js 22+ and npm 10+), and if you receive Copilot via an org, the Copilot CLI policy must be enabled.Using GitHub Copilot in the CLI/Common commands
copilotin a project folder, confirm you trust the folder, and authenticate with/loginif prompted.copilot -p/--prompt "..."and (when needed) allow a specific tool via--allow-tool 'shell(git)'.Using GitHub Copilot in the CLI/Configurable settings
@relative/path, resuming sessions with--resume/--continue, managing MCP servers via/mcp add(config stored under~/.copilot, affected byXDG_CONFIG_HOME), and using/model,/usage, and/feedbackas needed.Using GitHub Copilot in the CLI/Quick check
--allow-all-tools(or approving powerful tools for the whole session) in a folder you don’t fully trust.copilotin the repo,/login, prompt ‘Create a release notes summary from the last week’s commits,’ allow onlyshell(git), then run/usageand switch models with/modelif needed.”Source:
Installing GitHub Copilot CLI (GitHub Docs)
Using GitHub Copilot CLI (GitHub Docs)
About GitHub Copilot CLI (GitHub Docs)
Using the GitHub CLI Copilot extension (GitHub Docs)
GitHub Copilot CLI: How to get started (GitHub Blog)
github/gh-copilot README (GitHub)
Beta Was this translation helpful? Give feedback.
All reactions