[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-05-16 #32549
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #32750. |
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. Jargon used before definition:
frontmatterPage: Quick Start — Step 4 (Customize Your Workflow)
The word "frontmatter" appears without any definition or link to a glossary:
While there is an inline parenthetical, it comes after multiple prior uses of the term. A beginner will wonder: "What is frontmatter? Is this a GitHub thing? A Markdown thing?"
Recommendation: Add a tooltip, inline definition, or link to the Glossary on first use, e.g.:
the [frontmatter](/gh-aw/reference/glossary/#frontmatter) (the YAML config block at the top of the file).2. Two-file system (
.md+.lock.yml) is confusingPage: Quick Start — Step 4
The note box explains:
A noob sees two files appear in their repo and doesn't understand why. The relationship between them is non-obvious, and the note appears only in Step 4. When the
add-wizardcommand in Step 2 adds both files, the user already has this question.Recommendation: Add a brief callout box in Step 2 when files are first added: "Two files will be added:
daily-repo-status.md(what you edit) anddaily-repo-status.lock.yml(auto-generated — don't edit this)."3. No visual preview of the
add-wizardinteractive processPage: Quick Start — Step 2
The guide says
add-wizard"takes you through an interactive process" but shows no terminal output, screenshot, or ASCII art of what the wizard actually looks like. A first-time user has no idea what to expect when they run the command.Recommendation: Add a short terminal recording or a screenshot showing the wizard prompts (engine selection, secret setup, etc.).
🟡 Confusing Areas
4. Home page has two equally prominent CTAs
Page: Home
The hero section has two buttons: "Quick Start with CLI" and "Creating Workflows". A true beginner doesn't know which to click. "Creating Workflows" sounds like the natural first step.
Recommendation: Make "Quick Start with CLI" visually more prominent (it already has
variant: primary) and add a subtle sub-label: "Start here if you're new". Or add a short sentence: "New here? Start with the Quick Start."5.
gh auth login --scopes repo,workflow— "scopes" unexplainedPage: Quick Start — Prerequisites
The prerequisite says:
A beginner doesn't know what "scopes" are. They may have already run
gh auth loginand be confused why they need to add scopes.Recommendation: Add a brief explanation: "(
scopesare the permissions granted to the CLI —repoandworkfloware needed to push workflow files)"6.
add-wizardreference format is crypticPage: Quick Start — Step 2
The
<owner>/<repo>/<workflow-name>format is common to developers but a beginner might ask: "Isgithubnext/agentics/daily-repo-statusa real thing I need to change?"Recommendation: Add: "In this tutorial, use the command exactly as shown —
githubnext/agentics/daily-repo-statusis an official sample workflow."7. CLI page is overwhelming for beginners
Page: CLI Commands (
/gh-aw/setup/cli/)The page lists 30+ commands in a flat list. A beginner landing here feels immediately overwhelmed. The "Most Common Commands" table at the top is helpful, but even that table uses unexplained terms (
initvsadd-wizard— what's the difference?).Recommendation:
gh aw add-wizardandgh aw compileto get started."8. Search not functional in dev mode
Page: All pages
All pages show the message: "Search is only available in production builds. Try building and previewing the site to test it out locally." This appears in the search bar. While expected during development, any staging/preview deployment would show this, confusing visitors.
Recommendation: Ensure search is enabled in deployed preview builds, or hide the search bar entirely when it's non-functional rather than showing a confusing placeholder message.
🟢 What Worked Well
Recommendations
Quick Wins (High impact, low effort)
githubnext/agentics/daily-repo-statusis a sample and doesn't need to be changedMedium-term improvements
add-wizardinteractive flowLonger-term improvements
References: §25953152721
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