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
The opening paragraph of the Simulate each student through the workshop section crammed a five-step algorithm into a single run-on wall of text. Readers had to parse long chains of then ... then ... then to extract the required sequence.
What was removed / restructured
The paragraph was split into a five-item numbered list with the same content. No instructions were dropped or added — only the presentation changed.
Why this is more Skills-like
GitHub Skills lessons favor short, scannable action items over dense prose. A numbered list makes each step independently verifiable and easier to act on, matching the direct, practical tone used throughout the workshop steps.
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 30047107986 -n agent -D /tmp/agent-30047107986
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30047107986/aw-workflow-skills-editor-trim-sim-step-prose.bundle refs/heads/workflow-skills-editor/trim-sim-step-prose:refs/bundles/create-pr-workflow-skills-editor-trim-sim-step-prose-bfec409a6b4b55c1-30758b60
git update-ref refs/heads/workflow-skills-editor/trim-sim-step-prose-bfec409a6b4b55c1 refs/bundles/create-pr-workflow-skills-editor-trim-sim-step-prose-bfec409a6b4b55c1-30758b60
git checkout workflow-skills-editor/trim-sim-step-prose-bfec409a6b4b55c1
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-workflow-skills-editor-trim-sim-step-prose-bfec409a6b4b55c1-30758b60
# Push the branch to origin
git push origin workflow-skills-editor/trim-sim-step-prose-bfec409a6b4b55c1
# Create the pull request
gh pr create --title '[workflow-editor] workflow: convert dense simulation setup prose to numbered steps' --base main --head workflow-skills-editor/trim-sim-step-prose-bfec409a6b4b55c1 --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:
.github/workflows/workshop-student-simulator.lock.yml,.github/workflows/workshop-student-simulator.mdWhat changed
File:
.github/workflows/workshop-student-simulator.mdThe opening paragraph of the Simulate each student through the workshop section crammed a five-step algorithm into a single run-on wall of text. Readers had to parse long chains of then ... then ... then to extract the required sequence.
What was removed / restructured
The paragraph was split into a five-item numbered list with the same content. No instructions were dropped or added — only the presentation changed.
Why this is more Skills-like
GitHub Skills lessons favor short, scannable action items over dense prose. A numbered list makes each step independently verifiable and easier to act on, matching the direct, practical tone used throughout the workshop steps.
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 'workflow-skills-editor/trim-sim-step-prose-bfec409a6b4b55c1': Signed-commit payload violates file-protection policy (request_review): .github/workflows/workshop-student-simulator.lock.yml, .github/workflows/workshop-student-simulator.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: