[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-01 #36186
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #36405. |
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
frontmatter,lock file,agentics) without enough onboarding context.🔴 Critical Issues Found
1.
add-wizardcommand references a private/internal repo (githubnext/agentics)The Quick Start tells users to run:
A brand-new user has no way to know if
githubnext/agenticsis a public repo, if they need access, or what happens if the repo doesn't exist or isn't accessible. There is no link to verify the repo exists or to browse available workflows.2. Search is disabled in the dev build
A prominent banner at the top of every page says: "Search is only available in production builds. Try building and previewing the site to test it out locally." This is confusing to a new user who wants to search for concepts. It breaks the navigation UX.
3. No "What is GitHub Actions?" onboarding link
Prerequisites include "GitHub Actions enabled" but don't link to GitHub docs explaining what GitHub Actions is. A true beginner might not know what this means or how to enable it.
🟡 Confusing Areas
1.
frontmatteris used without definitionIn Step 4 ("Customize your workflow"), the guide says:
This is the first time the term
frontmatterappears — but only as a parenthetical. A complete beginner won't know what frontmatter is. The parenthetical helps slightly, but an inline link to the Frontmatter reference page would help more.2. The
.lock.ymlconcept is introduced abruptlyThe guide warns: "Do not edit .lock.yml directly" without ever explaining what
.lock.ymlis before this point. The explanation appears only after the warning, making the flow feel backwards.3.
COPILOT_GITHUB_TOKENvsGITHUB_TOKENconfusionThe setup says
COPILOT_GITHUB_TOKENis "distinct from the default GITHUB_TOKEN" — but never explains whatGITHUB_TOKENis or why there's a difference. A beginner can easily get confused about which token to use and why two tokens are needed.4. CLI Commands page is overwhelming
The CLI page has 40+ commands listed in one page with very dense ToC. There is no clear "start here" or grouping by common vs advanced use cases. A beginner doesn't know where to look first.
5. Sidebar navigation is very long
The left sidebar has 80+ links visible at all times. This is intimidating for a new user — it's hard to know which links are beginner-relevant vs advanced. There's no "Getting Started" section grouping that hides advanced content.
6. Video doesn't play
The Quick Start page has an embedded video but shows: "Your browser doesn't support HTML5 video. Download". Even if this is a dev-mode limitation, it should be noted.
🟢 What Worked Well
Recommendations
Quick Wins
githubnext/agentics— add a GitHub link to the public workflow registry repo so users can verify it exists and browse alternatives.frontmatterinline — add a link to the Frontmatter reference on first use..lock.ymlbefore warning — move the conceptual explanation before "do not edit" warning.Longer-Term Improvements
Screenshots
📎 [home-full.png] — Home page overview: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/0731bd953b579df74cf1d1ff9059d692507d16144ec95acbeef0a1498e436366.png?raw=true
📎 [quick-start-full.png] — Quick Start page: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/a3960ea509a9a9b96bfec5ccf5778c2f09ded5a7fe4314bb44abfb7801bbc53a.png?raw=true
📎 [cli-full.png] — CLI Commands page: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/e9d92aa90fa239399e451758aa37efec921c5c3d22e14afc0be66e0be2452ecf.png?raw=true
References: §26736738376
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