GH-300 · GitHub Copilot

GH-300 Cheat Sheet: Glossary + Decision Tables

No domain-by-domain walkthrough here — just the terms and the either/or decisions the exam actually tests.

Exam Snapshot

Duration: 100 minutes
Passing score: 700 / 1000
Proctor: Pearson VUE
Level: Intermediate
Objectives updated: August 7, 2026

Built from Microsoft's official GH-300 skills outline and GitHub's own Copilot plans documentation, checked September 7, 2026 — not a generic AI-tool glossary with the exam code swapped in.

Copilot Terms Glossary

Every term below maps to a subskill actually listed in the GH-300 skills outline, tagged by which domain it belongs to.

TermDomainWhat it means
Agent ModeFeaturesCopilot autonomously plans and executes a multi-step coding task across files, running commands and iterating until the goal is met
Copilot EditsFeaturesA directed multi-file editing session where you specify which files are in scope and review each proposed change
MCP (Model Context Protocol)FeaturesAn open protocol Copilot uses to connect to external tools and data sources beyond the codebase itself
Sub-Agents / Agent SessionsFeaturesDelegating part of a larger task to a separate agent run, keeping the main session's context window focused
Copilot CLIFeaturesA terminal-native Copilot client for interactive sessions, script generation, and file management from the command line
Coding AgentFeaturesAn assigned-issue workflow where Copilot works a GitHub issue end-to-end and opens a pull request for review
SpacesFeaturesA way to group specific files, docs, and context into a reusable bundle for Copilot Chat
SparkFeaturesCopilot's natural-language-to-full-app scaffolding feature for building small apps from a prompt
Content exclusionsPrivacyRepository or organization settings that stop Copilot from using specified files or paths as context
Public code filteringPrivacyAn org- or enterprise-level policy that blocks Copilot suggestions matching public code on GitHub above a similarity threshold
Proxy filteringArchitectureA post-processing step that screens a generated suggestion before it reaches the editor
Zero-shot promptingPromptingAsking Copilot to complete a task from an instruction alone, with no example of the desired output
Few-shot promptingPromptingGiving Copilot one or more concrete examples (sample I/O, a reference implementation, a test) to demonstrate the desired output
Responsible AI (six principles)Responsible useFairness, reliability & safety, privacy & security, inclusiveness, transparency, accountability — Microsoft's standard for evaluating AI system behavior
Audit log eventsAdministrationOrganization-level records of Copilot policy and configuration changes, used for governance and compliance review

Which Copilot Surface Do You Reach For?

Domain 2 (Use GitHub Copilot Features) is worth 25–30% of the exam — the largest single domain — and most of its questions are really this decision, dressed up as a scenario.

If the scenario says…Reach for…
You want inline suggestions as you type in your editorIDE inline completions
You want to ask a question about code, get an explanation, or discuss an approachCopilot Chat
You need Copilot to plan and execute a multi-step change across several files autonomouslyAgent Mode
You want to make a scoped set of edits across specific files you choose, reviewing each changeCopilot Edits
You want Copilot to connect to an external tool or data source outside the codebaseMCP
You want to hand off part of a task to keep the main session focusedSub-Agents / Agent Sessions
You want to generate a script or manage files without leaving the terminalCopilot CLI
You want Copilot to work a full GitHub issue and open a PR without you driving each stepCoding Agent

Common Mistake: Assuming One Policy Always Wins

Content exclusions and public-code filtering are both configurable at organization level — but neither exists in a vacuum. An enterprise administrator can set an explicit policy that overrides whatever an individual organization would otherwise choose, and an organization's own policy only takes effect where the enterprise hasn't already locked one in. Exam questions that describe a conflict between an org setting and an enterprise setting are testing exactly this hierarchy, not just whether you know the settings exist.

Copilot Plan Tiers

Organization-administration questions (part of Domain 2) assume you know roughly where policy control enters the picture.

PlanBest fitWhat it adds
Copilot FreeIndividuals trying CopilotLimited monthly completions, auto model selection
Copilot ProIndividual developersFull monthly credit allowance, multiple model choice
Copilot Pro+Power users wanting premium modelsHigher credit allowance than Pro, same individual scope
Copilot BusinessTeams needing central managementOrg-level policy controls, per-seat billing
Copilot EnterpriseGitHub Enterprise Cloud orgsAdds enterprise-wide policy override and larger credit pools on top of Business

Responsible AI: Six Principles

PrincipleOne-word anchor
FairnessEqual treatment across groups
Reliability and safetyDoesn’t cause harm
Privacy and securityData doesn’t leak
InclusivenessEmpowers more people
TransparencySystem is understandable
AccountabilityA person owns the outcome

GH-300 Quick Answers

What's the actual difference between Agent Mode and Copilot Edits?

Agent Mode plans and executes a multi-step task on its own. Copilot Edits is more directed — you choose the files in scope and review each change before it lands.

Does public code filtering apply the same way to every organization?

No — an org sets its own policy, but an enterprise administrator can lock a policy that overrides it.

Which Copilot plan includes organization-wide policy controls?

Business and Enterprise. Enterprise adds enterprise-wide override capability on top of what Business provides.

Can I print this GH-300 cheat sheet?

Yes — every table here is plain HTML, so a browser print or "print to PDF" renders cleanly.

MSCertQuiz sells practice-exam access for GH-300 and other Microsoft and GitHub certifications; this cheat sheet is written by the same team that builds those questions.

Turning This Into a Passing Score

Tables memorized. Now test the recall.

Start with free GH-300 questions covering every domain above.

Start Free GH-300 Practice