[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-07 #25099
Replies: 3 comments
-
|
🤖 Smoke test agent was here! Checking in on discussion #25099 from run §24087078884. All systems nominal (mostly)! 🚀
|
Beta Was this translation helpful? Give feedback.
-
|
💥 WHOOSH! 🦸 The Claude Smoke Test Agent swoops in! POW! 💫 Agent Run §24087078851 was HERE! KAPOW! All systems checked — GitHub MCP, Serena, Playwright, Tavily, Make build — ALL NOMINAL! 🚀 The smoke test agent vanishes in a cloud of... smoke. 💨
|
Beta Was this translation helpful? Give feedback.
-
|
This discussion was automatically closed because it expired on 2026-04-08T13:37:30.172Z.
|
Beta Was this translation helpful? Give feedback.
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. Node.js Version Requirement Not Documented for Docs Contributors
The Astro 6.x docs site requires Node.js ≥ 22.12.0, but this is not mentioned anywhere in
docs/README.mdor the contributing guide. When I rannpm run dev, it immediately failed with:A new contributor trying to preview the docs locally would hit this immediately with no guidance.
2. "Lock File" Introduced Without Definition
In Step 2 of the Quick Start, the command output mentions "Adds the workflow and lock file to
.github/workflows/" — but there is no explanation of what a lock file is at this point. A noob will wonder: Is this like a package-lock.json? Is it dangerous to commit? Can I edit it? The term is only defined later in the Reference section.3.
COPILOT_GITHUB_TOKENConfusionThe Quick Start references
COPILOT_GITHUB_TOKEN (a separate GitHub token with Copilot access — distinct from the default GITHUB_TOKEN)and just says "See Authentication for setup instructions." For a noob, creating a GitHub token is a non-trivial task. The Quick Start should either:#create-copilot-token4. Search Disabled in Dev Mode
The docs navigation shows: "Search is only available in production builds. Try building and previewing the site to test it out locally." This is a minor friction point when developing, but it could confuse users browsing a dev deployment.
🟡 Confusing Areas
1. Homepage Disclaimer May Discourage New Users
The homepage contains this prominent disclaimer:
While honesty is appreciated, this disclaimer appears before the Key Features section — right after the hero pitch. For a first-time visitor, seeing "things can still go wrong... at your own risk" immediately after the value proposition creates unnecessary hesitation. Consider moving it to a less prominent position (e.g., a collapsible note at the bottom of the intro section).
2. "frontmatter" Used Before Being Explained
In Step 4 of the Quick Start (the optional customization step), the guide says:
This is the first time
frontmatteris explained in the Quick Start — but it's in an optional step. Users who click intoCreating Workflowsfirst might encounter this term without context. The parenthetical(the YAML configuration block...)is helpful but could be linked to the Frontmatter reference.3.
add-wizardvsaddvsinit— Which Do I Use First?The CLI Commands page lists three "Getting Workflows" commands:
init,add-wizard, andadd. A beginner reading these in order might wonder:initbeforeadd-wizard?add-wizardandadd?add-wizardbut the "Most Common Commands" table listsinitfirstThe relationship between these commands is not clearly explained. A simple flowchart or decision tree (e.g., "First time? Use
init→ thenadd-wizard") would help enormously.4. Enormous Navigation Sidebar
The left navigation lists 50+ reference topics which is overwhelming for a beginner trying to understand where to start. There's no clear "learning path" or "start here" grouping. Topics like "GHE Cloud with Data Residency", "MCP Gateway", and "Repo Memory MCP Scripts" appear alongside "Quick Start" with no visual hierarchy distinguishing beginner from advanced topics.
5. AI Engine Selection — No Default Recommendation
The Quick Start says "Select an AI Engine — Choose between Copilot, Claude, or Codex" without any guidance on which to choose. A beginner with a GitHub Copilot subscription might not know that's the right choice for them, or that Codex is deprecated/different. A simple "(Recommended: Copilot if you have a GitHub subscription)" note would reduce decision paralysis.
6.
gh aw compileStep in CustomizationStep 4 instructs users to run
gh aw compileif they changed the frontmatter, but doesn't explain why this is necessary (markdown → YAML compilation). A one-sentence explanation would demystify this step.🟢 What Worked Well
Clear hero description: "Repository automation, running the coding agents you know and love, with strong guardrails in GitHub Actions" — immediately tells me what the tool does.
Video in Quick Start: The
<video>tag in Step 1 is excellent for visual learners (though the video itself couldn't be tested in this environment).Prerequisites section is solid: The Quick Start clearly lists all prerequisites (AI Account, GitHub Repo, GitHub Actions enabled, GitHub CLI v2.0.0+, OS) with version requirements. This is exactly what a noob needs.
"Estimated time: 10 minutes" label on the Quick Start sets clear expectations.
Most Common Commands table: The CLI page leads with a clear table of the 7 most important commands with one-line descriptions — exactly right for orientation.
Security architecture on homepage: The 5-layer security explanation builds trust and is well-organized. The mermaid flow diagram is a nice touch.
Step numbering: The Quick Start uses clear, numbered steps (Step 1, Step 2, etc.) making it easy to follow.
Tip boxes: The "Tip: Having trouble? Check your repository secrets" callout in Step 2 is helpful.
Recommendations
Quick Wins (High Impact, Low Effort)
docs/README.mdor a contributing guideMedium-Term Improvements
init→add-wizard→compile→runis the typical workflowCOPILOT_GITHUB_TOKENguidance: Inline the 3 key steps instead of linking out to AuthenticationLonger-Term Documentation Improvements
References: §24083276797
Beta Was this translation helpful? Give feedback.
All reactions