[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-04-27 #28734
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #28950. |
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/(Quick Start)https://github.github.com/gh-aw/setup/cli/(CLI Commands)🔴 Critical Issues Found
1. Term "frontmatter" used without definition
In Quick Start Step 4, the guide refers to "frontmatter (the YAML configuration block between
---markers)" but this explanation is tucked inside a parenthetical. A beginner may have already been confused several steps earlier without knowing what frontmatter is. It should be defined upfront or linked to a dedicated explainer.2.
add-wizardcommand format is non-obviousStep 2 uses:
The format
<owner>/<repo>/<workflow-name>is explained right below, but the command itself looks cryptic to a newcomer who doesn't know what "agentics" is or why there are 3 slash-separated parts. A brief sentence before the command would help: "This installs a pre-built sample workflow from thegithubnext/agenticscommunity repository."3. Secret setup is complex and fragmented
Step 2 mentions setting up one of four different secrets (
COPILOT_GITHUB_TOKEN,ANTHROPIC_API_KEY,OPENAI_API_KEY,GEMINI_API_KEY) but only links to the Authentication reference page. For a beginner following a "Quick Start", this is a potential blocker. A beginner doesn't know which secret they need until they pick an engine, and the engine selection happens inside the interactive wizard (which they haven't run yet). The circular dependency is confusing.🟡 Confusing Areas
1. Home page tagline uses jargon
A brand-new user may not know what "coding agents" means, or what "guardrails" implies in this context. A simpler version could be: "Automate your GitHub repository using AI — safely, with one markdown file."
2. Early warning is very prominent but vague
The "i Note: GitHub Agentic Workflows is in early development..." block is shown prominently on both the home page and Quick Start guide. The phrase "things can still go wrong" without specific examples is anxiety-inducing for beginners. What kinds of things? Can it delete my code? A single concrete example of what the risk is (e.g., "the AI might create issues or PRs that need human review") would be reassuring rather than alarming.
3. Quick Start step titles are inconsistent
Steps 1–4 are numbered sequentially, but Step 3 ("Wait for the workflow to complete") is passive — the user does nothing. It reads as a heading without a corresponding action. Could be clarified as: "⏳ Wait for results (2–3 minutes)".
4. "What's next?" points to a blog post as primary resource
The Quick Start ends with a link to Peli's Agent Factory blog post as a primary "what's next" resource. This is an odd choice for beginners — a blog post feels informal and harder to navigate than structured documentation. The creating-workflows guide and overview links are listed below it but deserve to be more prominent.
5. CLI Commands page is very long
The CLI Commands page is ~36KB of content. For a new user looking for "how do I run a workflow", the most important commands (
gh aw run,gh aw compile) are easy to miss in the wall of commands. The "Most Common Commands" table at the top is helpful, but the rest of the page needs better visual hierarchy or collapsible sections.🟢 What Worked Well
> [!TIP]blocks in the Quick Start (auth issues fallback, troubleshooting links) are well-placed.Recommendations
Quick wins (high impact, low effort):
add-wizardcommand explaining what it installs.add-wizardstep) or add an inline summary: "You'll need an API key for your chosen AI engine — see setup instructions."Longer-term improvements:
5. Add a "Concepts" or "Glossary" page explaining: frontmatter, workflow, engine, safe outputs, lock file — terms used throughout but never defined for beginners.
6. Consider adding a "Which AI engine should I use?" decision helper to the Quick Start.
7. Add collapsible sections or a table of contents sidebar entry for the CLI Commands page to make it easier to navigate.
8. Make the "What's next?" section on Quick Start point to structured docs first, with the blog post as optional exploration.
Screenshots
📎 [home-page.png] — Home page showing hero section and CTAs:

References:
Beta Was this translation helpful? Give feedback.
All reactions