Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion skills/github-agentic-workflows/references/authoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.