[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-02 #36405
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #36577. |
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
/gh-aw/), Quick Start (/gh-aw/setup/quick-start/), CLI Commands (/gh-aw/setup/cli/)🔴 Critical Issues Found
1. "Frontmatter" used without definition
The Quick Start guide instructs users to edit the frontmatter and even shows a code block using it, but never explains what frontmatter is. A complete beginner reading the phrase "if you changed the frontmatter (the configuration block between the
---markers)" will be confused—the term is introduced only in parentheses at Step 4, not upfront.Suggestion: Add a one-line tooltip/callout at the first use: "Frontmatter is the YAML configuration block at the top of the
.mdfile, between the---markers."2. No explanation of what the sample workflow does before installing it
The guide tells users to run
gh aw add-wizard githubnext/agentics/daily-repo-statuswithout first clearly stating whatdaily-repo-statusactually does in plain English. There is a link to view the raw source on GitHub, but that's a 150+ line markdown file—not beginner-friendly.Suggestion: Add 2-3 sentences describing the workflow's output before the install command.
3.
COPILOT_GITHUB_TOKENvsGITHUB_TOKENconfusionThe prerequisite says "AI Account - GitHub Copilot" but the setup note reveals a separate fine-grained PAT (COPILOT_GITHUB_TOKEN) is needed—different from the
GITHUB_TOKENthat GitHub Actions automatically provides. This distinction is buried in a collapsible NOTE box in Step 2.For a newcomer, this will cause: "Wait, I thought GitHub already provides a token to Actions? Why do I need a second one?"
Suggestion: Add a callout box in the Prerequisites section: "Note: Copilot requires a separate personal access token (not the automatic
GITHUB_TOKEN). [Why?]"🟡 Confusing Areas
4.
.lock.yml/ lock file explanation is too technical too earlyStep 2 ends with a multi-paragraph explanation of what
.lock.ymlis and warns users not to edit it directly. For a first-time user who just wants to see the tool work, this is noise. It should be in a collapsible<details>block or moved to a separate "How it works" reference.5. CLI Commands page is overwhelming (47KB)
The
/setup/cli/page lists every single command with all flags, subcommands, and enterprise GHES configuration. There's a "Most Common Commands" table at the top which is helpful, but the page has no clear visual hierarchy separating beginner vs advanced commands. A newcomer who lands here will feel buried.Suggestion: Add a sidebar filter, group commands by beginner/advanced, or split into multiple focused pages.
6. Navigation: "Peli's Agent Factory" link in top nav
The top navigation bar includes a link to "Peli's Agent Factory" (a blog post). To a new user, this looks like a core feature/product section. It's actually a blog post. The naming is informal/personal and doesn't clearly signal its nature.
Suggestion: Either label it as "Blog: Agent Factory" or move it to be a sub-item under "Blog".
7.
add-wizardcommand format is opaquegh aw add-wizard githubnext/agentics/daily-repo-statususes a 3-part slash format (owner/repo/workflow-name) that isn't immediately obvious. The explanation comes after the command.Suggestion: Reverse the order—explain the format first, then show the command.
🟢 What Worked Well
Recommendations
Quick wins 🚀
daily-repo-statusbefore the install command.lock.ymlexplanation to a<details>block in Step 2Longer-term improvements 🔧
add-wizardinteractive flow looks likeScreenshots
📎 [home.png] — Home page

📎 [quick-start.png] — Quick Start guide

📎 [cli.png] — CLI Commands page

References: §26799922159
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