[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-05-31 #36059
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #36186. |
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
/gh-aw/), Quick Start (/gh-aw/setup/quick-start/), CLI Commands (/gh-aw/setup/cli/)🔴 Critical Issues
1. No definition of "frontmatter" on first mention
In Step 4 of the Quick Start, "frontmatter" is suddenly introduced: "If you changed the frontmatter (the configuration block between the
---markers...)". This is a parenthetical aside, not a proper intro. A beginner with no YAML experience won't know what this means and the parenthetical is easy to miss.Recommendation: Add a callout box or inline tooltip: "Frontmatter is the YAML configuration block at the top of your
.mdfile, surrounded by---lines. It controls engine selection, triggers, and other workflow settings."2. Lock file concept is confusing without context
The Quick Start introduces
.lock.ymlin Step 2 with a dense paragraph explaining it. For a beginner, seeing two files for one workflow (.md+.lock.yml) is unexpected and adds cognitive load. The instruction "Do not edit.lock.ymldirectly" can trigger anxiety — what happens if I accidentally do?Recommendation: Simplify the Step 2 callout to one sentence and link to a dedicated "What is a lock file?" explanation in the reference docs.
3.
COPILOT_GITHUB_TOKENvsGITHUB_TOKENdistinction is buriedThe note about
COPILOT_GITHUB_TOKENbeing "a separate GitHub token with Copilot access — distinct from the defaultGITHUB_TOKEN" is in a collapsed note box. Many beginners will miss this and then wonder why their workflow fails. This is a likely #1 cause of first-run failures.Recommendation: Surface this warning more prominently — perhaps a⚠️ callout before Step 2, not buried inside a note box.
🟡 Confusing Areas
4. Home page tagline is technical
The hero subtitle says: "Repository automation, running the coding agents you know and love, with strong guardrails in GitHub Actions." A true beginner may not know what "guardrails" or "coding agents" means. The secondary paragraph is more helpful but appears below the fold.
Recommendation: Add a single plain-English sentence above the fold: "Automate your GitHub repo using AI — triage issues, update docs, run tests — all from a simple text file."
5.
add-wizardcommand format is unclearStep 2 uses
gh aw add-wizard githubnext/agentics/daily-repo-status. A beginner will wonder: isgithubnext/agenticsa real public repo? Do I need access to it? Is this a URL or a special format? The format is explained inline but the explanation comes after the command.Recommendation: Move the format explanation (
<owner>/<repo>/<workflow-name>) before the command block, not after.6. CLI page: command table lacks examples
The "Most Common Commands" table lists 10 commands with one-line descriptions, but no usage examples. A beginner seeing
gh aw auditwon't know what argument it needs or when to use it.Recommendation: Add a second column with a minimal usage example for each command, e.g.
gh aw audit 12345.7. Video auto-plays but has no captions or fallback description
The Quick Start page has a video (
<video>element). The browser fallback text says "Your browser doesn't support HTML5 video." There's no text description of what the video shows, so users in environments without video (CI, screen readers, slow connections) get nothing.Recommendation: Add a short text description below the video summarizing what it demonstrates.
🟢 What Worked Well
gh --version,gh auth status).add-wizardinteractive flow: The bullet list explaining what the wizard does (check prerequisites → select engine → set up secret → add workflow → trigger run) is a great mental model.Recommendations (Prioritized)
COPILOT_GITHUB_TOKENwarning to a prominentScreenshots
📎 [home.png] — Home page overview

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

📎 [cli.png] — CLI Commands page

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