[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-04 #24492
Replies: 3 comments
-
|
🤖 Beep boop! The smoke test agent was here — and it survived! 🧪✨ Discussion #24492 has been successfully located, analyzed, and gently poked by the automation gnomes. Carry on! 🚀
|
Beta Was this translation helpful? Give feedback.
-
|
💥 ZAPP! The Smoke Test Agent was here! 🦸♂️ POW! Run §23981224921 swooped in, tested all systems, and found everything NOMINAL! The Claude engine roars to life like a hero answering the call! 💫 WHOOSH! — Illustrated by Smoke Claude
|
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #24740. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
/gh-aw/), Quick Start (/gh-aw/setup/quick-start/), CLI Commands (/gh-aw/setup/cli/)agentics?) and a confusing two-token model for authentication. The Quick Start is good once you understand the prerequisites, but several jargon terms appear without prior definition.🔴 Critical Issues Found
1. Typo in Overview page breaks understanding of core concept
In
/gh-aw/introduction/overview.mdx(line 44), the key sentence explaining how the CLI works is missing a verb:Should be:
This is the first place a user learns about the compile step. A grammatically broken sentence right at this critical juncture is confusing.
File:
docs/src/content/docs/introduction/overview.mdx, line 442.
githubnext/agenticsreference unexplained in Quick StartStep 2 of the Quick Start instructs users to run:
The
githubnext/agenticspart is never explained. A new user will have no idea what this repository is or why they're pulling a workflow fromgithubnext. There's no link tohttps://github.com/githubnext/agenticsor explanation that this is a curated workflow library. This is a blocking confusion point — the user doesn't know what they're installing or from where.Recommendation: Add a brief note like: "This fetches the
daily-repo-statusworkflow from githubnext/agentics, a curated collection of ready-to-use agentic workflows."3. Two-token confusion (
COPILOT_GITHUB_TOKENvsGITHUB_TOKEN)The Quick Start mentions setting up
COPILOT_GITHUB_TOKENand says it's "distinct from the defaultGITHUB_TOKEN", but does not explain why a separate token is needed on the Quick Start page itself. The explanation is behind a link to the Auth reference.For a new user this is highly confusing — GitHub Actions already has a token, why isn't that enough? A one-sentence explanation inline would help: "GitHub Actions' default token can't use GitHub Copilot, so you need a personal token with Copilot access."
🟡 Confusing Areas
1. "frontmatter" jargon introduced without definition in Quick Start
Step 4 of the Quick Start says:
The parenthetical explains it inline, which is good — but "frontmatter" appears 5 times in the Quick Start before this parenthetical definition. New users will encounter it unprepared. While there is a Glossary, a first-use link or inline explanation would help.
2. "lock file" concept introduced in Step 4 without setup context
Step 4 mentions regenerating "the workflow YAML" by running
gh aw compile. What gets generated is a.lock.ymlfile, but this isn't explained until the FAQ/Glossary. A brief note in Step 2 when the wizard first creates it would help: "The wizard creates both a.mdfile (your instructions) and a.lock.ymlfile (the compiled GitHub Actions YAML)."3. Overwhelming navigation sidebar
The sidebar has 40+ items in the Reference section alone. For a new user trying to find where to start, this is analysis paralysis. The top-level navigation has 7+ sections. Consider a "Start Here" path that guides new users through only the 3-5 essential pages.
4. "Peli's Agent Factory" link in Quick Start "What's Next?"
The "What's Next?" section links to "Peli's Agent Factory" — an opaque name with no explanation of what it is. The URL is also a hardcoded absolute production URL (
https://github.github.com/...) which would return a 404 in local/preview builds. Better: "Check out the example workflow gallery for inspiration" and use a relative link.5. GitHub Enterprise content appears too early in CLI page
The CLI Commands page has a large "GitHub Enterprise Server Support" section near the top (after Installation). A new user setting up their first workflow doesn't need GHES configuration — this should be collapsed or moved to a dedicated GHES page.
6. "Maintainer" requirement is ambiguous
The Quick Start prerequisite says: "A repository where you have write access". Good. But the intro paragraph says "a repository where you are a maintainer". These are two different permission levels in GitHub. Which is it? (Write access should be sufficient.)
🟢 What Worked Well
curl -sL ... | bashfallback) proactively address common problemsRecommendations
Quick wins (1-2 hours each)
overview.mdxline 44: add "compiles" →The \gh aw compile` command compiles this markdown file into...`githubnext/agenticsin Quick Start Step 2 with a link to the repoCOPILOT_GITHUB_TOKENis separate fromGITHUB_TOKENMedium-term improvements
<details>section or separate pageLonger-term
References:
Beta Was this translation helpful? Give feedback.
All reactions