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
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:
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
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/q.lock.yml,.github/workflows/q.mdWhat changed
Three focused edits to
.github/workflows/q.md.Bloat removed
Deleted the
## Objectivesblock. 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:
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-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
agentartifact in the workflow run linked above.To create a pull request with the changes: