[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-24 #41167
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #41379. |
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
🔴 Critical Issues Found
1. Hero "Loading slides..." never loads
The home page hero area shows "Loading slides..." indefinitely. The browser console reveals:
A new user lands here and sees a broken spinner. It makes the product look unmaintained.
📎 [home-slides-error.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/27dc69633cdae79e20a20321e76305517a6d09695ae17773e9bcddcfcd457dd7.png?raw=true
2. Quick Start video doesn't play
The Quick Start page has a video demo that shows:
The video fallback fires immediately — the video source is broken or missing. A new user trying to follow along visually is stuck.
📎 [quick-start-video.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/5d79da45385eca360f0dc6075229ea2e6c85574ec9ae0297c2f500d03a4d8a27.png?raw=true
3. Mermaid diagram fails on first load (home page)
The security architecture diagram on the home page throws a 504 error on first load:
The diagram retries and eventually renders, but it's an intermittent first-impression failure.
4. Search is disabled in dev mode
A banner reads: "Search is only available in production builds." While this is a dev server limitation, any user who clones the repo to preview the docs locally will be confused why search doesn't work. A note in the README/contributing guide would help.
🟡 Confusing Areas
5. What is
githubnext/agentics? (Quick Start, Step 2)Step 2 instructs:
There is no explanation of what
githubnext/agenticsis. Is it a public repo? Can any user access it? Is it maintained by the gh-aw team? A new user might wonder if they need to fork it, or if the org name is a placeholder. A one-sentence callout with a link to the repo would remove all doubt.6.
.lock.ymlexplanation comes too late (Quick Start, Step 2)The Quick Start mentions
.lock.ymlas part of the process, with a brief note:But the link goes deep into the Reference section. A new user has no mental model for why there are two files (
.md+.lock.yml). A 2-sentence callout box right where it's first mentioned would eliminate confusion:7.
COPILOT_GITHUB_TOKENsetup is complex (Quick Start, Step 2)The note about setting up
COPILOT_GITHUB_TOKENrequires creating a fine-grained PAT with:gh secret set COPILOT_GITHUB_TOKEN < /path/to/token.txtFor a beginner, this is a lot — they're generating a token, finding the right permission level, then using a shell redirect to pipe it into a command. A screenshot or a link to a step-by-step guide would help enormously.
8. CLI page — command list is overwhelming (CLI Commands)
The "Most Common Commands" table is helpful, but the rest of the page lists 40+ commands in a flat list with minimal visual hierarchy. Nothing visually differentiates beginner commands (
init,add-wizard,run) from advanced ones (mcp,transfer,mcp-server,domains). New users scanning the list feel overwhelmed.📎 [cli-commands-full.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/e8ebe1fc657dd117667a132eff948b7c88cbb19bafce59adc386e6b173bd0ee9.png?raw=true
9. Left sidebar has 40+ links with no grouping for beginners
The sidebar navigation is enormous (40+ reference items). A new user scrolling through "Sandbox (MCP Gateway)", "Copilot SDK Driver Specification", and "WASM Compilation" has no way to know which docs are for beginners vs. advanced users.
📎 [quick-start-top.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/6428419f7888114b6b0eb5dae511746b9e552e8e469c1905f18b514bbca25001.png?raw=true
🟢 What Worked Well
ghv2.0.0+, exact commands to verify)Recommendations
Quick wins (high impact, low effort)
.lock.yml's first mention explaining the two-file modelgithubnext/agenticsrepository in Step 2 with a sentence explaining what it isMedium-term improvements
COPILOT_GITHUB_TOKEN(even a link to a GitHub guide on PATs with the exact permission highlighted)Longer-term
Screenshots
📎 [home.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/745b1fab6e21cc001852e318c08aeef716658e6cca7731c94defbb4641191579.png?raw=true
📎 [home-slides-error.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/27dc69633cdae79e20a20321e76305517a6d09695ae17773e9bcddcfcd457dd7.png?raw=true
📎 [quick-start-top.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/6428419f7888114b6b0eb5dae511746b9e552e8e469c1905f18b514bbca25001.png?raw=true
📎 [quick-start-video.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/5d79da45385eca360f0dc6075229ea2e6c85574ec9ae0297c2f500d03a4d8a27.png?raw=true
📎 [cli-commands-full.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/e8ebe1fc657dd117667a132eff948b7c88cbb19bafce59adc386e6b173bd0ee9.png?raw=true
References: §28076406993
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