[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-20 #40432
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #40583. |
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
.lock.yml.🔴 Critical Issues Found
1.
COPILOT_GITHUB_TOKENvsGITHUB_TOKENconfusionStep 2 of the Quick Start introduces
COPILOT_GITHUB_TOKENand describes it as "a separate GitHub token with Copilot access — distinct from the defaultGITHUB_TOKEN". For a complete beginner, this distinction is very confusing:GITHUB_TOKEN?📎 quick-start-step2-secrets.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/e70eb46cfb6d5ec95a59a147044d57ebfed6a04e01d9b235738a9b0cf4955ee9.png?raw=true
2.
.lock.ymlintroduced without contextStep 2 mentions that the wizard adds a
.mdand.lock.ymlfile, with a footnote: "The wizard generates a compiled workflow file (.lock.yml) automatically — you don't need to edit it." But a new user seeing a new.lock.ymlfile appear in their repo will likely wonder:The link to "Lock File" is helpful but easy to miss mid-step.
🟡 Confusing Areas
3.
githubnext/agentics— what is this?The command in Step 2 is:
The explanation follows immediately, which is good. However, a noob might wonder: "Is
githubnext/agenticsa specific GitHub account? Can I use any public repo? Where do I find more workflows like this?" There's no link to browse available workflows from this context.4. Secrets setup command uses stdin redirection
The NOTE boxes suggest:
For Windows/WSL users or beginners unfamiliar with shell redirects, this syntax is opaque. An alternative using
--bodyflag or the GitHub UI flow could be shown more prominently.📎 quick-start-prerequisites.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/9d75a107ceac40348fb360c759e852ecd7b68fe1588068406818a18caf0c9dec.png?raw=true
5. No "what is GitHub Actions" anchoring
The guide mentions "the Actions tab of your repository" and "workflow runs" without any introductory link for someone who has never used GitHub Actions. A single sentence like "GitHub Actions is GitHub's built-in CI/CD system — workflows run automatically in response to events" with a link would help enormously.
6. CLI Commands page: Installation section comes after the commands table
The CLI Commands page leads with a "Most Common Commands" table, but installation instructions appear further down. A first-time visitor who hasn't installed the tool yet has to scroll past a list of commands they can't use yet.
📎 cli-commands.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/0c3a39d2351b2313ceb1569e712c5d204cddff56f42be8ce4435b59e8be04404.png?raw=true
7. "GitHub Actions Setup Action" in CLI page confuses newcomers
The CLI page has a section titled "GitHub Actions Setup Action" that shows how to use
gh-awinside a GitHub Actions workflow YAML. For a beginner reading this page to learn how to install the tool on their machine, this section is baffling — it appears to be a different installation method for an advanced use case, but isn't labeled as such.8.
"What's next?"links to a blog post as primary next stepThe Quick Start concludes by pointing to "Peli's Agent Factory" blog post as the main continuation path. While this is a great resource, it reads as informal/personal for official documentation. The structured learning links (Creating Workflows, How They Work, FAQ) are listed below it — perhaps swap the order.
🟢 What Worked Well
📎 home.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/1ebcfde76d57a33dda742814edf721532a281c6111a868b20d12d7a78c61e9d8.png?raw=true
Video at top of Quick Start — A video walkthrough at the very beginning is excellent for visual learners and sets the tone.
Estimated time badge (⏱️ 10 minutes) — Sets clear expectations upfront.
Prerequisites are well-structured — The list with verification commands (
gh --version,gh auth status) is very helpful and reduces "it didn't work" confusion.Most Common Commands table on CLI page — The summary table with anchored links is a great at-a-glance reference.
TIP and NOTE callouts — The inline hint boxes (e.g., auth troubleshooting, token setup) are placed exactly where a user would hit those issues.
frontmatteris defined inline — Step 4 says "the configuration block between the---markers" — exactly what a beginner needs.📎 quick-start.png — asset URL: https://github.com/github/gh-aw/blob/assets/Documentation-Noob-Tester/2fc3d0408fa2c7a4e3ed36a59d0ba34fd11165bbb00913d8922c06fa00d3b094.png?raw=true
Recommendations
Quick wins
COPILOT_GITHUB_TOKENvsGITHUB_TOKEN— Add 1-2 sentences to the NOTE box explaining why a separate token is needed (Copilot API authorization vs. repo permissions)..lock.ymlearlier — Either inline in Step 2 or add a "What files get added?" callout right after the wizard command.Longer-term improvements
Automated noob test run by GitHub Copilot · §27861016502
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