[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-05-27 #35133
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-05-28T05:19:15.374Z.
|
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/)📎 [home.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/602c2e0ab5ebb7f886a1d49cd607864cb214b9457b48701d86726502a888efff.png?raw=true
🔴 Critical Issues (Block getting started)
1.
add-wizardcommand syntax not explained before useIn Step 2 of the Quick Start the user is asked to run:
The
<owner>/<repo>/<workflow-name>format is explained after the command. A beginner will paste it and wonder "do I replacegithubnext?". Add a short pre-amble sentence before the code block.2. Secret setup is buried mid-step
The
COPILOT_GITHUB_TOKENcreation instructions are inside a[!NOTE]callout after the command. The interactive wizard asks for the token, but the user won't know they need a fine-grained PAT beforehand. If they cancel the wizard to create the token, they lose context. Suggest surfacing this as a "Before you begin" sub-step.3. No mental model for the dual-file pattern
Step 2 mentions two files are added (
.md+.lock.yml) but the explanation of why is buried in a dense paragraph. A one-sentence upfront summary would help: "This adds a human-readable.mdfile you edit, and a compiled.lock.ymlGitHub Actions reads."🟡 Confusing Areas (Slow down learning)
1. "Frontmatter" jargon used without definition on first use
Step 4 says "If you changed the frontmatter (the configuration block between the
---markers)" — helpful inline, but the term appears in navigation and other pages without explanation. A glossary link or tooltip on first use would help.2. When to run
gh aw compileis unclearThe wizard auto-compiles, but Step 4 says "if you changed the frontmatter, regenerate". Beginners won't know the rule. Simplify to: "Run
gh aw compileany time you edit the.mdfile."3. CLI page lacks a "first-use path" callout
The CLI command reference lists ~20+ commands. There is no "if you're new, start here" callout showing the typical sequence:
init→add-wizard→run→status.4. Early-access warning is easy to miss
The important safety caveat ("in early development... use with caution") is a plain blockquote in the hero section. It should be a more visible
[!WARNING]callout or banner.5. Four AI engines listed without a recommended default
Prerequisites list Copilot, Claude, Codex, and Gemini simultaneously. A beginner faces decision paralysis. Recommend: mark one as "Recommended for beginners" and collapse the others.
🟢 What Worked Well
add-wizardinteractive flow is well-designed end-to-end.Recommendations
Quick wins (low effort, high impact)
add-wizardcommand, not after..md+.lock.ymlat the top of Step 2.Longer-term improvements
[!WARNING]).References:
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