Skip to content

[workflow-editor] Merge duplicate pain-point sections in workshop-student-simulator #1753

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: .github/workflows/workshop-student-simulator.lock.yml, .github/workflows/workshop-student-simulator.md

What changed

File: .github/workflows/workshop-student-simulator.md

Bloat removed

Two back-to-back blocks gave the agent identical per-student pain-point instructions:

  1. A prose paragraph starting "Then, for each student..." with 5 bullets
  2. A #### Qualitative depth for top-failure students sub-section with 5 more bullets
  3. Immediately followed by ### Collect pain points per student repeating both

All three covered the same ground: which step failed most, profile-based reasons, CCA surface rule, browser-vs-CLI distinction, and qualitative depth for sub-50% students.

What the revision does

Replaces all three with one ### Collect pain points per student section that:

  • Preserves every guardrail (failure-category precedence, CCA classification, browser/CLI distinction)
  • Gates the deeper qualitative analysis behind the successRate < 0.50 threshold
  • Removes ~19 lines of duplicated instruction

Why this is more Skills-like

GitHub Skills lessons state each instruction once and move on. Repeating the same rule three ways adds noise and makes the workflow harder to follow. The consolidated section is shorter, scannable, and equivalent in behaviour.

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 ✂️ Workflow Skills Editor · 63.7 AIC · ⌖ 7.15 AIC · ⊞ 5.1K ·

  • expires on Jul 22, 2026, 8:13 AM UTC

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/dedup-simulator-pain-points-40edd324633fada6': 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 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 29812876454 -n agent -D /tmp/agent-29812876454

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-29812876454/aw-workflow-skills-editor-dedup-simulator-pain-points.bundle refs/heads/workflow-skills-editor/dedup-simulator-pain-points:refs/bundles/create-pr-workflow-skills-editor-dedup-simulator-pain-points-40edd324633fada6-b031a4b5
git update-ref refs/heads/workflow-skills-editor/dedup-simulator-pain-points-40edd324633fada6 refs/bundles/create-pr-workflow-skills-editor-dedup-simulator-pain-points-40edd324633fada6-b031a4b5
git checkout workflow-skills-editor/dedup-simulator-pain-points-40edd324633fada6
# 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-dedup-simulator-pain-points-40edd324633fada6-b031a4b5

# Push the branch to origin
git push origin workflow-skills-editor/dedup-simulator-pain-points-40edd324633fada6

# Create the pull request
gh pr create --title '[workflow-editor] Merge duplicate pain-point sections in workshop-student-simulator' --base main --head workflow-skills-editor/dedup-simulator-pain-points-40edd324633fada6 --repo githubnext/gh-aw-workshop

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions