[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-18 #39985
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-19T05:30:37.183Z.
|
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. Token setup instructions are beginner-hostile
In Step 2 of the Quick Start, setting up
COPILOT_GITHUB_TOKENinvolves:A complete beginner doesn't know what
/path/to/token.txtmeans. How do I make this file? Where do I put it? The more natural form a beginner would understand is:The distinction between
COPILOT_GITHUB_TOKEN(a new fine-grained PAT you must create) and the automaticGITHUB_TOKEN(the built-in one) is buried in a NOTE callout after the main step description. As a beginner, I missed this on first read and thought the setup was done.📎 [confusing-token-setup.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/5f4d945c1160c725de06d83b18120fa1e5da1a75d7ad6b3ade4cf1eae6c8dfca.png?raw=true
2. Step 3 gives no guidance on monitoring
Step 3 ("Wait for the workflow to complete") says:
That's it. As a beginner, I have no idea:
gh aw statuscommand I should run?📎 [step3-no-monitoring.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/18c28334e6ac4cecda20cb5ecd976ec23107db143d9764eca4d0def36927b826.png?raw=true
🟡 Confusing Areas
3. The
add-wizardcommand format is unexplained upfrontThe Quick Start tells you to run:
The format
<owner>/<repo>/<workflow-name>is explained after the command, not before. A beginner will stare atgithubnext/agentics/daily-repo-statuswondering what it means. Putting a brief format explanation before the command would reduce confusion.4. "frontmatter" used without definition
Step 4 says: "If you changed the frontmatter (the configuration block between the
---markers at the top of the file)"The parenthetical is helpful, but "frontmatter" is a technical term. For a beginner, a consistent inline definition or a glossary link the first time the term appears would help.
5. "Public Preview" warning is easy to miss
The home page has this note:
It's rendered as a plain blockquote. Given that the software may change significantly, this seems important enough to be a prominent notice/callout rather than an easily-scrolled-past paragraph.
6. "What's next?" sends users to a blog post
The Quick Start's final section, "What's next?", links to "Peli's Agent Factory" — which is a personal blog post. This is an unusual "next step" for technical documentation. Beginner readers expect to be guided toward the next documentation page (like "Creating Workflows" or "How Agentic Workflows Work"), not a blog entry.
7. CLI Commands page: three install commands, unclear when to use each
The page lists:
gh extension install github/gh-aw(standard)A beginner following Quick Start doesn't know which one applies to them. A simple decision-tree or callout ("use this if X, use that if Y") would clarify.
📎 [home.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/29ef24e5e6cfa32e76e74991e3cfc80a4cfd2381c51c6d939d990e76b251f0fd.png?raw=true
📎 [quick-start.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/bff99d65957703af2a831c39abc1da9b25ab9ea76817faf1336fe05027a13d8d.png?raw=true
🟢 What Worked Well
Recommendations
Quick wins 🚀
gh aw statusor a link to the GitHub Actions runs page so beginners know how to track progress.< /path/to/token.txtto aecho "..." | gh secret setexample for beginner friendliness.add-wizardformat before the command, not after.Medium-term improvements 📋
gh aw status,gh aw list) so beginners know what to expect.Longer-term 🗓️
Screenshots
📎 [home.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/29ef24e5e6cfa32e76e74991e3cfc80a4cfd2381c51c6d939d990e76b251f0fd.png?raw=true
📎 [quick-start.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/bff99d65957703af2a831c39abc1da9b25ab9ea76817faf1336fe05027a13d8d.png?raw=true
📎 [confusing-token-setup.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/5f4d945c1160c725de06d83b18120fa1e5da1a75d7ad6b3ade4cf1eae6c8dfca.png?raw=true
📎 [step3-no-monitoring.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/18c28334e6ac4cecda20cb5ecd976ec23107db143d9764eca4d0def36927b826.png?raw=true
References: §27738455642
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