GH-600 Public Study Guide A developer has published a free, markdown-only study workbook for the GH-600 certification exam, "Developing in Agentic AI Systems." The guide is organized around the exam's six official domains, covering agent architecture, tool use, memory management, evaluation, multi-agent coordination, and guardrails, with practical examples in YAML, Markdown, CLI output, and audit logs. The workbook is built entirely from official Microsoft and GitHub documentation and is explicitly not an exam dump, containing no real exam questions or answer choices. Markdown-only workbook for Exam GH-600: Developing in Agentic AI Systems. Last updated: May 24, 2026. This version is organized around the official GH-600 domains. Each domain explains the concepts, shows the GitHub implementation artifacts, and includes examples you should be able to read in YAML, Markdown, CLI output, PR timelines, and audit logs. Public sharing note: this guide is not an exam dump and does not contain real exam questions or answer choices. It is a structured study workbook built from official Microsoft and GitHub documentation, with practical examples written for learning and review. Primary source of truth: - GH-600 Microsoft Learn study guide: https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/gh-600 https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/gh-600 - GitHub Copilot cloud agent docs: https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agent https://docs.github.com/en/copilot/concepts/agents/cloud-agent/about-cloud-agent - GitHub Copilot CLI docs: https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-command-reference https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-command-reference - GitHub Copilot CLI config directory: https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference - GitHub custom agents configuration: https://docs.github.com/en/copilot/reference/custom-agents-configuration https://docs.github.com/en/copilot/reference/custom-agents-configuration - GitHub customization cheat sheet: https://docs.github.com/en/copilot/reference/customization-cheat-sheet https://docs.github.com/en/copilot/reference/customization-cheat-sheet - GitHub Actions workflow syntax: https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax - GitHub Actions contexts: https://docs.github.com/en/actions/reference/workflows-and-actions/contexts https://docs.github.com/en/actions/reference/workflows-and-actions/contexts - GitHub audit log events: https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise Use the official GH-600 skills outline as the map, then use the linked GitHub Docs pages for exact syntax and product behavior. The exam domains: | Domain | Weight | What it means in practice | |---|---|---| | Prepare agent architecture and SDLC processes | 15-20% | Choose good agent tasks, define outputs, manage autonomy, use PR/check/review flow | | Implement tool use and environment interaction | 20-25% | Custom agents, tools, MCP, CLI, cloud-agent setup, CI workflows, branches, PRs | | Manage memory, state, and execution | 10-15% | Sessions, resume/continue, Copilot Memory, durable artifacts, context drift | | Perform evaluation, error analysis, and tuning | 15-20% | Logs, scans, workflow artifacts, root cause, instructions/tools/environment tuning | | Orchestrate multi-agent coordination | 15-20% | /fleet , agent tool, matrix jobs, needs , artifacts, conflict prevention | | Implement guardrails and accountability | 10-15% | Least privilege, hooks, branch protection, workflow approvals, audit logs | The key is not just knowing definitions. GH-600 expects you to recognize implementation evidence: | Concept | Artifact examples | |---|---| | Agent profile | .github/agents/ .agent.md | | Instructions | .github/copilot-instructions.md , .github/instructions/ .instructions.md , AGENTS.md | | Prompt/skill reuse | .github/prompts/ .prompt.md , .github/skills/