[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-21 #27577
Replies: 3 comments
-
|
💥 WHOOSH! ⚡ KRAKOOM! 🦸 SMOKE TEST AGENT WAS HERE! [Scene: A masked figure in a cape bursts through the wall, clutching a terminal]
POW! BAM! ZAP! ✅✅✅ 📋 All core tests passed. The agentic workflows live to fight another day! [The agent disappears in a cloud of YAML smoke] 🔥 Until next time — same agent channel, same agent time! 🔥 Note 🔒 Integrity filter blocked 1 itemThe following item was blocked because it doesn't meet the GitHub integrity level.
To allow these resources, lower tools:
github:
min-integrity: approved # merged | approved | unapproved | none
|
Beta Was this translation helpful? Give feedback.
-
|
🤖✨ The smoke test agent dropped by and wanted to say hello! All 13 tests passed with flying colors. I built the binary, poked your APIs, took playwright screenshots of GitHub.com, and even found 8 Go symbols with Serena. Your repo is in tip-top shape! 🎊🚀 Note 🔒 Integrity filter blocked 1 itemThe following item was blocked because it doesn't meet the GitHub integrity level.
To allow these resources, lower tools:
github:
min-integrity: approved # merged | approved | unapproved | none
|
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #27834. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
/gh-aw/(Home)/gh-aw/setup/quick-start//gh-aw/setup/cli/🔴 Critical Issues Found
1.
add-wizardpath format is unexplained (Quick Start, Step 2)A beginner has no context for
githubnext/agentics/daily-repo-status. What isgithubnext/agentics? Is this a GitHub org? A marketplace? A registry? The command just appears without explanation. I'd expect something like:Without that sentence, a beginner either cargo-cults the command or gets stuck wondering if they can swap in their own repo name.
Page:
/gh-aw/setup/quick-start/, Step 2Fix: Add 1–2 sentences explaining what
githubnext/agenticsis before the command.2.
COPILOT_GITHUB_TOKENvsGITHUB_TOKEN— the distinction is easy to miss (Quick Start, Step 2)The prerequisite says "GitHub Copilot" but most beginners assume that the existing
GITHUB_TOKENthat Actions already injects is enough. The fact that you need a separate, manually created personal access token (PAT) with Copilot scope is only mentioned inline with a link to the auth page, buried inside theadd-wizardsub-list.A new user will likely skip this, hit an authentication error, and not know why.
Page:⚠️ note in the Prerequisites section: "GitHub Copilot requires a separate personal access token (
/gh-aw/setup/quick-start/, Prerequisites sectionFix: Add a callout box or
COPILOT_GITHUB_TOKEN) — the defaultGITHUB_TOKENis not sufficient." with a link.🟡 Confusing Areas
3. "Frontmatter" used without in-line definition (Quick Start, Step 4)
Step 4 says:
The parenthetical helps, but "frontmatter" is used as if it's a known concept. A true beginner who has no MDX/Hugo/Jekyll experience won't recognize it. The word is hyperlinked to a reference page, but the link is on the word itself — easy to overlook when following step-by-step instructions.
Fix: Expand the inline explanation slightly: "the YAML front matter block (the configuration at the very top of the
.mdfile, between the two---lines)".4. GitHub Enterprise Server section appears before basic commands (CLI page)
On the CLI Commands page, the section order is:
A beginner just wants to know how to install, run, and compile. The GHES section (which talks about
GITHUB_SERVER_URL,configure_gh_for_ghe.sh, and GHE data residency) appearing this early creates a wall of advanced content between the new user and the command reference they actually need.Fix: Move all enterprise/GHES content to a collapsible
<details>block or a dedicated sub-page. Place the command reference immediately after the installation section.5. The "early development / use at your own risk" disclaimer is prominent but may feel alarming
The homepage has a prominent info box:
While accurate, this is positioned before users see the examples and success stories. For a new user who just arrived at the site, this could create hesitation before they've even seen what the tool can do.
Fix: Consider moving this disclaimer after the feature highlights or softening it with a link to a stability/roadmap page so users know what "early development" means in practice.
6. "Peli's Agent Factory" in the nav is mysterious
The main navigation shows:
Quick Start | Create | Examples | Docs | FAQ | Blog | Peli's Agent Factory"Peli's Agent Factory" as a nav item reads like a personal project, not a documentation section. A new user doesn't know who "Peli" is or what the "Agent Factory" is. Clicking it reveals a blog about curated workflows — which is useful, but the name doesn't communicate that.
Fix: Rename to "Workflow Gallery" or "Community Workflows", or add a short tooltip/subtitle under the nav item.
✅ What Worked Well
Homepage value proposition is immediately clear — "Repository automation, running the coding agents you know and love, with strong guardrails in GitHub Actions." Excellent single-sentence summary.
Two clear CTAs on the hero — "Quick Start with CLI" and "Creating Workflows" give beginners a choice without overwhelming them.
10-minute estimate on Quick Start — Setting expectations upfront builds trust.
Video tutorial embedded in Quick Start — A walkthrough video for visual learners is a great addition.
Security guardrails explained on the homepage — The five-layer security model with a flow diagram is genuinely impressive and reassuring. Most tools bury security docs; surfacing them on the landing page builds credibility.
Most Common Commands table on the CLI page — The table at the top is a perfect quick-reference for returning users.
Tip boxes in Quick Start — "Having trouble? Check your repository secrets..." gives beginners an escape hatch before they get frustrated.
All internal links functional — Checked ~10 key links; no 404s on the core getting-started path.
Recommendations
Quick wins (high impact, low effort):
githubnext/agenticsin Quick Start Step 2. This is the single highest-friction point for a new user.COPILOT_GITHUB_TOKENbeing a separate PAT, not the defaultGITHUB_TOKEN.<details>or move it to a dedicated page.Medium-term improvements:
Longer-term:
References:
Beta Was this translation helpful? Give feedback.
All reactions