[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-09 #38034
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-10T05:22:09.750Z.
|
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
🔴 Critical Issues Found
1.
COPILOT_GITHUB_TOKENSetup Is Cryptic for BeginnersThe Quick Start Step 2 mentions setting up a
COPILOT_GITHUB_TOKENthat is "a separate GitHub token with Copilot access — distinct from the default GITHUB_TOKEN." A beginner won't know:The Note callout reads: "Under Permissions → Account permissions, set Copilot Requests to Read, then generate the token." — but the PAT creation UI is complex and a single wrong choice silently breaks things.
Suggestion: Add a short dedicated subsection or a linked mini-guide titled "Getting your AI token" with numbered screenshots showing exactly where to click.
📎 [quick-start.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/8c04d9bccc9bb61f09e6a92778f11e5aa648ce2c1b8573ce4f78bf6e3a0b0474.png?raw=true
2.
githubnext/agenticsRepository Is UnexplainedStep 2 runs
gh aw add-wizard githubnext/agentics/daily-repo-statuswith no explanation of where this repository comes from or who maintains it. A beginner will wonder:githubnext/agentics?Suggestion: Add a single sentence like "This references the
daily-repo-statusworkflow hosted in the public githubnext/agentics examples repository."3. Undefined Jargon: "frontmatter" and ".lock.yml"
Step 4 uses "frontmatter" with a parenthetical explanation — good! — but the
.lock.ymlfile is introduced in Step 2 with a dense paragraph explaining the compilation model, right in the middle of the setup flow. This is too much new information at the wrong moment.Suggestion: Replace the
.lock.ymlexplanation in Step 2 with a one-liner ("The wizard generates a compiled workflow file automatically — you don't need to edit it") and link to the full explanation in the reference docs.🟡 Confusing Areas
4. "Peli's Agent Factory" Is an Internal Reference
The "What's next?" section links to "Peli's Agent Factory" — a beginner has no idea who Peli is. This reads as an internal joke, not a public onboarding resource.
Suggestion: Either rename the link to something self-explanatory like "Example Workflows Gallery" or add a brief description: "Peli's Agent Factory — a community collection of ready-to-use workflows maintained by a gh-aw contributor."
5. CLI Commands Page Overwhelms Beginners with Advanced Content
The CLI page opens with a great "Most Common Commands" table — excellent! But it immediately cascades into GitHub Enterprise Server setup, version pinning, and
configure_gh_for_ghe.shdetails. A new user hitting this page after the quick start will feel lost.Suggestion: Add a "🚀 Just getting started?" callout at the top pointing to the Quick Start, and consider collapsing the GHES section behind a
<details>toggle.📎 [cli.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/3cd141d7b8503d0867c78f88fe3ee49c2a79952458b439be2441dc9622343662.png?raw=true
6. Step 3 Image Does Not Load in Dev Environment
Step 3 promises "The report will look something like this:" but the example screenshot image (
daily-repo-report-result.png) fails to load in the Astro dev server (loaded: false,naturalHeight: 0). A beginner following the docs will see broken white space instead of a motivating preview.📎 [quick-start-image-area.png] (scroll shows where image should appear) — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/cdcb599a83a147953cdc66d2f686629741a9c375499e0d6cd413e0ac6a9babfe.png?raw=true
7. Home Page Security Section May Be Off-Putting for New Users
The home page has a large "Guardrails Built-In" section with a mermaid flowchart showing the security pipeline before any explanation of what the tool does or what a user gets out of it. Security is important, but for a first-time visitor the benefit needs to come before the risk mitigation.
Suggestion: Move the security/guardrails section below the "Key Features" section, and add a brief "What you get" section with a concrete example outcome (e.g., "Wake up to a daily issue summarizing your repository's health").
📎 [home.png] — https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/a34b0faa4e2d7d9ca2f0f1d85125b5722b90eed06dd5f4da59482ff9fa34473c.png?raw=true
View minor confusing areas
gh auth login --scopes repo,workflow: The prerequisites mention this command but don't explain when it's needed vs. a standardgh auth login. A beginner may already be logged in and not know if they need to re-authenticate.Step 2 information density: The explanation of
add-wizardand all it does (check prerequisites, select AI engine, set up secret, add workflow, trigger run) is helpful but dense. A visual step-by-step progress bar or numbered sub-steps would help."Repository root" not explained: Step 2 says "From your repository root run:" — a complete beginner may not know this means
cdinto their cloned repo folder.🟢 What Worked Well
gh --version,gh auth status). Very beginner-friendly.Recommendations
Quick Wins (High Impact, Low Effort)
githubnext/agenticsis a public examples repo in Step 2..lock.ymlparagraph in Step 2 with a one-liner + link to reference docs.Medium-Term Improvements
Longer-Term Documentation Improvements
References:
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