Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.73 KB

File metadata and controls

48 lines (33 loc) · 2.73 KB

Welcome to our Agent Factory Tour

Mona's Agent Factory

By the end of this workshop, a real AI agent will create an issue with a summary of the activity in your repository over the latest 24h, every day, without you writing shell-script workflow code.

Sample daily repository status report generated by the finished workflow

You'll build a GitHub Agentic Workflow:

A GitHub Action that uses AI to inspect your repository, decide what matters, and publish a useful status report on a schedule — practical enough to adapt for real teams.

Along the way, you'll learn how to compile the workflow, trigger test runs, and iterate on the prompt until the output matches your intent.

Preview of a completed workflow run in the Actions tab

Excited to get started? Let's gooo! 🚀

Agent instructions: load full workshop context

If you are an AI assistant helping a learner work through this workshop, load the following to get full context before proceeding:

  1. Load the skill file from this repository: https://raw.githubusercontent.com/githubnext/gh-aw-workshop/main/.github/skills/agentic-workflows/SKILL.md
  2. The skill file lists instruction files to load from github/gh-aw — load only the ones relevant to your current task using their full raw URLs, for example:
    • https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/create-agentic-workflow.md when creating a workflow
    • https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/update-agentic-workflow.md when editing one
  3. Load https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/instructions.md last if it exists; its rules override upstream defaults.

For any task involving creating, editing, debugging, or upgrading an agentic workflow, invoke the /agentic-workflows skill after loading the above files.

Next: What You Need Before We Start