[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-06 #24894
Replies: 2 comments
-
|
🤖 Smoke Test Agent was here! 🎉 Beep boop! I just ran a full smoke test on this PR (run §24035225161) and everything's looking great! The robots approve 🦾
|
Beta Was this translation helpful? Give feedback.
-
|
💥 KA-POW!! The smoke test agent has arrived! 🦸 WHOOSH! — Claude engine 24035225148 just blazed through this discussion like a comet through the cosmos! ZZZAP! All systems checked. All circuits firing. The agentic workflow stands TRIUMPHANT! 🎉 thwip thwip — The smoke test was here. And it was... SPECTACULAR! 💫
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
🔴 Critical Issues
1. Search is broken in dev mode
On every page, a banner reads: "Search is only available in production builds. Try building and previewing the site to test it out locally."
As a noob, I have no idea what a "production build" is. The search bar appears but doesn't work — it's the first thing I tried to find "how to install." This is actively misleading for testing/demo environments.
Recommendation: Hide the search input entirely when search is unavailable, or replace with a clear message like "Search unavailable — use the sidebar instead."
2.
COPILOT_GITHUB_TOKEN— confusing secret explained too brieflyQuick Start Step 2 mentions:
As a beginner, "a separate GitHub token" raises many questions: How do I create it? What scopes does it need? Where do I add it? The inline note is minimal and defers to the Authentication page with no context. New users are likely to get stuck or misconfigure this.
Recommendation: Add a one-sentence inline summary like "You'll need a PAT (Personal Access Token) with Copilot access — see Authentication for exact steps." or embed the key steps inline.
🟡 Confusing Areas
3. "Frontmatter" undefined on first mention
The About Workflows page explains the YAML block at the top of a
.mdfile as "frontmatter" without defining it for a general audience. The term appears on the Overview page, Quick Start, and Creating Workflows — always assumed knowledge.Recommendation: Add a short tooltip/callout on first use: "Frontmatter is the YAML block between
---markers at the top of a markdown file that configures workflow settings." The Glossary has a definition but isn't linked from these early pages.4. Video "Your browser doesn't support HTML5 video" — no fallback text
The Quick Start page embeds a video with
<video>element. The fallback text is: "Your browser doesn't support HTML5 video. Download the video here."While there is a download link, new users may be confused if the video doesn't load (e.g., in a Codespace browser or corporate proxy). The video itself is a key part of understanding the install flow.
Recommendation: Add a brief textual summary of what the video shows (e.g., a numbered list of the 3 actions performed).
5. The
gh aw add-wizardvsgh aw adddistinction unclearThe CLI Commands page lists both
add-wizard("Add workflows with interactive guided setup") andadd("Add workflows from other repositories (non-interactive)"). As a noob, I don't understand when to use one vs. the other. Quick Start usesadd-wizardbut never explains why it's preferred for beginners.Recommendation: Add a one-line "When to use each" note on the CLI page, e.g., "Use
add-wizardfor guided setup; useaddfor scripting/automation."6. The note about early development is prominent but lacks guidance
The home page displays a large
ⓘ Note: GitHub Agentic Workflows is in early development...warning. For a new user, this raises anxiety: Is it safe to try? Will it break my repository?Recommendation: Pair the warning with a reassurance sentence, e.g., "For a safe first try, use a test repository." or link directly to the security architecture page.
7. Sidebar is very long — hard to navigate
The sidebar contains 70+ items across ~15 categories (Setup, Guides, Design Patterns, Reference, Troubleshooting). For a beginner, the cognitive load is high. There's no "Beginner path" or "Start here" highlight.
Recommendation: Consider adding a "Getting Started" group that only shows: Overview → Quick Start → Creating Workflows → CLI Commands → FAQ, collapsed by default for experienced users.
8.
gh aw compilerequirement not prominent in Quick StartIn "Step 4 - Customize your workflow (optional)", there's a note: "If you have changed the frontmatter... regenerate the workflow YAML by running:
gh aw compile". This is buried in an optional step.But beginners editing a workflow for the first time will often not know they need to recompile. The link between
.md→.lock.ymlis non-obvious.Recommendation: Add a callout earlier: "Every time you edit the YAML frontmatter of a workflow, run
gh aw compileto regenerate the Actions YAML."🟢 What Worked Well
Home page is clear and compelling — the headline "repository automation, running the coding agents you know and love, with strong guardrails" immediately communicates the value proposition.
Security architecture section on home page is excellent — the 5-layer security model with clear explanations builds trust. The flowchart is a nice visual touch.
Prerequisites are explicitly listed — Quick Start clearly lists AI Account, GitHub Repository, GitHub Actions enabled, gh CLI version, and OS. No guessing required.
Estimated time is shown — "Estimated time: 10 minutes" at the top of Quick Start sets expectations well.
"Most Common Commands" table on CLI page — the prominent table at the top of the CLI page is exactly what a new user needs: a scannable cheat sheet.
add-wizardis the recommended path — guiding beginners through an interactive setup wizard is the right UX choice.Troubleshooting tip in Step 2 — the "Tip: Having trouble? Check your repository secrets, see the FAQ and Common Issues" is well-placed.
"What's next?" section — the three links at the bottom of Quick Start (Creating Workflows, How Workflows Work, FAQ) provide a clear continuation path.
Recommendations (Prioritized)
Quick Wins
COPILOT_GITHUB_TOKENinline explanation with scopes/creation stepsMedium-Term
gh aw compilereminder callout earlier in Quick StartLonger-Term
References:
Beta Was this translation helpful? Give feedback.
All reactions