| title | description |
|---|---|
Agentic Accelerator Workshop |
Learn to use AI-powered Accelerator agents — from Agents to Hero |
Learn to use AI-powered Accelerator agents — from Agents to Hero
This hands-on workshop teaches you how to integrate GitHub Copilot custom agents into your Accelerator workflows. 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.
By the end of this workshop you will be able to run automated security, accessibility, and code quality scans from your IDE and CI/CD pipelines, interpret SARIF output, and build your own custom agent.
| Audience | What You Will Learn |
|---|---|
| Developers | Run AI-powered scans from VS Code using Copilot agents |
| DevOps Engineers | Wire agent-driven workflows into GitHub Actions pipelines |
| Security Engineers | Understand SARIF output and integrate findings into governance |
| Platform Engineers | Extend the framework with custom agents for your organization |
Before starting Lab 00, ensure you have the following:
- Visual Studio Code (latest stable)
- Node.js v20 or later
- Git 2.40 or later
- A GitHub account with GitHub Copilot access
- GitHub Copilot Chat extension installed in VS Code
Work through the labs in order. Each lab builds on the previous one.
- Lab 00 - Prerequisites and Environment Setup (30 min, Beginner)
- Lab 01 - Explore the Sample App (25 min, Beginner)
- Lab 02 - Understanding Agents, Skills, and Instructions (20 min, Beginner)
- Lab 03 - Security Scanning with Copilot Agents (40 min, Intermediate)
- Lab 04 - Accessibility Scanning with Copilot Agents (35 min, Intermediate)
- Lab 05 - Code Quality Analysis with Copilot Agents (35 min, Intermediate)
- Lab 06 - Understanding SARIF Output (30 min, Intermediate)
- Lab 07 - Setting Up GitHub Actions Pipelines (40 min, Intermediate)
- Lab 08 - Viewing Results in GitHub Security Tab (25 min, Intermediate)
- Lab 09 - FinOps Agents and Azure Cost Governance (45 min, Advanced) ⭐ Optional
- Lab 10 - Agent Remediation Workflows (45 min, Advanced)
- Lab 11 - Creating Your Own Custom Agent (45 min, Advanced)
Choose the tier that fits your schedule:
| Tier | Labs | Duration | Audience |
|---|---|---|---|
| Half-Day | Labs 00 – 05 | ~3 hours | First exposure to agent-driven scanning |
| Full-Day | Labs 00 – 08 | ~5.5 hours | End-to-end pipeline integration |
| Extended | Labs 00 – 11 | ~7.5 hours | Deep dive including FinOps, remediation, and custom agents |
Labs 03, 04, and 05 can be completed in any order. Lab 09 is optional and does not block later labs.
- Click "Use this template" at the top of this repository to create your own copy.
- Clone the new repository to your local machine.
- Open the repository in VS Code.
- Start with Lab 00 - Prerequisites and Environment Setup.
This workshop is built on the Agentic Accelerator Framework, which provides the agents, skills, instructions, and sample application used throughout the labs.
This project is licensed under the MIT License.
