[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-09-16 #61264
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #61517. |
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
None encountered. All 3 pages loaded successfully, all code blocks I reviewed were copy-pasteable, and no broken links or 404s were hit during this pass.
🟡 Confusing Areas
Sidebar overwhelms new users — The left navigation sidebar on the Quick Start page lists 100+ links across many categories (Introduction, Setup, AI Engines, Guides, Gallery, Design Patterns, Practices, Reference...). As a total beginner, this is intimidating before I've even read a word of the actual guide. A collapsed/simplified nav for first-time visitors (or hiding advanced sections by default) would reduce overwhelm. See
quickstart-top.png."Frontmatter" jargon appears early — The very first sentence of Quick Start uses "YAML frontmatter" before fully unpacking the concept for someone who has never authored a workflow file. It is defined inline ("the configuration block between the
---markers"), which is good, but it's dense — a newcomer has to parse a long compound sentence to get the definition. A short callout box defining frontmatter before diving into prose would help.Multiple authentication paths presented all at once — The "Configuring authentication" section under Step 2 shows setup instructions for Copilot, Claude, OpenAI, Gemini, and Pi all sequentially on the same page, even though a new user will only pick one engine. This makes the page feel long and it's easy to lose track of which paragraph applies to your chosen engine. Collapsible tabs (one per engine) instead of a linear list would make this much easier to scan.
Prerequisites list mixes required and optional info — The Prerequisites section bundles "a repository where you have write access", "GitHub CLI v2.0.0+", and "an AI engine account" together with inline links, but it's not visually distinguished from the following code samples until you read closely — a quick beginner skim could miss the GitHub CLI version check step.
🟢 What Worked Well
gh aw init,gh aw add-wizard,gh aw compile,gh aw run,gh aw status,gh aw logs). This is exactly the kind of "quick wins" reference a beginner needs..mdand.lock.ymlfiles) proactively answer questions a beginner would likely have.Recommendations
Quick wins:
Longer-term:
Screenshots
📎 [home.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/0ee56cd5c7abcbd372ca7983fba10ee32e1fd946d1431788958edbd124999c37.png?raw=true
📎 [quickstart-top.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/787ed39872a40726d56fa7f9ea9ed5b9008ed93ece9244baba947610e902f3c2.png?raw=true
📎 [cli-commands.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/a7fc9590bda8b0560ce95259b032009bcd6e49fc683a5b3f6dfe6f98866798ed.png?raw=true
Warning
Firewall blocked 6 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comupdate.googleapis.comwww.google.comwww.gstatic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
All reactions