Skip to content

[side-quest] feat: side quest — The agentic-workflows Skill Explained (extracted from Step 9) #2818

Description

@github-actions

Caution

Protected files were modified in this change.
This pull request is in request_review mode and requires explicit human scrutiny before merge.

Protected files: README.md

What was mined

Source file: workshop/09-agentic-editing.md

The "What is the agentic-workflows skill?" section embedded a focused primer covering:

  • what the skill does and where it lives
  • how to invoke it from Copilot CLI
  • the three task types (edit / debug / optimize) with example trigger phrases
  • when to use gh aw compile directly instead
  • a manual-path fallback for Copilot-less sessions

This is exactly the kind of focused, self-contained explainer that works better as an optional side quest than as required reading inside an action-oriented step.

What was extracted

New file: workshop/side-quest-09-02-agentic-workflows-skill.md

The side quest follows the standard side-quest template and covers the full skill primer. It includes an invocation walkthrough, the three-task-type reference table, a compile-vs-skill decision table, and the manual-path fallback.

How routing was updated

  • 09-agentic-editing.md: The multi-paragraph primer was replaced with a short two-sentence summary and a [!TIP] callout linking to the new side quest. Learners on the main path get the essential context; learners who want the full reference can branch out.
  • workshop/README.md: The new side quest is listed in the Optional Side Quests section, branching from Step 9.
  • The return link at the bottom of the side quest points back to 09-agentic-editing.md.

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:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by 🗺️ Side Quest · 105.3 AIC · ⌖ 6.9 AIC · ⊞ 5.1K ·

  • expires on Aug 27, 2026, 2:08 PM UTC

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-09-02-agentic-workflows-skill-97e2cd72516ab9be': 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 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 32977142405 -n agent -D /tmp/agent-32977142405

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-32977142405/aw-side-quest-09-02-agentic-workflows-skill.bundle refs/heads/side-quest-09-02-agentic-workflows-skill:refs/bundles/create-pr-side-quest-09-02-agentic-workflows-skill-97e2cd72516ab9be-6f761ea7
git update-ref refs/heads/side-quest-09-02-agentic-workflows-skill-97e2cd72516ab9be refs/bundles/create-pr-side-quest-09-02-agentic-workflows-skill-97e2cd72516ab9be-6f761ea7
git checkout side-quest-09-02-agentic-workflows-skill-97e2cd72516ab9be
# 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-09-02-agentic-workflows-skill-97e2cd72516ab9be-6f761ea7

# Push the branch to origin
git push origin side-quest-09-02-agentic-workflows-skill-97e2cd72516ab9be

# Create the pull request
gh pr create --title '[side-quest] feat: side quest — The agentic-workflows Skill Explained (extracted from Step 9)' --base main --head side-quest-09-02-agentic-workflows-skill-97e2cd72516ab9be --repo githubnext/gh-aw-workshop

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions