You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Side quest extracted: The embedded "Choose a strategy: hint or fusion" section — a focused primer covering the three strategies (hint, fusion, inline) for wiring a SKILL.md into a workflow prompt — has been moved into workshop/side-quest-29-01-skill-injection-strategies.md.
What changed
New file:workshop/side-quest-29-01-skill-injection-strategies.md — self-contained walkthrough of hint, fusion, and inline strategies with decision table, code examples for each, a practice exercise, and a return link to Step 29.
Updated:workshop/29-skills-and-domain-knowledge.md — the "Choose a strategy" section now contains a concise three-bullet summary and an Optional Side Quest callout. The main path is fully preserved.
Updated:workshop/README.md — new entry in the Optional Side Quests section noting the side quest branches from Step 29.
Learner routing
Learners on the main path see a short summary of the three strategies and a clearly optional callout. Learners who want the full decision guide, examples, and practice exercise follow the side quest link and return to Step 29 to wire their skill into a workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 33098260298 -n agent -D /tmp/agent-33098260298
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-33098260298/aw-side-quest-skill-injection-strategies.bundle refs/heads/side-quest-skill-injection-strategies:refs/bundles/create-pr-side-quest-skill-injection-strategies-1f4bb1690c8ccf6f-8459200d
git update-ref refs/heads/side-quest-skill-injection-strategies-1f4bb1690c8ccf6f refs/bundles/create-pr-side-quest-skill-injection-strategies-1f4bb1690c8ccf6f-8459200d
git checkout side-quest-skill-injection-strategies-1f4bb1690c8ccf6f
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-side-quest-skill-injection-strategies-1f4bb1690c8ccf6f-8459200d
# Push the branch to origin
git push origin side-quest-skill-injection-strategies-1f4bb1690c8ccf6f
# Create the pull request
gh pr create --title '[side-quest] Add side quest: Skill Injection Strategies — Hint, Fusion, and Inline' --base main --head side-quest-skill-injection-strategies-1f4bb1690c8ccf6f --repo githubnext/gh-aw-workshop
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
README.mdWhat was mined
Source file:
workshop/29-skills-and-domain-knowledge.mdSide quest extracted: The embedded "Choose a strategy: hint or fusion" section — a focused primer covering the three strategies (hint, fusion, inline) for wiring a
SKILL.mdinto a workflow prompt — has been moved intoworkshop/side-quest-29-01-skill-injection-strategies.md.What changed
workshop/side-quest-29-01-skill-injection-strategies.md— self-contained walkthrough of hint, fusion, and inline strategies with decision table, code examples for each, a practice exercise, and a return link to Step 29.workshop/29-skills-and-domain-knowledge.md— the "Choose a strategy" section now contains a concise three-bullet summary and an Optional Side Quest callout. The main path is fully preserved.workshop/README.md— new entry in the Optional Side Quests section noting the side quest branches from Step 29.Learner routing
Learners on the main path see a short summary of the three strategies and a clearly optional callout. Learners who want the full decision guide, examples, and practice exercise follow the side quest link and return to Step 29 to wire their skill into a workflow.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.
Note
This was originally intended as a pull request, but the git push operation failed.
Original error: pushSignedCommits: refusing unsigned push for branch 'side-quest-skill-injection-strategies-1f4bb1690c8ccf6f': Signed-commit payload violates file-protection policy (request_review): workshop/README.md
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: