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
"Always use create-issue once for the scorecard" repeats ### Create scorecard issue (required).
"Maximum 5 additional issues" repeats the identical limit in ### Create issues.
"Use noop if the corpus is healthy" repeats ### No-op rule.
"Always include the full scored rubric table and improvement prompt" repeats the issue template in ### Create issues.
Intro paragraph tightened (~25 words) — "evidence-based frameworks" and "that an agent can act on immediately" are filler.
Why this is more Skills-like
GitHub Skills lessons state each instruction once, close to the action it governs. Repeating output rules in a trailing section creates a second source of truth. The tightened file is shorter and every sentence now adds information.
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 33019268151 -n agent -D /tmp/agent-33019268151
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-33019268151/aw-editor-trim-curriculum-evaluator-output-section.bundle refs/heads/editor/trim-curriculum-evaluator-output-section:refs/bundles/create-pr-editor-trim-curriculum-evaluator-output-section-a802d45c90755f19-0fb3d0e9
git update-ref refs/heads/editor/trim-curriculum-evaluator-output-section-a802d45c90755f19 refs/bundles/create-pr-editor-trim-curriculum-evaluator-output-section-a802d45c90755f19-0fb3d0e9
git checkout editor/trim-curriculum-evaluator-output-section-a802d45c90755f19
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-editor-trim-curriculum-evaluator-output-section-a802d45c90755f19-0fb3d0e9
# Push the branch to origin
git push origin editor/trim-curriculum-evaluator-output-section-a802d45c90755f19
# Create the pull request
gh pr create --title '[workflow-editor] trim curriculum-evaluator: remove redundant Output section' --base main --head editor/trim-curriculum-evaluator-output-section-a802d45c90755f19 --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/curriculum-evaluator.lock.yml,.github/workflows/curriculum-evaluator.mdWhat changed
File:
.github/workflows/curriculum-evaluator.mdBloat removed
## Outputsection deleted — This trailing section duplicated instructions already stated earlier:create-issueonce for the scorecard" repeats### Create scorecard issue (required).### Create issues.noopif the corpus is healthy" repeats### No-op rule.### Create issues.Intro paragraph tightened (~25 words) — "evidence-based frameworks" and "that an agent can act on immediately" are filler.
Why this is more Skills-like
GitHub Skills lessons state each instruction once, close to the action it governs. Repeating output rules in a trailing section creates a second source of truth. The tightened file is shorter and every sentence now adds information.
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 'editor/trim-curriculum-evaluator-output-section-a802d45c90755f19': Signed-commit payload violates file-protection policy (request_review): .github/workflows/curriculum-evaluator.lock.yml, .github/workflows/curriculum-evaluator.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: