Hands On Workshop for GitHub Agentic Workflows
40
stars
1,195
commits
JavaScript
primary language
Sep 1, 2026
updated
[!IMPORTANT] GitHub Agentic Workflows and the
gh-awCLI are in public preview. You may notice product changes, rough edges, or minor differences from the screenshots and examples in this workshop.

Build a real AI-powered GitHub workflow from scratch and leave with a safe production-style agentic automation you can adapt to your own repositories.
Most workflow tutorials stop at toy examples. This workshop takes you all the way to a useful end result: an agentic workflow that runs in GitHub Actions, inspects a repository, and publishes a daily status report automatically.
By the time you finish, you will know how to:
gh-aw CLI to validate, run, and iterate on workflowsYou'll build a scheduled, AI-powered repository status report that runs in GitHub Actions and posts a useful summary without custom shell-script orchestration.
| You are... | You'll get... |
|---|---|
| A developer new to agentic workflows | A clear, end-to-end path from zero to a working automation |
| A GitHub Actions user | A practical mental model for when agentic workflows are a better fit than classic YAML and scripts |
| A platform or DevOps engineer | A reusable pattern for AI-assisted repository triage with auditable runs in GitHub |
| An evaluator, mentor, or workshop host | A hands-on artifact that makes agentic workflow concepts easy to demonstrate and assess |
Instead of spending most of your time wiring together scripts, conditionals, and API calls, you define the workflow in a Markdown brief and let the agent reason over the repository at runtime.
That means you focus on:
:arrow_right: Start with workshop/00-welcome.md
:copyright: GitHub • Code of Conduct • MIT License
[!NOTE] Microsoft and GitHub facilitators: Request a demo environment at aka.ms/golden-ticket.
JavaScript
73.6%
CSS
24.5%
Python
1.9%
Hands On Workshop for GitHub Agentic Workflows
40
stars
1,195
commits
JavaScript
primary language
Sep 1, 2026
updated
[!IMPORTANT] GitHub Agentic Workflows and the
gh-awCLI are in public preview. You may notice product changes, rough edges, or minor differences from the screenshots and examples in this workshop.

Build a real AI-powered GitHub workflow from scratch and leave with a safe production-style agentic automation you can adapt to your own repositories.
Most workflow tutorials stop at toy examples. This workshop takes you all the way to a useful end result: an agentic workflow that runs in GitHub Actions, inspects a repository, and publishes a daily status report automatically.
By the time you finish, you will know how to:
gh-aw CLI to validate, run, and iterate on workflowsYou'll build a scheduled, AI-powered repository status report that runs in GitHub Actions and posts a useful summary without custom shell-script orchestration.
| You are... | You'll get... |
|---|---|
| A developer new to agentic workflows | A clear, end-to-end path from zero to a working automation |
| A GitHub Actions user | A practical mental model for when agentic workflows are a better fit than classic YAML and scripts |
| A platform or DevOps engineer | A reusable pattern for AI-assisted repository triage with auditable runs in GitHub |
| An evaluator, mentor, or workshop host | A hands-on artifact that makes agentic workflow concepts easy to demonstrate and assess |
Instead of spending most of your time wiring together scripts, conditionals, and API calls, you define the workflow in a Markdown brief and let the agent reason over the repository at runtime.
That means you focus on:
:arrow_right: Start with workshop/00-welcome.md
:copyright: GitHub • Code of Conduct • MIT License
[!NOTE] Microsoft and GitHub facilitators: Request a demo environment at aka.ms/golden-ticket.
JavaScript
73.6%
CSS
24.5%
Python
1.9%