From 7744a07282210fbf55dcaa5bd59f5d30fdb02b46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:12:49 +0000 Subject: [PATCH] feat(skill): add interactive workshop resource to GH-AW authoring guide Add the official interactive workshop URL to the Agentic Authoring Support section of references/authoring.md. The workshop covers installation, authoring, and running agentic workflows end to end and is now featured prominently on the GH-AW home page (https://github.github.com/gh-aw/) as a new resource. Source: https://github.github.com/gh-aw/#workshop Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/github-agentic-workflows/references/authoring.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skills/github-agentic-workflows/references/authoring.md b/skills/github-agentic-workflows/references/authoring.md index 83fa42e..4b7a665 100644 --- a/skills/github-agentic-workflows/references/authoring.md +++ b/skills/github-agentic-workflows/references/authoring.md @@ -127,4 +127,5 @@ For authoring with agents: 1. Use `gh aw init` to prepare the repository. For agent-assisted setup, use `https://raw.githubusercontent.com/github/gh-aw/main/install.md`. 2. Use the debugging prompt at `https://raw.githubusercontent.com/github/gh-aw/main/debug.md` for failed runs. 3. Use the planner or dictation prompts from the official docs when task shaping is the bottleneck rather than workflow syntax. -4. If strict mode rejects external-source domains that are still required for the task, add deterministic pre-steps that fetch those sources to local files and instruct the agent to use the local copies. \ No newline at end of file +4. Use the interactive workshop at `https://github.github.com/gh-aw/workshop/` for hands-on exercises that cover installation, authoring, and running agentic workflows end to end. +5. If strict mode rejects external-source domains that are still required for the task, add deterministic pre-steps that fetch those sources to local files and instruct the agent to use the local copies. \ No newline at end of file