[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-15 #39327
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #39500. |
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
1.
COPILOT_GITHUB_TOKENvsGITHUB_TOKENconfusion (Quick Start, Step 2)The guide introduces
COPILOT_GITHUB_TOKENas "distinct from the defaultGITHUB_TOKEN" without ever explaining whatGITHUB_TOKENis. Beginners will wonder:GITHUB_TOKEN? Never defined.Recommendation: Add: "GitHub Actions uses
GITHUB_TOKENfor repo operations, but Copilot needs its own separate token with AI access permissions."2.
.lock.ymlconcept dropped without context (Quick Start, Step 2)Step 2 mentions the wizard generates a
.lock.yml"compiled workflow file" — but this is the first time compilation is mentioned. Beginners have no idea:.github/workflows/?📎 [quick-start-step2-lockfile.png] — lock file concept screenshot
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/c60d38cf26996adf65f642f892c4f403ba0426fc079e4dd360f601262fdde7be.png?raw=true
Recommendation: Add an analogy: "The
.mdis your human-readable source;.lock.ymlis what GitHub Actions actually executes — like source code vs compiled binary."🟡 Confusing Areas
3. "Frontmatter" jargon used without definition (Quick Start, Step 4)
Step 4 says "If you changed the frontmatter" without defining the term. Many developers outside the static-site world won't know what frontmatter means.
Recommendation: On first use: "frontmatter (the
---configuration block at the top of the file)"4.
githubnext/agenticsexternal repo — no introduction (Quick Start, Step 2)The command
gh aw add-wizard githubnext/agentics/daily-repo-statuspulls from an external org with no explanation. Beginners may feel they're adding unknown third-party code.Recommendation: Add: "
githubnext/agenticsis GitHub's official workflow examples repository — you're copying a template into your own repo, not creating a dependency."5. Installation section is overwhelming (CLI Commands page)
The page lists 5 installation methods in sequence (extension install, version pinning, standalone installer, GitHub Actions setup action, GHES). This is too much for a new user.
📎 [cli-commands.png] — CLI Commands page full view
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/114ba891cfec2e7c7cb64aaa830db8aee3c531fc433f0914ea7a908fd1a6911e.png?raw=true
Recommendation: Move the simple
gh extension install github/gh-awto the very top; collapse advanced options (pinning, standalone, GHES) in a<details>block.6. No mention of AI API costs (Quick Start Prerequisites)
The prerequisites list AI accounts without mentioning that API usage costs money. A first-time user could be surprised by charges.
Recommendation: Add: "Note: workflows consume AI API credits — check your provider's pricing before running at scale."
7. "Public Preview" notice is below the fold (Home page)
The important caveat that this is in Public Preview appears as a blockquote mid-page, easy to miss.
📎 [home.png] — Home page overview
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/e3a9b53f039ef3267264416750a950f8b44bb8e672c4fa2b51fc2ad864e37c5a.png?raw=true
Recommendation: Promote the preview banner to the top of the page or site header.
🟢 What Worked Well
Introduction → Setup → Guides → Patternsis logical and well-organized.📎 [quick-start.png] — Quick Start full page
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/56ab664172ec1b9a32d1832a31f0b612c5911e235135aa4a3a22263e5ce5bdf4.png?raw=true
Recommendations (Prioritized)
Quick wins:
GITHUB_TOKENvsCOPILOT_GITHUB_TOKENinlinegithubnext/agenticsas the official examples repoMedium-term:
.md→.lock.ymlcompilation analogy<details>on CLI pageLonger-term:
Automated noob test — §27525968863
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