Skip to content

[workflow-editor] tighten pain-points section in workshop-student-simulator #2102

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

The Collect pain points per student section mixed three separate concerns into a flat bullet list that was hard to scan:

  1. What data to record per student
  2. Edge-case guardrails (browser vs CLI, CCA, enterprise, etc.)
  3. Qualitative-enrichment rules for low-success students

What was removed / merged

  • Collapsed the failure-reason sourcing rules (two scattered bullets about authDemand, failureCategoriesByStep, and side-quest credentials) into one concise instruction inside the "what to record" bullet.
  • Moved all edge-case guardrails out of the flat list and into a clearly labelled Edge cases to flag group, so the agent knows these are conditional checks, not primary data fields.
  • Condensed the qualitative-reasoning list from 5 verbose bullets into 3 compact lines, matching the terse voice used elsewhere in the file.

Why this is more Skills-like

The revision is shorter, scannable, and easier to follow without re-reading scattered guardrail logic. No logic was removed — every guardrail and edge case is preserved, just better organised.

Lock file regenerated with gh aw compile and included in this PR.

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 · 40.8 AIC · ⌖ 7.13 AIC · ⊞ 5.1K ·

  • expires on Jul 26, 2026, 9:46 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 'workflow-editor/tighten-pain-points-section-e72b71d6434c5de6': 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 30176013770 -n agent -D /tmp/agent-30176013770

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30176013770/aw-workflow-editor-tighten-pain-points-section.bundle refs/heads/workflow-editor/tighten-pain-points-section:refs/bundles/create-pr-workflow-editor-tighten-pain-points-section-e72b71d6434c5de6-88fd8716
git update-ref refs/heads/workflow-editor/tighten-pain-points-section-e72b71d6434c5de6 refs/bundles/create-pr-workflow-editor-tighten-pain-points-section-e72b71d6434c5de6-88fd8716
git checkout workflow-editor/tighten-pain-points-section-e72b71d6434c5de6
# 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-editor-tighten-pain-points-section-e72b71d6434c5de6-88fd8716

# Push the branch to origin
git push origin workflow-editor/tighten-pain-points-section-e72b71d6434c5de6

# Create the pull request
gh pr create --title '[workflow-editor] tighten pain-points section in workshop-student-simulator' --base main --head workflow-editor/tighten-pain-points-section-e72b71d6434c5de6 --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