[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-16 #26651
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #26873. |
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/(Home)https://github.github.com/gh-aw/setup/quick-start/https://github.github.com/gh-aw/setup/cli/🔴 Critical Issues
1. Typo: "blacklog" in Quick Start Step 4
In
docs/src/content/docs/setup/quick-start.mdx(line 101):Should be "backlog". This is a visible typo in the customization step that could undermine trust with new users.
File:
docs/src/content/docs/setup/quick-start.mdx, line 101Fix: Change
blacklog→backlog🟡 Confusing Areas
2. "Lock file" jargon introduced without inline definition
In Step 2 of Quick Start:
A newcomer has no idea what a "lock file" is in this context. It links to the FAQ eventually, but not here. A single parenthetical like (the compiled YAML file) would remove the confusion.
3. "Frontmatter" mentioned without inline explanation
Step 4 says:
Good that there's a parenthetical! But since this only appears in the optional customization step, some users may reach
gh aw compilewithout knowing what changed. Consider a short callout box explaining frontmatter earlier in the guide.4. AI Account prerequisite doesn't mention paid subscription requirement
The prerequisite says:
New users may not realize these are paid services (or require a specific plan/seat). A brief note like (requires a paid subscription or free trial) would set expectations upfront and reduce drop-off at the secret-setup step.
5.
COPILOT_GITHUB_TOKENcomplexity not previewed in prerequisitesStep 2 item 3 introduces a token that is "a separate GitHub token with Copilot access — distinct from the default
GITHUB_TOKEN". This is surprising and requires jumping to the Authentication page. A one-liner in Prerequisites would help users know they need to create this before starting.6. No preview of what the workflow file looks like
After running
gh aw add-wizard, the user gets a.mdfile added to their repo — but the Quick Start never shows what that file looks like. A minimal collapsed<details>snippet of the daily-repo-status frontmatter would demystify the "magic."7. Experimental warning easy to miss
The homepage note reads:
This appears as plain body text inside a blockquote-style element. For a tool that warns users to "use it with caution, at your own risk," this deserves more visual prominence — a callout/admonition component would help ensure users don't skip it.
🟢 What Worked Well
gh aw add-wizardhandles most of the setup complexity — this is a great design choice for new users.Recommendations
Quick wins (high impact, low effort)
blacklog→backloginquick-start.mdxline 101COPILOT_GITHUB_TOKENto PrerequisitesMedium-term improvements
.mdfile in Step 2 so users know what they're getting<Aside type="caution">Starlight component for better visibilityLonger-term
References: §24512320774
Beta Was this translation helpful? Give feedback.
All reactions