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
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:
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
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 report issue body template contained two adjacent
<details>blocks that duplicated columns:Both sections opened with the same two columns (
step fileandoverall 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:
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:
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-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
agentartifact in the workflow run linked above.To create a pull request with the changes: