[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-03 #36577
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-04T05:34:14.443Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
/gh-aw/), Quick Start (/gh-aw/setup/quick-start/), CLI Commands (/gh-aw/setup/cli/)🔴 Critical Issues Found
1. The tool name confusion:
gh-awvsgh awvs "GitHub Agentic Workflows"As a noob, the home page mentions "GitHub Agentic Workflows" but the install command is
gh extension install github/gh-aw. The CLI command isgh aw. I wasn't sure if these were different things or the same. There's no clear statement like: "This tool is calledgh aw— you run it asgh aw <command>" near the top of the Quick Start.2. "Frontmatter" is never defined for beginners
The Quick Start uses the term frontmatter without any definition:
For someone who has never used Jekyll, Hugo, or Astro, this term is completely opaque. A one-line tooltip or parenthetical explanation in the first occurrence would help enormously.
3.
COPILOT_GITHUB_TOKENvsGITHUB_TOKENconfusionThe Quick Start mentions needing a separate token called
COPILOT_GITHUB_TOKEN— distinct from the defaultGITHUB_TOKEN. This is non-obvious and the note buried in a collapsible block. New users often don't realize GitHub Actions already provides aGITHUB_TOKEN; explaining why a second token is needed would reduce confusion.4. No mention of required
workflowscope forgh auth loginThe prerequisites say to run
gh auth login --scopes repo,workflow. A beginner won't know they need theworkflowscope specifically, or that forgetting it causes a confusing permission error when the extension tries to commit.lock.ymlfiles. This should be called out more prominently.🟡 Confusing Areas
5. What does
add-wizardactually do vsadd?The CLI page lists both
gh aw add-wizardandgh aw addbut the distinction ("with interactive guided setup" vs "non-interactive") isn't immediately clear. The Quick Start only usesadd-wizard— a note explaining when to use each would help.6. The
.lock.ymlconcept dropped too earlyStep 2 of the Quick Start adds a workflow and then immediately explains:
This is important information but may overwhelm a beginner who just wants their first workflow running. It could be moved to a "How it works" callout or linked to as optional reading.
7. CLI Commands page is very long — no quick reference for beginners
The CLI page is dense (~47 KB). The "Most Common Commands" table at the top is helpful, but after that, the page becomes a deep reference. A dedicated "Getting Started" section at the top with the 3-4 commands most beginners need would improve discoverability.
8. Home page tagline is abstract
The tagline: "Repository automation, running the coding agents you know and love, with strong guardrails in GitHub Actions" is jargon-heavy for a complete beginner. "coding agents" may not be a familiar term. A concrete one-liner like "Automate your GitHub repo using plain English — no YAML required" would be more accessible.
🟢 What Worked Well
COPILOT_GITHUB_TOKENandANTHROPIC_API_KEYare thorough and include the exact commands to set secrets.add-wizardinteractive approach — Using an interactive wizard reduces the number of manual steps a beginner needs to know.Recommendations
Quick wins
---lines at the top of the markdown file)"COPILOT_GITHUB_TOKENin a prominent note early in the Quick Start — not just in a collapsible.add-wizard,compile, andrunto get started."Longer-term improvements
workflowscope, wrong token type).Screenshots
📎 [home.png] — Home page overview

📎 [quick-start.png] — Quick Start guide

📎 [cli.png] — CLI Commands reference

References: §26865403559
Warning
Firewall blocked 5 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comsafebrowsingohttpgateway.googleapis.comwww.google.comSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions