Skip to content

[workflow-editor] q.md: remove Objectives block, fix Phase 1 numbering, calm data-integrity note #2431

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

What changed

Three focused edits to .github/workflows/q.md.

Bloat removed

Deleted the ## Objectives block. It listed five bullet points that directly duplicate the five phases in the Investigation Protocol section that follows. Removing it eliminates ~10 lines of repeated context with no information loss.

Bugs fixed

Fixed broken numbered list in Phase 1. All three steps were numbered 1. (1. Download Recent Logs, 1. Review Audit Information, 1. Analyze Log Data). They now read 1, 2, 3 so agents and readers can reference steps by number.

Skills-like tone

Replaced the all-caps instruction **NEVER EVER make up logs or data - always pull from live sources.** with calm, direct prose: Always pull from live sources. Never fabricate log entries or issues. The rule is identical; the wording matches GitHub Skills tone.

Files changed

  • .github/workflows/q.md — prompt source
  • .github/workflows/q.lock.yml — regenerated lock file (no manual edits)

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 · 99.4 AIC · ⌖ 8.12 AIC · ⊞ 5.1K ·

  • expires on Aug 2, 2026, 9:48 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-skills-editor/q-prompt-cleanup-db5b90ebd76949ad': Signed-commit payload violates file-protection policy (request_review): .github/workflows/q.lock.yml, .github/workflows/q.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 30719544484 -n agent -D /tmp/agent-30719544484

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-30719544484/aw-workflow-skills-editor-q-prompt-cleanup.bundle refs/heads/workflow-skills-editor/q-prompt-cleanup:refs/bundles/create-pr-workflow-skills-editor-q-prompt-cleanup-db5b90ebd76949ad-dace53a4
git update-ref refs/heads/workflow-skills-editor/q-prompt-cleanup-db5b90ebd76949ad refs/bundles/create-pr-workflow-skills-editor-q-prompt-cleanup-db5b90ebd76949ad-dace53a4
git checkout workflow-skills-editor/q-prompt-cleanup-db5b90ebd76949ad
# 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-skills-editor-q-prompt-cleanup-db5b90ebd76949ad-dace53a4

# Push the branch to origin
git push origin workflow-skills-editor/q-prompt-cleanup-db5b90ebd76949ad

# Create the pull request
gh pr create --title '[workflow-editor] q.md: remove Objectives block, fix Phase 1 numbering, calm data-integrity note' --base main --head workflow-skills-editor/q-prompt-cleanup-db5b90ebd76949ad --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