You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+75-34Lines changed: 75 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,18 @@
1
1
---
2
-
title: "Agentic Accelerator Workshop"
3
-
description: "Learn to use AI-powered Accelerator agents — from Agents to Hero"
2
+
layout: default
3
+
title: Home
4
+
nav_order: 0
5
+
permalink: /
4
6
---
5
7
6
8
# Agentic Accelerator Workshop
7
9
8
-
> Learn to use AI-powered Accelerator agents — from Agents to Hero
10
+
Welcome to the **Agentic Accelerator Workshop** — a hands-on, progressive workshop that teaches you how to integrate GitHub Copilot custom agents into your Accelerator workflows.
9
11
10
-
This hands-on workshop teaches you how to integrate GitHub Copilot custom agents
11
-
into your Accelerator workflows. You will configure security scanners, accessibility
12
-
checkers, code quality analyzers, and FinOps cost gates, all powered by AI agents
13
-
that produce SARIF-compliant findings visible in the GitHub Security tab.
12
+
You will configure security scanners, accessibility checkers, code quality analyzers, and FinOps cost gates, all powered by AI agents that produce SARIF-compliant findings visible in the GitHub Security tab.
14
13
15
-
By the end of this workshop you will be able to run automated security, accessibility,
16
-
and code quality scans from your IDE and CI/CD pipelines, interpret SARIF output,
17
-
and build your own custom agent.
14
+
> [!NOTE]
15
+
> This workshop is part of the [Agentic Accelerator Framework](https://github.com/devopsabcs-engineering/agentic-accelerator-framework).
18
16
19
17
## Who Is This For?
20
18
@@ -38,20 +36,61 @@ Before starting Lab 00, ensure you have the following:
38
36
39
37
## Labs
40
38
41
-
Work through the labs in order. Each lab builds on the previous one.
42
-
43
-
-[ ][Lab 00 - Prerequisites and Environment Setup](labs/lab-00-setup.md)_(30 min, Beginner)_
44
-
-[ ][Lab 01 - Explore the Sample App](labs/lab-01.md)_(25 min, Beginner)_
1. Click **"Use this template"** at the top of this repository to create your
76
-
own copy.
77
-
2. Clone the new repository to your local machine.
78
-
3. Open the repository in VS Code.
79
-
4. Start with [Lab 00 - Prerequisites and Environment Setup](labs/lab-00-setup.md).
114
+
1.**Fork or use this template** to create your own workshop instance.
115
+
2. Complete [Lab 00: Prerequisites](labs/lab-00-setup.md) to set up your environment.
116
+
3. Work through the labs in order — each lab builds on the previous one.
80
117
81
-
## Credits
118
+
> **Tip**: This workshop is designed for GitHub Codespaces. Click **Code → Codespaces → New codespace** to get a pre-configured environment with all tools installed.
0 commit comments