Skip to content

[workflow-editor] Merge overlapping quality details sections in workshop-student-simulator #2462

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 report issue body template contained two adjacent <details> blocks that duplicated columns:

Block (before) Columns
Learning quality KPIs step file, overall score, active_learning, checkpoint_quality, scaffolding, learning KPI index, repair priority
Curriculum quality metrics step file, overall score, lowest rubric dimension, recommended repair focus

Both sections opened with the same two columns (step file and overall score), and together they map to the same set of rows — one row per main step.

What was removed

The two blocks are now one:

Curriculum quality and learning KPIs — step file, overall score, active_learning score, checkpoint_quality score, scaffolding score, learning KPI index, lowest rubric dimension, repair priority. Cohort mean row at the bottom.

Seven repeated table-setup words ('step file, overall score') and the full second <details> block are gone.

Why this is more Skills-like

Shorter, merged guidance mirrors GitHub Skills' principle of keeping instructions dense and outcome-focused. An agent reading this brief now gets the same information in one scan instead of two, reducing context overhead and the risk of producing two near-identical report sections.

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 · 31.2 AIC · ⌖ 10.4 AIC · ⊞ 5.1K ·

  • expires on Aug 3, 2026, 9:45 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/merge-quality-kpi-details-sections-8b36d8d4e2235f46': 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 30768333777 -n agent -D /tmp/agent-30768333777

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30768333777/aw-workflow-editor-merge-quality-kpi-details-sections.bundle refs/heads/workflow-editor/merge-quality-kpi-details-sections:refs/bundles/create-pr-workflow-editor-merge-quality-kpi-details-sections-8b36d8d4e2235f46-ea00929d
git update-ref refs/heads/workflow-editor/merge-quality-kpi-details-sections-8b36d8d4e2235f46 refs/bundles/create-pr-workflow-editor-merge-quality-kpi-details-sections-8b36d8d4e2235f46-ea00929d
git checkout workflow-editor/merge-quality-kpi-details-sections-8b36d8d4e2235f46
# 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-merge-quality-kpi-details-sections-8b36d8d4e2235f46-ea00929d

# Push the branch to origin
git push origin workflow-editor/merge-quality-kpi-details-sections-8b36d8d4e2235f46

# Create the pull request
gh pr create --title '[workflow-editor] Merge overlapping quality details sections in workshop-student-simulator' --base main --head workflow-editor/merge-quality-kpi-details-sections-8b36d8d4e2235f46 --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