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
The current gh-aw release is v0.88.7 (checked via gh api repos/github/gh-aw/releases/latest). Hardcoding an old version number in the expected output will confuse learners whose install shows a much newer version and may make them think something went wrong.
Suggested fix 1
Replace the hardcoded version with version-agnostic wording, e.g.:
You should see output confirming the installed version, such as gh-aw version X.Y.Z.
Problem 2: Unconfirmed second skill file created by gh aw init
The file states that gh aw init creates:
.github/skills/agentic-workflows/SKILL.md, .github/skills/agentic-workflow-designer/SKILL.md, .github/agents/agentic-workflows.md, .github/mcp.json, .github/workflows/copilot-setup-steps.yml, and .vscode/settings.json.
The live gh aw init --help text (captured from the installed gh-aw v0.88.7 CLI) describes creating only:
.gitattributes updates
the dispatcher skill at .github/skills/agentic-workflows/SKILL.md
.vscode/settings.json
with --engine copilot: .github/agents/agentic-workflows.md, .github/workflows/copilot-setup-steps.yml, .github/mcp.json
There is no mention of a second .github/skills/agentic-workflow-designer/SKILL.md file in the live CLI help output or in the bundled reference docs (mcp-clis.md, syntax-core.md, syntax-agentic.md, github-agentic-workflows.md).
Suggested fix 2
Confirm whether gh aw init actually creates a second agentic-workflow-designer skill file in the current release. If it does not, remove that line from the generated-files list. If it does (e.g. introduced in a version not reflected in the --help summary), please note the doc source that confirms it so the workshop text is verifiable.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
githubnext.github.io
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Workshop file reviewed
workshop/06-install-gh-aw.mdProblem 1: Stale version example
The install section says:
The current gh-aw release is v0.88.7 (checked via
gh api repos/github/gh-aw/releases/latest). Hardcoding an old version number in the expected output will confuse learners whose install shows a much newer version and may make them think something went wrong.Suggested fix 1
Replace the hardcoded version with version-agnostic wording, e.g.:
Problem 2: Unconfirmed second skill file created by
gh aw initThe file states that
gh aw initcreates:The live
gh aw init --helptext (captured from the installed gh-aw v0.88.7 CLI) describes creating only:.gitattributesupdates.github/skills/agentic-workflows/SKILL.md.vscode/settings.json--engine copilot:.github/agents/agentic-workflows.md,.github/workflows/copilot-setup-steps.yml,.github/mcp.jsonThere is no mention of a second
.github/skills/agentic-workflow-designer/SKILL.mdfile in the live CLI help output or in the bundled reference docs (mcp-clis.md,syntax-core.md,syntax-agentic.md,github-agentic-workflows.md).Suggested fix 2
Confirm whether
gh aw initactually creates a secondagentic-workflow-designerskill file in the current release. If it does not, remove that line from the generated-files list. If it does (e.g. introduced in a version not reflected in the--helpsummary), please note the doc source that confirms it so the workshop text is verifiable.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
githubnext.github.ioTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.