[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-16 #39500
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #39735. |
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. Video fails to load on Quick Start page
The Quick Start page includes an embedded video showing the install/add/run flow, but it renders as
"Your browser doesn't support HTML5 video. Download". For a new user, this is the most compelling demo of what the tool does — and they see nothing.📎 [quick-start.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/a0d379484a9842d39a1717a7e349060dcf84287761e52404a7e6d7cbebc8b180.png?raw=true
2. Mermaid diagram renders as raw code on home page
The Guardrails flowchart on the home page fails to render (dev server 504 for
mermaid.js). A new user sees a block of rawflowchart LRsyntax instead of a diagram.Console error:
Failed to fetch dynamically imported module: mermaid.js?v=33f7c928 (504 Outdated Optimize Dep)📎 [home-viewport.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/29ef24e5e6cfa32e76e74991e3cfc80a4cfd2381c51c6d939d990e76b251f0fd.png?raw=true
3. "Loading slides..." stuck on home page hero
The hero section shows
Loading slides...indefinitely becauseslides/github-agentic-workflows.pdfis a Git LFS file not fetched in CI. New contributors running docs locally see a broken hero.Console error:
Failed to load PDF slides InvalidPDFException🟡 Confusing Areas
4.
COPILOT_GITHUB_TOKENvsGITHUB_TOKEN— buried mid-paragraphThe note says the token is "distinct from the default GITHUB_TOKEN" in a parenthetical. A beginner doesn't know what
GITHUB_TOKENis and this brief aside doesn't explain why a separate token is needed. A dedicated callout box would help.📎 [quick-start-prereqs.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/afd524f0c31bcbb455b6bc1f9c2e784c838f4ee4674bd60f41f23c8e940e098a.png?raw=true
5.
add-wizardvsaddvsnew— unclear distinction for beginnersThree similar commands exist; the CLI page lists all three in the Most Common Commands table without explaining when to use each. A beginner completing the Quick Start who then reads the CLI page won't know which command to use for their next workflow.
6. Shell redirection syntax unexplained
The secret setup note shows:
The
<(stdin redirect) is an intermediate shell concept. Windows users and some macOS users will be confused. The--bodyflag or copy-paste instructions should also be shown.7. "Peli's Agent Factory" in main navigation
Both the top nav and the Quick Start "What's next?" section link to "Peli's Agent Factory". This is a personal name with no context. A new user has no idea if this is official, a third-party tool, or a personal project. Could be renamed "Workflow Gallery" or add a note like (examples by
@pelikhan).8. CLI page is overwhelming in length
40+ commands in 10+ groups. The Most Common Commands table at the top is excellent, but a new user scrolling the page will feel lost. A "Beginner start here" callout highlighting just 4 commands would help.
📎 [cli.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/eb8d2f188c3e218d11ccc14e81ae8c5793f37ccfef953eb764c9c9a100100602.png?raw=true
9. Jargon introduced without inline definition
Terms used before they're explained:
.lock.yml— called "compiled workflow file" once, then referenced as "lock file" inconsistently🟢 What Worked Well
NoteandTipboxes break up walls of text well.Recommendations
Quick Wins
< /path/to/filesyntax with the more beginner-friendly--body "$(cat token.txt)"or a UI link.frontmatter,lock file, andsafe outputsdirectly to the Glossary page.Longer-Term
Screenshots
Automated noob test run §27596276317
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