Gh Aw Workshop banner
githubnext githubnext

Gh Aw Workshop

Git community

Description

Hands On Workshop for GitHub Agentic Workflows

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

GitHub Agentic Workflows Factory Tour

[!IMPORTANT] [GitHub Agentic Workflows](https://gh.io/gh-aw) and the `gh-aw` CLI are in public preview. You may notice product changes, rough edges, or minor differences from the screenshots and examples in this workshop.

![Mona's Agent Factory](workshop/images/00-welcome-monas-agent-factory.png)

What you will learn to build

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.

Sample daily repository status report generated by the finished workflow

Why this workshop

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:

  • define an agentic workflow in Markdown
  • use the gh-aw CLI to validate, run, and iterate on workflows
  • connect triggers, prompts, and GitHub context into one practical automation
  • adapt the pattern for scheduled reporting, documentation upkeep, PR review, and more

What you'll build

You'll build a scheduled, AI-powered repository status report that runs in GitHub Actions and posts a useful summary without custom shell-script orchestration.

Related Skills