[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-09-09 #59625
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-09-10T03:54:06.367Z.
|
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 found that would fully block getting started — all 3 pages loaded correctly, no 404s, no broken links, and code examples appear syntactically complete.
Confusing Areas
"YAML frontmatter" defined inline but abbreviated elsewhere — On the Quick Start page, "frontmatter" is defined the first time ("the configuration block between the
---markers") but is referenced again later ("If you changed the frontmatter...") only as a link back to the same anchor. A first-time reader skimming quickly may not connect the dots without re-reading. Minor, but a one-line reminder would help.Authentication step assumes prior GitHub Copilot/PAT knowledge — The "Configuring authentication" tabs (Copilot/Claude/Codex/Gemini/Pi) jump straight into fine-grained PAT creation steps ("Permissions → Account permissions → Copilot Requests → Read") without a beginner-friendly explanation of why this token is needed or what happens if it's skipped. A newcomer picking Copilot because "it requires no extra account setup" (per the earlier prerequisites line) may be surprised to then see a PAT/token setup flow in the same step.
"Lock file" terminology introduced without much fanfare — The step 2 description mentions "the workflow file (
.md) and its generated GitHub Actions lock file" — a link is provided, but a beginner may not initially understand why there are two files (.md+.lock.yml) to commit, or why a "generated" file needs to be committed at all. The later Note callout does clarify this ("committing a generated file here is correct") — good that it's addressed, but it comes several steps after the term is first used.Home page is very content-dense — the homepage covers capabilities, guardrails, cost management, and more all in one long scroll. A first-time visitor looking only for "how do I start" has to scroll past a lot of marketing/feature content before finding the Quick Start CTA (which is fortunately also at the very top in a button, so this is a minor issue in practice).
What Worked Well
gh auth login) anticipates a common failure point instead of leaving users to search elsewhere.Recommendations
Quick wins:
.lock.ymlis first mentioned in Step 2 — rather than several paragraphs later.Longer-term:
Screenshots
📎 home.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/27306102cf8256fb88c1944d8a5efee6d0d2ee7644a77920a883f7f8b6dcc478.png?raw=true
📎 quick-start.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/da89e909db850b3cae8246a8ef33300bb1ba0d4ff35d5e835980519c76803ac2.png?raw=true
📎 cli.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/341d1c446c2b370839c896e928271d2cea5a6ca84f26a9cb53452f4d75d24251.png?raw=true
Warning
Firewall blocked 5 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.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