[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-07-05 #43464
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #43686. |
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. Search is Broken / Shows Confusing Warning
Page: All pages (header search)
When I clicked the 🔍 Search button (the most visible UI element in the header), I got this message:
As a new user visiting the live docs site I would expect Search to work. This is the dev server behavior only, but it's confusing — a first-time reader navigating the live docs would never hit this. However, in the dev preview context, the search just silently shows this instead of a helpful disabled state.
2. "Lock File" Link Points to Missing Anchor
Page: Quick Start → Step 2 note
The Quick Start page references:
The target URL (
/gh-aw/reference/workflow-structure/) returns 200, but there's no guarantee the#lock-file-headeranchor exists. A beginner who clicks this link looking for an explanation of.lock.ymlmay land on the page with no visible jump. The term "lock file" is introduced without any inline definition — a complete beginner doesn't know what it means.3. "COPILOT_GITHUB_TOKEN" — Complex First-Time Setup
Page: Quick Start → Step 2
The first AI engine listed is GitHub Copilot, which requires creating a fine-grained PAT with "Copilot Requests: Read" — a non-obvious operation. The note explains the steps, but there's no link to GitHub's PAT creation page. Beginners who have never created a PAT are stuck without clear next-action guidance.
🟡 Confusing Areas
4. "Frontmatter" Used Without Definition
Page: Quick Start → Step 4
Step 4 says:
The inline parenthetical (
the YAML configuration block...) is helpful, but the term "frontmatter" is used throughout the docs without a prominent definition page linked from the Quick Start. Beginners unfamiliar with static-site generator conventions will be confused.5. Prerequisites — "AI Account" Is Vague
Page: Quick Start → Prerequisites
The first prerequisite is:
There's no explanation of what level of GitHub Copilot (Free, Pro, Enterprise?) works, or how much an API key might cost. A beginner reading this doesn't know if they need a paid account or if their existing GitHub account is enough.
6. Giant Sidebar Navigation — Overwhelming for Beginners
Page: All pages
The left sidebar contains 80+ items across deeply nested categories (Design Patterns, Specs, Experimental...). On first visit this is overwhelming. There's no visual differentiation between "start here" items and advanced topics.
7. "add-wizard" vs "add" vs "init" — Command Ambiguity
Page: Quick Start → Step 2 and CLI Commands
The Quick Start uses
gh aw add-wizard, but the CLI Commands page listsgh aw init,gh aw add-wizard, andgh aw addas three separate commands with similar-sounding descriptions. A beginner doesn't know which one to use for a first run.8. No Explanation of What a "Workflow Run" Produces
Page: Quick Start → Step 3
Step 3 says "a new issue titled with 'Daily Repo Report' appears." But there's no preview screenshot showing what a typical report looks like (the placeholder
[image]appears to be missing). A beginner doesn't know what "success" looks like without a concrete example.🟢 What Worked Well
gh v2.0.0+).(video)element on the home page demonstrates the install flow visually, which is great for new users.Recommendations
Quick wins
/gh-aw/reference/glossary/on first use.Medium-term
#lock-file-headeranchor exists in/reference/workflow-structure/or update the link target.Longer-term
Screenshots
📎 [home.png] — Home page overview

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

📎 [cli-commands.png] — CLI Commands page

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