[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-13 #26040
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #26224. |
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
https://github.github.com/gh-aw/(Home)https://github.github.com/gh-aw/setup/quick-start/https://github.github.com/gh-aw/setup/cli/lock fileconcept, and the mysteriousCOPILOT_GITHUB_TOKEN.🔴 Critical Issues
1.
COPILOT_GITHUB_TOKEN— Why a second token?In Quick Start Step 2, the wizard mentions setting up
COPILOT_GITHUB_TOKENdescribed as "a separate GitHub token with Copilot access — distinct from the default GITHUB_TOKEN." A complete beginner will not understand:GITHUB_TOKEN?The text says "See Authentication for setup instructions" with a link to the auth page, but for a quick-start experience this creates an immediate roadblock with no inline guidance. A first-time user may abandon setup here.
Recommendation: Add a 2-sentence inline callout box explaining why a second token is needed (Copilot API access requires a user-level token, not the repo-scoped
GITHUB_TOKEN) and what type it should be, before sending them to the Auth page.2.
gh aw add-wizard githubnext/agentics/daily-repo-status— Unexplained registry pathQuick Start Step 2 tells users to run:
Without any explanation of what
githubnext/agenticsis. A new user will ask:githubnext/agentics? A GitHub repo? A workflow registry? My repo?owner/repo/workflow-nameand not justdaily-repo-status?Recommendation: Add one sentence: "This pulls a pre-built workflow from the githubnext/agentics workflow library on GitHub."
🟡 Confusing Areas
3. "lock file" — Undefined term at first use
In Step 2, the wizard output is described as: "Adds the workflow and lock file to
.github/workflows/."A new user will not know what a "lock file" is in this context (it's not a typical
package-lock.json). The term appears without definition.Recommendation: Add a tooltip or parenthetical: "lock file (the compiled GitHub Actions YAML)", or link to the Compilation Process reference.
4. Search unavailable in dev mode
The docs site prominently displays: "Search is only available in production builds. Try building and previewing the site to test it out locally."
A user following the docs who starts the dev server to test the docs will see this and be confused — they are running locally, and the message suggests a different command ("preview"). The relationship between
npm run devandnpm run previewis not explained.Recommendation: Clarify the message: "Search requires a production build (
npm run build && npm run preview)."5. "Peli's Agent Factory" in the top navigation
The main navigation bar includes "Peli's Agent Factory" without any explanation. A first-time user has no context for this — it sounds like a personal project or demo page, not official documentation. It's also in the same navigation level as "Quick Start", "Docs", and "FAQ".
Recommendation: Either rename it to something more descriptive like "Examples Gallery" or add a tooltip/subtitle explaining what it is.
6. Step 3 — Missing screenshot of expected output
The Quick Start Step 3 says: "The report will look something like this:" but no image description is visible. If the image fails to load (e.g., slow connection, browser extension blocking), a user would have no visual reference for whether their workflow ran correctly.
Recommendation: Add alt text to the screenshot, or add a short text description of what the report contains immediately before/after the image.
7. CLI page — Overwhelming sidebar and deep reference complexity
The CLI Commands page sidebar lists 60+ reference items. For a beginner landing here from the Quick Start to understand basic commands, this is immediately overwhelming. The "Most Common Commands" table at the top partially addresses this, but the GHES (GitHub Enterprise Server) content appears very early and isn't relevant to most beginners.
Recommendation: Consider hiding or collapsing the enterprise/advanced sections by default on the CLI page, or add a "You are here: beginner" banner that links to only the relevant subset.
8. Additional minor confusions
---markers"), butfrontmatteris used earlier in the page without this definition.gh aw compile— Step 4 mentions this command but a beginner may not understand when it is required vs optional. The condition ("if you have changed the frontmatter") uses the term before it's well-understood.🟢 What Worked Well
frontmatteris linked — Step 4 links the word "frontmatter" to the reference docs, good progressive disclosure.Recommendations
Quick wins (high impact, low effort):
COPILOT_GITHUB_TOKENmention explaining why it's needed and what type to create.githubnext/agenticsis the official workflow library.npm run build && npm run preview.Medium-term improvements:
5. Rename "Peli's Agent Factory" in the nav to "Examples" or "Gallery" with a subtitle.
6. Add alt text / fallback text description to the Step 3 report screenshot.
7. Consider a "beginner-friendly view" of the CLI page that hides enterprise sections.
References:
Beta Was this translation helpful? Give feedback.
All reactions