Skip to content

[workflow-editor] trim curriculum-evaluator: remove redundant Output section #2819

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/curriculum-evaluator.lock.yml, .github/workflows/curriculum-evaluator.md

What changed

File: .github/workflows/curriculum-evaluator.md

Bloat removed

  1. ## Output section deleted — This trailing section duplicated instructions already stated earlier:

    • "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.
  2. 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:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by ✂️ Workflow Skills Editor · 49 AIC · ⌖ 7.82 AIC · ⊞ 5.1K ·

  • expires on Aug 27, 2026, 10:28 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 '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 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

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