[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-07-25 #47913
Closed
Replies: 2 comments
|
Smoke test ping from run 30144888138. Discussion comment path is working. Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "aus5.mozilla.org"See Network Configuration for more information.
|
0 replies
|
This discussion was automatically closed because it expired on 2026-07-26T04:53:32.669Z.
|
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
frontmatter/.lock.ymlconcepts.🔴 Critical Issues Found
1.
COPILOT_GITHUB_TOKENconfusion — it's NOT the same as your normal GitHub tokenPage: Quick Start > Step 2 > Copilot tab
The guide says to create a fine-grained PAT with Copilot Requests: Read permission. As a noob, this is deeply confusing:
gh auth loginis done — why do I need another token?GITHUB_TOKEN(automatic) andCOPILOT_GITHUB_TOKEN(manual PAT) is mentioned but not explained clearly upfront in prerequisites.Recommendation: Add a callout box at the top of prerequisites:
2.
frontmatterjargon used without definitionPage: Quick Start > Step 4
The guide says: "If you changed the frontmatter (the YAML configuration block between the
---markers...)" — the parenthetical helps, butfrontmatterappears earlier (Step 2 note) without any explanation: "ifengine:is later removed manually from the workflow frontmatter". A noob reading this for the first time won't know what frontmatter is.Recommendation: First use of
frontmattershould link to the Frontmatter reference page. The glossary exists but isn't referenced inline.3.
.lock.ymlconcept requires repeated explanationPage: Quick Start > Step 2 and Step 4
The
.lock.ymlis explained in a NOTE callout in Step 2, then the concept re-appears in Step 4 without referencing the prior note. A noob will wonder:.md+.lock.yml) for one workflow?The Step 4 note says "Commit both files" — this is non-obvious and counter to most tooling conventions where generated files are gitignored.
Recommendation: Add a simple diagram or table at the start of the Quick Start:
daily-repo-status.mddaily-repo-status.lock.yml🟡 Confusing Areas
4. Search is disabled in dev mode
Page: All pages (nav bar)
The nav shows: "Search is only available in production builds. Try building and previewing the site to test it out locally." — this is an Astro/Starlight limitation, but it means anyone running the docs locally (or in this automated test) cannot search. Since this is the dev server, search being broken is expected, but a new user running
npm run devlocally would find search non-functional without explanation.Recommendation: Add a note in the docs README or Contributing guide about
npm run build && npm run previewfor full search functionality.5. Prerequisites missing:
gitand basic Git workflow knowledgePage: Quick Start > Prerequisites
The prerequisites list
gh CLI, GitHub Actions, etc. — but notgititself. Step 4 says "Commit and push both files" without explaining how. A true noob might not know the git commands needed.Recommendation: Add
gitto prerequisites, or add a collapsible section: "New to git? Here's what to run after editing your workflow file."6. The CLI Commands page table is excellent but lacks a "Start Here" pointer
Page: CLI Commands
The Most Common Commands table is well-structured with clear "When to use" guidance. However, a noob landing on this page doesn't know which command to run first. The tip callout says "New to
gh aw? You can stop here for day-one usage" — but this appears after the table, not before.Recommendation: Move the tip callout to above the table, or add a "Start here" banner: "Just getting started? Run
gh aw init, thengh aw add-wizard."7. No estimated cost or token usage mentioned in Quick Start
Page: Quick Start
A noob asking "will this cost me money?" gets no answer in the Quick Start. The daily status workflow uses AI credits, but there's no mention of typical cost or free-tier availability. This is a significant anxiety point for new users.
Recommendation: Add a callout: "Typical cost: a daily status report costs approximately X AI Credits per run. GitHub Copilot subscribers get Y credits per month."
8.
gh aw add-wizardvsgh aw addvsgh aw init— which one first?Page: Quick Start > Step 2 and CLI Commands
The Quick Start jumps straight to
gh aw add-wizardwithout mentioninggh aw init. The CLI Commands page listsgh aw initfirst with description "First time configuring a repo". Should a noob runinitfirst? The Quick Start doesn't say.Recommendation: Add a note in Step 1 of Quick Start: "If this is your first time setting up any agentic workflow in this repo, you may also want to run
gh aw initto create the base configuration files."🟢 What Worked Well
Home page value proposition — The headline "Intelligent automation for GitHub. Run the coding agents you know and love, with strong guardrails and cost controls" is clear and compelling. A noob immediately understands what this is.
Engine choice flexibility — Supporting Copilot, Claude, Codex, and Gemini is well-presented. The tabs in the Quick Start for per-engine API key setup are clean and effective.
Security transparency — The home page's security section with the flowchart (
Read-only token → No Secrets → Sandbox → Safe Outputs → Threat Detection) builds trust for cautious new users. This is excellent.The Most Common Commands table — The
gh awCLI Commands table with "When to use" column is very helpful. Most CLI docs just list commands; this tells you which situation calls for each one.Estimated time upfront — "Estimated time: 10 minutes" at the top of Quick Start sets expectations correctly.
Fallback installation path — The
curl -sL ... | bashalternative for auth issues in a tip callout is practical and helps users who hit common friction."What's next?" section — The structured next-steps list at the end of Quick Start prevents the "now what?" feeling after completing the guide.
Recommendations (Prioritized)
Quick wins (1–2 hours each)
frontmatterto the glossary/reference on first use (Issue Add workflow: githubnext/agentics/weekly-research #2)gitto prerequisites in Quick Start (Issue Add workflow: githubnext/agentics/weekly-research #5)Medium effort (half-day each)
.mdvs.lock.ymlcomparison table to Quick Start intro (Issue Add workflow: githubnext/agentics/weekly-research #3)gh aw initvsgh aw add-wizardordering in Quick Start Step 1 (Issue Add workflow: githubnext/agentics/weekly-research #8)Longer term
Automated noob test run by GitHub Copilot agent on 2026-07-25 — §30144564724
All reactions