[docs-noob-tester] 📚 Documentation Noob Test Report - July 7, 2026 #43932
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #44190. |
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/https://github.github.com/gh-aw/setup/quick-start/https://github.github.com/gh-aw/setup/cli/🔴 Critical Issues Found
1. "frontmatter" used without prior definition
In Quick Start Step 4, the guide refers to "frontmatter" and
---markers but never explains what this term means:A beginner who hasn't worked with Jekyll, Hugo, or Astro has no mental model of "frontmatter". A one-line tooltip or inline explanation ("the settings block at the top of the file, enclosed between
---lines") would prevent confusion before it happens.2.
.lock.ymlconcept introduced without enough context upfrontThe note about
.lock.ymlin Step 2 says:This note appears mid-step, buried in a callout. A beginner may not understand why two files (
.md+.lock.yml) are added to their repo, or why they can't/shouldn't edit the.lock.yml. A small visual diagram or a "What just happened?" summary box after theadd-wizardstep would help.3.
COPILOT_GITHUB_TOKENvs.GITHUB_TOKENdistinction is unclearStep 2 mentions
COPILOT_GITHUB_TOKENas a "separate GitHub token with Copilot access — distinct from the defaultGITHUB_TOKEN". For a beginner, the existence of two different GitHub tokens for the same platform is confusing and not explained. The docs link out to the Auth reference page, but the connection between the two tokens deserves a one-line clarification here.🟡 Confusing Areas
4. Home page: "Public Preview" warning is easy to miss
The warning "GitHub Agentic Workflows is in Public Preview and may change significantly" appears in small italic text directly under the hero tagline. For a user evaluating whether to adopt the tool, this is actually important context — it should be more visible (e.g., a banner or an aside callout).
📎 [home.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/daa7948d30cc3866a2de2236d6c121206981eba34084c60342c093e728c27cbe.png?raw=true
5. Quick Start title doesn't match what you actually do
The page is titled "Quick Start" but the first H2 heading says "Adding an Automated Daily Status Workflow to Your Repo". This mismatch makes it feel like the page is only about one specific workflow, not a general getting-started guide. Consider renaming the H2 to "Your First Workflow" or keeping a clear intro paragraph explaining this is the recommended starting point.
📎 [quick-start.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/18b99c0855ddf180acce7580671f57e86ce0c3abf7b770186d0eadee5faba417.png?raw=true
6.
add-wizardvs.adddistinction is jargon-heavyStep 2 introduces both
gh aw add-wizardandgh aw addwith a note: "Usegh aw add-wizardfor guided interactive setup; usegh aw addwhen you want the non-interactive add command instead." A beginner doesn't know what "non-interactive" means in this context. Consider something like: "If you're in a terminal, useadd-wizard— it will walk you through each step.addis for scripts."📎 [quick-start-step1.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/5fb3acaa5bdda9f14b3a1d5fd543da0643e685594f612a86c2a46d80f86d9b23.png?raw=true
7. CLI Commands page: table of "Most Common Commands" is well structured but intimidating
The CLI Commands page opens with a 10-row table of all commands. For a new user who just installed the extension, this breadth can feel overwhelming. A "Start here" callout at the top pointing to
add-wizardas the recommended first command would reduce decision paralysis.📎 [cli-commands.png] — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/d26d5285a99b59a2ba2545c79bf2a776501bfa44fcf4cd91a2d544f282bdc6f3.png?raw=true
8. Prerequisites: "GitHub Actions enabled" check is buried
The prerequisite list mentions "GitHub Actions enabled — Check in Settings → Actions", but this is listed between "GitHub Repository" and "GitHub CLI". Many repos have Actions disabled by default, and discovering this after running
add-wizardproduces a cryptic failure. Consider adding a numbered check step rather than a bullet, or highlighting it as the most common blocker.9. "What's next?" section links to a blog series first
After completing the Quick Start, the "What's next?" section leads with a link to a 19-part blog series. For a beginner who just got their first workflow running, jumping into a 19-part blog series feels daunting. Reordering to show "Creating Agentic Workflows" first, and "Agent Factory blog series" as optional deeper reading, would give a clearer progression path.
🟢 What Worked Well
💡 Recommendations
Quick wins
.mdfile, between---lines)".github/workflows/add-wizardLonger-term
COPILOT_GITHUB_TOKENandGITHUB_TOKENWarning
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