[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-08-19 #53899
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #54139. |
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 that block getting started — the documented commands (
gh extension install github/gh-aw,gh aw add-wizard ...,gh aw compile,gh aw run ...) read as complete and internally consistent, and no broken links or 404s were hit across the 3 pages visited.🟡 Confusing Areas
Step 2 tries to do too much at once (Quick Start, "Step 2 - Add the sample workflow and trigger a run"). Before I've even run the wizard, the page already shows a large 5-tab "Configuring authentication?" block (Copilot / Claude / Codex / Gemini / Pi) with secrets, WIF, and PAT setup instructions for every engine. As a noob who just wants to try Copilot, I had to scroll past instructions for 4 engines I'm not using. A collapsed/accordion default to "just Copilot" (the recommended no-extra-setup path) with the rest link-based would reduce noise.
📎 [auth-tabs-confusing.png]
Jargon introduced without a beginner-friendly definition on first use. Terms like "frontmatter," "lock file (
.lock.yml)," and "safe outputs" are used early (frontmatter is explained inline the first time, which is good, but "lock file" is explained only via a side note and a link — I had to infer it means "the compiled file GitHub Actions actually runs" from context before the note appeared).Two install paths side by side without guidance on which to pick first. The guide shows both
gh extension install github/gh-awand, in a "Tip" box, a fallback curl-based install script for "authentication issues" — but doesn't say what specific error message would tell me I need the fallback. A noob hitting an auth error wouldn't know if this tip applies to them.🟢 What Worked Well
📎 [home.png]
ghCLI v2.0.0+, logged in, OS support) — exactly what a beginner needs before starting.📎 [cli-commands.png]
Recommendations
Quick wins:
gh extension installfails with a permissions/network error").Longer-term:
Screenshots
📎 [home.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/f7d17e37d1917ef1b380ed63b9887cf26fc31dcac291bf51dbcdc2742ba5b8de.png?raw=true
📎 [quick-start-top.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/aca6993a077debdeb43c9839fa5b964760d6692769423295de43a2445b010991.png?raw=true
📎 [auth-tabs-confusing.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/c185a2daeb6f3b60286c5cf07b89b9bd1fa07d7e203b3bc3ef2f6f82298d405b.png?raw=true
📎 [cli-commands.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/63ada86e1988aca285eb0baf072833b20dc30869373b27ad7e11f23f72a36d94.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