Skip to content

Learn Customization Course#9665

Merged
ntrogh merged 8 commits intomicrosoft:mainfrom
theReynald:main
Apr 24, 2026
Merged

Learn Customization Course#9665
ntrogh merged 8 commits intomicrosoft:mainfrom
theReynald:main

Conversation

@theReynald
Copy link
Copy Markdown
Collaborator

No description provided.

theReynald and others added 2 commits April 17, 2026 14:09
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Copy link
Copy Markdown
Collaborator

@ntrogh ntrogh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theReynald I've left feedback. Some common themes across articles are:

  • Make sure the metaDescription property is specific enough and has the right keywords for SEO
  • Don't use styling in headers and only capitalize the first word
  • Don't use "Click", use "Select"
  • Learn more: make sure to add relevant links for the article,, not just generic links
  • "Chat view" not "Chat panel"

Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md
Comment thread learn/customizations/3-instructions.md Outdated
Comment thread learn/customizations/3-instructions.md Outdated
Comment thread learn/customizations/3-instructions.md Outdated
Comment thread learn/customizations/5-custom-agent.md Outdated
Comment thread learn/customizations/5-custom-agent.md Outdated
@ntrogh ntrogh requested a review from Copilot April 23, 2026 15:53
@ntrogh
Copy link
Copy Markdown
Collaborator

ntrogh commented Apr 23, 2026

Also adding Copilot as reviewer to catch other typos and grammar issues.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Customizations learning course under /learn to teach how to tailor GitHub Copilot in VS Code (prompt files, instructions, skills, custom agents, hooks), including new tutorial pages and supporting screenshots.

Changes:

  • Adds a new Customizations section to learn/toc.json.
  • Introduces 8 new learning articles under learn/customizations/.
  • Adds 31 new Git LFS-managed images for the course content.
Show a summary per file
File Description
learn/toc.json Adds the new Customizations course and topic links to the learn TOC.
learn/customizations/1-why-customization-matter.md New intro article explaining why customization matters and where to find the Customization UI.
learn/customizations/2-prompt-files.md New article introducing prompt files and reuse patterns.
learn/customizations/3-instructions.md New article describing custom instructions and examples.
learn/customizations/4-skills.md New article covering agent skills and how to find/use them.
learn/customizations/5-custom-agent.md New article introducing custom agents and example workflows.
learn/customizations/6-hooks.md New article introducing hooks, lifecycle events, and examples.
learn/customizations/7-customization Features Explained.md New comparison-style article explaining how customization features relate.
learn/customizations/8-demo.md New demo page stub for the course.
learn/images/customizations/chat-customizations.png Screenshot asset for Customization UI.
learn/images/customizations/chat-icon-gear.png Shared gear icon screenshot asset.
learn/images/customizations/ep 2.1 prompt file in cust UI.png Episode screenshot for prompt files section.
learn/images/customizations/ep 2.2 prompt file from chat.png Episode screenshot for prompt files section.
learn/images/customizations/ep 2.3 prompt to create.png Episode screenshot for prompt files section.
learn/images/customizations/ep 2.4 workspace v user.png Episode screenshot for prompt files scope section.
learn/images/customizations/ep 3.1 Cust UI.png Episode screenshot for instructions section.
learn/images/customizations/ep 3.2 chat-icon-gear.png Episode screenshot (duplicate of gear icon asset).
learn/images/customizations/ep 3.3 SOLID.png Episode screenshot for SOLID example.
learn/images/customizations/ep 3.4 SOLID APPLIED.png Episode screenshot for SOLID applied example.
learn/images/customizations/ep 3.5 Generate Cust Intstruct.png Episode screenshot for generating instructions.
learn/images/customizations/ep 3.6 Slash Cust Intstruct .png Episode screenshot for slash command instructions.
learn/images/customizations/ep 3.7 Calc Norm.png Episode screenshot for before/after example.
learn/images/customizations/ep 3.8 Calc Retro.png Episode screenshot for before/after example.
learn/images/customizations/ep 4.0 Skill Structure.png Episode screenshot for skill structure.
learn/images/customizations/ep 4.1 chat-icon-gear.png Episode screenshot (duplicate of gear icon asset).
learn/images/customizations/ep 4.2 Skills-Cust UI.png Episode screenshot for skills UI.
learn/images/customizations/ep 4.3 create skill.png Episode screenshot for creating a skill.
learn/images/customizations/ep 4.4 create skill CODE.png Episode screenshot for skill code example.
learn/images/customizations/ep 5.1 Cust Agents.png Episode screenshot for custom agents list.
learn/images/customizations/ep 5.2 Ask Copilot for Cust Agent.png Episode screenshot for generating an agent via Copilot.
learn/images/customizations/ep 5.3 Arcade Agent.png Episode screenshot for example custom agent.
learn/images/customizations/ep 5.4 Select Arcade Agent.png Episode screenshot for selecting an agent.
learn/images/customizations/ep 5.5 Arcade Tip Calc.png Episode screenshot for agent output example.
learn/images/customizations/ep 6.1 Prettier Hook.png Episode screenshot for hooks example.
learn/images/customizations/ep 6.2 Before Hook.png Episode screenshot for hooks before state.
learn/images/customizations/ep 6.3 After Hook.png Episode screenshot for hooks after state.
learn/images/customizations/ep 7.1 Cust Feature Explained by Copilot.png Episode screenshot for feature explanations.
learn/images/customizations/ep 7.2 Comparisons by Copilot.png Episode screenshot for comparison chart.
learn/images/customizations/ep 7.3 Key Differences by Copilot.png Episode screenshot for key differences.
learn/images/customizations/ep 7.4 Quiz by Copilot.png Episode screenshot for quiz/scenario section.

Copilot's findings

  • Files reviewed: 40/40 changed files
  • Comments generated: 14

Comment thread learn/toc.json Outdated
Comment thread learn/customizations/7-customization Features Explained.md Outdated
Comment thread learn/customizations/2-prompt-files.md Outdated
Comment thread learn/customizations/2-prompt-files.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/4-skills.md Outdated
Comment thread learn/customizations/3-instructions.md Outdated
Comment thread learn/customizations/6-hooks.md Outdated
Comment thread learn/customizations/7-customization-features-explained.md
Comment thread learn/customizations/5-hooks.md
theReynald and others added 4 commits April 23, 2026 10:19
Copy link
Copy Markdown
Collaborator

@ntrogh ntrogh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theReynald Final edit pass. Can you make sure to update the embedded video domain across all pages. Also, update the alt texts to use the right structure and provide relevant descriptions.

Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/2-instructions.md Outdated
Comment thread learn/customizations/3-skills.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/1-why-customization-matter.md Outdated
Comment thread learn/customizations/2-instructions.md Outdated
Comment thread learn/customizations/6-prompt-files.md Outdated
theReynald and others added 2 commits April 24, 2026 07:53
-Make sure the metaDescription property is specific enough and has the right keywords for SEO
-Don't use styling in headers and only capitalize the first word
-Don't use "Click", use "Select"
-Learn more: make sure to add relevant links for the article,, not just generic links
-"Chat view" not "Chat panel"

Co-authored-by: Copilot <copilot@github.com>
…at Customization to be Agent Customizations.

Co-authored-by: Copilot <copilot@github.com>
@theReynald theReynald marked this pull request as ready for review April 24, 2026 16:48
@ntrogh ntrogh merged commit 7d4e0f7 into microsoft:main Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants