[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-07-19 #46525
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #46705. |
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. Broken
/gh-aw/examples/page (404)The top navigation bar shows an "Examples" link, but clicking it resolves to an anchor (
#gallery) on the home page. Direct navigation to/gh-aw/examples/returns 404. A brand new user clicking "Examples" in the main nav expecting a dedicated page will be confused.(localhost/redacted) → HTTP 404 (the "Docs" nav item correctly redirects to/introduction/overview/, but the raw/docs/` path is dead)2. Search unavailable in dev mode
The search bar shows: "Search is only available in production builds. Try building and previewing the site to test it out locally." A noob reading the docs locally gets no search functionality — they can't look up terms like "frontmatter" or "lock file" without scrolling manually.
🟡 Confusing Areas
3. COPILOT_GITHUB_TOKEN setup is complex for beginners
The Quick Start tells users to create a Fine-Grained Personal Access Token with specific
Copilot Requests: Readpermission. For someone who has never set up a PAT, this is a multi-step process buried behind "See Authentication for more detail." A beginner following the quick start may get stuck here without realizing there's a whole Authentication reference page to read first.4. The
.lock.ymlconcept introduces confusionThe guide says: "The
.lock.ymlis the compiled GitHub Actions workflow generated from your markdown — it is what actually runs, and it is regenerated automatically, so you never edit it by hand." As a noob, I don't understand why there are two files, why one is called "lock", or why it can't just be one file. There's a "See Lock File for the full explanation" note, but no link anchor to click directly from this callout.5. "Frontmatter" jargon used before full definition
Step 2 reads: "Note: if engine: is later removed manually from the workflow frontmatter (the settings block at the top of the file, between the --- lines)...". The inline definition
(the settings block at the top of the file, between the --- lines)helps, but it appears as a parenthetical mid-sentence. A new user might miss it. This term also appears in Step 4 before being re-explained there.6. CLI Commands page is overwhelming for day-one users
The CLI reference page lists 35+ commands organized under 7+ categories. While there's a "Tip: New to gh aw? You can stop here for day-one usage" callout after the Most Common Commands table, this tip is easy to miss when scrolling. A beginner landing on this page from the Quick Start "What's next?" section may feel paralyzed.
7.
add-wizardcommand requires knowing a specific repo pathStep 2 of Quick Start says to run:
A total beginner doesn't know what
githubnext/agenticsis or where it comes from. The explanation ("githubnext/agentics is the public githubnext/agentics examples repository") is slightly redundant and doesn't say where to find other workflows or how to discover what's available.🟢 What Worked Well
ghCLI version, login status, and OS. Excellent for noobs.--engine claudeshortcut documented prominently with a Caution callout explaining the behavior difference.Recommendations
Quick wins:
Examplesnav link to either point to a real examples index page or rename it to something that works (e.g., link to/gh-aw/examples/multi-repo/or make/gh-aw/examples/a redirect)..lock.ymlcallout to the Lock File reference page.Medium-term improvements:
4. Add a "Setting up a PAT for beginners" mini-guide or a direct link to GitHub's PAT documentation in the COPILOT_GITHUB_TOKEN setup step.
5. Add a "Discovery" section or command (
gh aw search?) so users know how to find available community workflows beyond thegithubnext/agenticsexample.6. Consider a progressive disclosure pattern for the CLI page: show only day-one commands by default with an expandable section for advanced commands.
Longer-term:
7. Enable search in dev mode or provide a note explaining how to build the site locally for full functionality.
8. Add a glossary callout or tooltip for "frontmatter" and "lock file" on first use in the Quick Start.
Screenshots
References:
Warning
Firewall blocked 9 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comclientservices.googleapis.comoptimizationguidepa.googleapis.comredirector.gvt1.comsafebrowsingohttpgateway.googleapis.comupdate.googleapis.comwww.google.comSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions