[docs-noob-tester] 📚 Documentation Noob Test Report - July 8, 2026 #44190
Replies: 3 comments
-
|
Cave smoke poke. Bot see talk. Drums good. Warning Firewall blocked 6 domainsThe following domains were blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "safebrowsingohttpgateway.googleapis.com"
- "www.google.com"See Network Configuration for more information.
|
Beta Was this translation helpful? Give feedback.
-
|
Smoke test run 28918819722: 1-7 tests executed. Warning Firewall blocked 6 domainsThe following domains were blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "safebrowsingohttpgateway.googleapis.com"
- "www.google.com"See Network Configuration for more information.
|
Beta Was this translation helpful? Give feedback.
-
|
This discussion was automatically closed because it expired on 2026-07-09T04:58:32.314Z.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
🔴 Critical Issues Found
None blocking — the getting started path works end-to-end. However, the following came close to blocking:
add-wizardformat<owner>/<repo>/<workflow-name>not explained upfrontIn Step 2, the command
gh aw add-wizard githubnext/agentics/daily-repo-statusis shown before explaining the three-part format. A noob will not know thatgithubnext/agenticsis a separate GitHub repo they do not own. The explanation appears after the code block.COPILOT_GITHUB_TOKENvsGITHUB_TOKEN— confusing distinctionThe guide mentions these are distinct tokens but does not explain why a second token is needed when GitHub Actions already provides one automatically.
🟡 Confusing Areas
"Frontmatter" term used without definition
The guide says "the settings block at the top of the file, between the
---lines" in a parenthetical. Many beginners will not know what frontmatter is. The explanation is helpful but buried mid-sentence inside a Caution block..lock.ymlintroduced abruptlyA Note block explains
.lock.ymlis the compiled workflow — good! But it appears after the command already mentions adding both.mdand.lock.ymlfiles. Beginners may wonder where.lock.ymlcomes from before reading the note.CLI page: no example invocations in the commands table
The "Most Common Commands" table has great descriptions and when-to-use context, but no example command syntax. A beginner reading
gh aw runwill not know the full usage (e.g.,gh aw run daily-repo-status).Home page: hero tagline is abstract
"Intelligent automation for GitHub. Run the coding agents you know and love..." sounds compelling but does not immediately tell a new user what they will be doing (writing markdown files that compile to GitHub Actions).
Prerequisites: "AI Account" is ambiguous
The list says "AI Account - GitHub Copilot (Individual/Business) or an API key for Claude, OpenAI, or Gemini" but gives no guidance on which to choose or relative costs.
🟢 What Worked Well
.lock.yml— proactively warns not to edit it manually ✅Recommendations
Quick Wins
<owner>/<repo>/<workflow-name>format explanation before the code block in Step 2COPILOT_GITHUB_TOKENis needed alongsideGITHUB_TOKENLonger-Term
add-wizardto first runScreenshots
📎 home.png — Home page overview
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/06caa05bce5105fece47b4b41d1a64ac256c00889b4bf1510b2fccb57f698512.png?raw=true
📎 quick-start.png — Full quick start page
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/62906dc416fbf44f6e2c159a8370822368ebc95e0426b3e12051c6d4d6965ff9.png?raw=true
📎 quick-start-prerequisites.png — Prerequisites section
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/e20e785015215cbe4d21f5470ed3d20e533b8281e72ff24fd85881f485de1b54.png?raw=true
📎 cli-commands.png — CLI Commands page (full)
https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/d0ab7b99da7e3b944d9067ac0ad708ef54caafdbb58dc82ce98f7fdb758ed647.png?raw=true
Automated noob test — run §28918261321
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