[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-05-12 #31635
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #31864. |
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
🔴 Critical Issues Found
1. Gemini not listed in Prerequisites (Quick Start)
The Prerequisites section on the Quick Start page lists only three AI providers — GitHub Copilot, Anthropic Claude, and OpenAI Codex. However, Step 2 (
add-wizard) mentions Google Gemini as a fourth choice ("Choose between Copilot, Claude, Codex, or Gemini") and listsGEMINI_API_KEYas a valid secret. A newcomer picking Gemini won't find it in the prerequisites and may not know it's supported.🟡 Confusing Areas
2. "Frontmatter" and "lock file" jargon appear before they are explained
In Step 3 of the Quick Start, the note box mentions
.lock.ymlfiles without explanation. Then Step 4 finally explains the two-file system. A beginner reading Step 3 first will be confused. The term "frontmatter" also appears without explanation before the note in Step 4 defines it.3.
COPILOT_GITHUB_TOKENsetup is complex and non-obviousThe callout box explaining how to create a
COPILOT_GITHUB_TOKENrequires users to navigate to a specific GitHub settings page, find "Account permissions → Copilot Requests", and set it to "Read". For a beginner, the path Settings → Personal Access Tokens → New (fine-grained) → Account permissions → Copilot Requests is not intuitive. "Account permissions" (as opposed to "Repository permissions") is easy to miss.4. CLI page opens with enterprise/advanced content too early
The CLI Commands page starts with installation, then immediately dives into Pinning to a Specific Version, Alternative Standalone Installer, GitHub Actions Setup Action, and GitHub Enterprise Server Support — all before a beginner has even run their first command. This is overwhelming for new users.
5. Early development warning may discourage beginners
The home page has a prominent warning note: "GitHub Agentic Workflows is in early development and may change significantly... Use it with caution, and at your own risk." While honest, placing this before any getting-started content could scare away new users before they even try.
🟢 What Worked Well
Recommendations
Quick wins (high-impact, low-effort):
.lock.ymlbefore Step 3COPILOT_GITHUB_TOKENsetupLonger-term improvements:
4. Reorganize CLI page to put advanced installation options in collapsible sections
5. Move or soften the early-development warning on the home page
6. Consider adding a glossary for terms like "frontmatter", "lock file", "activation job" that appear throughout
Screenshots
📎 home.png — Home page hero and navigation

📎 quick-start.png — Quick Start guide (top of page)

📎 cli.png — CLI Commands page (top of page)

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