Skip to content

Commit b2f04ef

Browse files
Merge pull request #53711 from ChrisHowd/March2026-new-ai-assisted-learning-paths
March2026 new ai assisted learning paths
2 parents 130148a + fbf4114 commit b2f04ef

5 files changed

Lines changed: 134 additions & 3 deletions

File tree

  • learn-pr/paths
    • accelerate-app-development-using-github-copilot
    • apl-2014-github-issues
    • apl-2015-github-secret-scanning
    • create-embed-custom-code-agents
    • perform-code-maintenance-tasks-github-copilot-agent

learn-pr/paths/accelerate-app-development-using-github-copilot/index.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
uid: learn.wwl.accelerate-app-development-using-github-copilot
33
metadata:
44
title: Get Started with AI-Assisted Development
5-
description: Learn how to accelerate app development by using GitHub Copilot Chat in a Visual Studio Code environment. AZ-2007
6-
ms.date: 02/12/2026
5+
description: Learn how to accelerate app development by using GitHub Copilot in a Visual Studio Code environment and then apply what you learned to get started with vibe coding. AZ-2007
6+
ms.date: 03/05/2026
77
author: chrishowd
88
ms.author: cahowd
99
ms.topic: learning-path
@@ -13,7 +13,7 @@ prerequisites: |
1313
- One or more years of code development experience is recommended.
1414
- Some experience developing C# applications in Visual Studio Code with the C# Dev Kit extension is recommended.
1515
summary: |
16-
Learn how to accelerate app development by using GitHub Copilot Chat in a Visual Studio Code environment.
16+
Learn how to accelerate app development by using GitHub Copilot in a Visual Studio Code environment and then apply what you learned to get started with vibe coding.
1717
iconUrl: /training/achievements/generic-trophy.svg
1818
levels:
1919
- intermediate
@@ -30,5 +30,6 @@ modules:
3030
- learn.wwl.develop-code-features-using-github-copilot-tools
3131
- learn.wwl.develop-unit-tests-using-github-copilot-tools
3232
- learn.wwl.implement-code-improvements-using-github-copilot-tools
33+
- learn.wwl.introduction-vibe-coding
3334
trophy:
3435
uid: learn.wwl.accelerate-app-development-using-github-copilot.trophy
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.apl-2014-github-issues
3+
hidden: true
4+
metadata:
5+
title: Resolve GitHub Issues using GitHub Copilot Agent
6+
description: Learn how to resolve GitHub Issues using GitHub Copilot's Ask and Agent modes. The training focuses on security vulnerabilities such as SQL injection, encryption, logging, and path traversal problems.
7+
ms.date: 03/05/2026
8+
author: chrishowd
9+
ms.author: cahowd
10+
ms.topic: learning-path
11+
title: Resolve GitHub issues using GitHub Copilot Agent
12+
prerequisites: |
13+
- An active subscription for GitHub Copilot is required for either a personal GitHub account or a GitHub account managed by an organization or enterprise.
14+
- One or more years of code development experience is recommended.
15+
- Some experience developing C# applications in Visual Studio Code with the C# Dev Kit extension is recommended.
16+
summary: |
17+
Learn how to resolve GitHub Issues using GitHub Copilot's Ask and Agent modes. The training focuses on security vulnerabilities such as SQL injection, encryption, logging, and path traversal problems.
18+
iconUrl: /training/achievements/generic-trophy.svg
19+
levels:
20+
- intermediate
21+
roles:
22+
- developer
23+
products:
24+
- github
25+
subjects:
26+
- app-development
27+
- productivity
28+
modules:
29+
- learn.resolve-github-issues-github-copilot-agent
30+
trophy:
31+
uid: learn.wwl.apl-2014-github-issues.trophy
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.apl-2015-github-secret-scanning
3+
hidden: true
4+
metadata:
5+
title: Resolve GitHub Secret Scanning Alerts using GitHub Copilot Agent
6+
description: Learn how to resolve GitHub Secret Scanning alerts using GitHub Copilot's Ask and Agent modes. The training focuses on detecting hard-coded secrets in source code and implementing secure configuration patterns to replace them.
7+
ms.date: 03/05/2026
8+
author: chrishowd
9+
ms.author: cahowd
10+
ms.topic: learning-path
11+
title: Resolve GitHub Secret Scanning alerts using GitHub Copilot Agent
12+
prerequisites: |
13+
- An active subscription for GitHub Copilot is required for either a personal GitHub account or a GitHub account managed by an organization or enterprise.
14+
- One or more years of code development experience is recommended.
15+
- Some experience developing C# applications in Visual Studio Code with the C# Dev Kit extension is recommended.
16+
summary: |
17+
Learn how to resolve GitHub Secret Scanning alerts using GitHub Copilot's Ask and Agent modes. The training focuses on detecting hard-coded secrets in source code and implementing secure configuration patterns to replace them.
18+
iconUrl: /training/achievements/generic-trophy.svg
19+
levels:
20+
- intermediate
21+
roles:
22+
- developer
23+
products:
24+
- github
25+
subjects:
26+
- app-development
27+
- productivity
28+
modules:
29+
- learn.resolve-github-secret-scanning-alerts-github-copilot-agent
30+
trophy:
31+
uid: learn.wwl.apl-2015-github-secret-scanning.trophy
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.create-embed-custom-code-agents
3+
metadata:
4+
title: Develop Agents and Applications using Agentic Programming Tools
5+
description: Learn how to develop code more efficiently by using agentic programming tools and techniques. This training covers how to configure custom agents in the development environment, how to develop or update apps using the GitHub Spec Kit, and how to create AI-enabled apps with embedded agents using the GitHub Copilot SDK.
6+
ms.date: 03/05/2026
7+
author: chrishowd
8+
ms.author: cahowd
9+
ms.topic: learning-path
10+
title: Develop agents and applications using agentic programming tools
11+
prerequisites: |
12+
- An active subscription for GitHub Copilot is required for either a personal GitHub account or a GitHub account managed by an organization or enterprise.
13+
- One or more years of code development experience is recommended.
14+
- Some experience developing C# applications in Visual Studio Code with the C# Dev Kit extension is recommended.
15+
summary: |
16+
Learn how to develop code more efficiently by using agentic programming tools and techniques. This training covers how to configure custom agents in the development environment, how to develop or update apps using the GitHub Spec Kit, and how to create AI-enabled apps with embedded agents using the GitHub Copilot SDK.
17+
iconUrl: /training/achievements/generic-trophy.svg
18+
levels:
19+
- intermediate
20+
roles:
21+
- developer
22+
products:
23+
- github
24+
subjects:
25+
- app-development
26+
- productivity
27+
modules:
28+
- learn.wwl.configure-customize-github-copilot-visual-studio-code
29+
- learn.wwl.spec-driven-development-github-spec-kit-greenfield-intro
30+
- learn.spec-driven-development-github-spec-kit-microsoft-internal
31+
- learn.wwl.develop-ai-enabled-apps-using-github-copilot-sdk
32+
trophy:
33+
uid: learn.wwl.create-embed-custom-code-agents.trophy
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.perform-code-maintenance-tasks-github-copilot-agent
3+
metadata:
4+
title: Perform Code Maintenance Tasks using GitHub Copilot Agent
5+
description: Learn how to accelerate the completion of common code maintenance tasks using GitHub and GitHub Copilot. This training covers four common coding scenarios and two GitHub security topics, and how to resolve issues by refactoring code using GitHub Copilot Agent in Visual Studio Code.
6+
ms.date: 03/05/2026
7+
author: chrishowd
8+
ms.author: cahowd
9+
ms.topic: learning-path
10+
title: Perform code maintenance tasks using GitHub Copilot Agent
11+
prerequisites: |
12+
- An active subscription for GitHub Copilot is required for either a personal GitHub account or a GitHub account managed by an organization or enterprise.
13+
- One or more years of code development experience is recommended.
14+
- Some experience developing C# applications in Visual Studio Code with the C# Dev Kit extension is recommended.
15+
summary: |
16+
Learn how to accelerate the completion of common code maintenance tasks using GitHub and GitHub Copilot. This training covers four common coding scenarios and two GitHub security topics, and how to resolve issues by refactoring code using GitHub Copilot Agent in Visual Studio Code.
17+
iconUrl: /training/achievements/generic-trophy.svg
18+
levels:
19+
- intermediate
20+
roles:
21+
- developer
22+
products:
23+
- github
24+
subjects:
25+
- app-development
26+
- productivity
27+
modules:
28+
- learn.consolidate-duplicate-logic-github-copilot-agent
29+
- learn.refactor-large-functions-github-copilot
30+
- learn.simplify-complex-conditionals-github-copilot-agent
31+
- learn.wwl.implement-code-improvements-using-github-copilot-tools
32+
- learn.resolve-github-issues-github-copilot-agent
33+
- learn.resolve-github-secret-scanning-alerts-github-copilot-agent
34+
trophy:
35+
uid: learn.wwl.perform-code-maintenance-tasks-github-copilot-agent.trophy

0 commit comments

Comments
 (0)