Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/skills/agentic-workflow-designer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Present a structured summary and ask for approval before generation.
| "mark PR ready", "sync PR branch" | `mark-pull-request-as-ready-for-review`, `update-branch` |
| "commit a fix to the PR branch" | `push-to-pull-request-branch` |
| "approve / request changes" | `submit-pull-request-review` |
| "dismiss a PR review" | `dismiss-pull-request-review` |
| "inline review comment", "reply to review thread" | `create-pull-request-review-comment`, `reply-to-pull-request-review-comment`, `resolve-pull-request-review-thread` |
| "start or edit discussion", "close discussion" | `create-discussion`, `update-discussion`, `close-discussion` |
| "request reviewer", "hide comment" | `add-reviewer`, `hide-comment` |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/designer-drift-audit.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/designer-drift-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
sed -n '/^---$/,/^---$/p' "$ref" | grep -E '^\w+:' | head -30
echo "---"
# Table rows with config keywords
grep -E '^\|.*\|' "$ref" | grep -ivE '^\|[\s-]+\|' | head -40
grep -E '^\|.*\|' "$ref" | grep -ivE '^\|[\s-]+\|' | head -80
echo "==="
} > "/tmp/gh-aw/data/ref-${basename}.txt"
fi
Expand All @@ -66,7 +66,7 @@ steps:
grep -n '^##' "$SKILL" | head -50
echo "---"
# Decision heuristic tables
grep -E '^\|.*\|' "$SKILL" | grep -ivE '^\|[\s-]+\|' | head -60
grep -E '^\|.*\|' "$SKILL" | grep -ivE '^\|[\s-]+\|' | head -150
echo "---"
# Explicit references to .github/aw/ files
grep -n '\.github/aw/' "$SKILL" || true
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/data/agentic_workflow_designer_skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Present a structured summary and ask for approval before generation.
| "mark PR ready", "sync PR branch" | `mark-pull-request-as-ready-for-review`, `update-branch` |
| "commit a fix to the PR branch" | `push-to-pull-request-branch` |
| "approve / request changes" | `submit-pull-request-review` |
| "dismiss a PR review" | `dismiss-pull-request-review` |
| "inline review comment", "reply to review thread" | `create-pull-request-review-comment`, `reply-to-pull-request-review-comment`, `resolve-pull-request-review-thread` |
| "start or edit discussion", "close discussion" | `create-discussion`, `update-discussion`, `close-discussion` |
| "request reviewer", "hide comment" | `add-reviewer`, `hide-comment` |
Expand Down