[docs-noob-tester] 📚 Documentation Noob Test Report - 2026-06-12 #38791
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #39021. |
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
COPILOT_GITHUB_TOKENsetup — these are the main blockers before running a first workflow.🔴 Critical Issues Found
1. AI Account prerequisite is ambiguous for new users
The prerequisites list four AI options (GitHub Copilot, Anthropic Claude, OpenAI Codex, Google Gemini) with no guidance on which is easiest or cheapest to get started with. A true beginner doesn't know:
This is the very first prerequisite — if users can't satisfy it, they stop here.
📎 [confusing-prerequisites-ai-account.png] — The prerequisites section without guidance on which AI engine to pick:

2.
COPILOT_GITHUB_TOKENsetup note is dense and intimidatingStep 2's inline note uses unfamiliar terms without explanation:
gh secret set ... < /path/to/token.txt— implies a file-based workflow that beginners won't know how to performThis is a critical blocker: if users can't configure the secret, the workflow silently fails.
📎 [confusing-copilot-token-setup.png] — Dense token setup note:

🟡 Confusing Areas
3. The
add-wizardcommand format isn't self-explanatoryThe
<owner>/<repo>/<workflow-name>format is explained inline, but a beginner wonders: What isgithubnext/agentics? Is it official? How do I find other workflows? A single sentence — "This is an official example repository maintained by GitHub" — would help.4.
.lock.ymland "frontmatter" are unexplained upfrontStep 4 says "if you changed the frontmatter" and only describes it as "the configuration block between the
---markers." For a beginner seeing YAML for the first time, this is opaque. Similarly,.lock.ymlis mentioned with a link but no plain-English reassurance that you never edit it.5. "From your repository root" assumes context
Step 2 says "from your repository root" without telling users how to navigate there (
cd path/to/your-repo). Small thing, but a real trip-up for new CLI users.6. CLI page lists 4 installation methods — overwhelming
The CLI page shows: basic install → pinning → standalone installer → GitHub Actions setup action → GHES support. A beginner only needs the first one; the rest create decision fatigue.
📎 [cli-commands.png] — Multiple installation methods on the CLI page:

🟢 What Worked Well
gh auth status,gh --version).📸 View full page screenshots
Home page:

Quick Start guide:

💡 Recommendations
Quick wins
COPILOT_GITHUB_TOKENnote — Link to a dedicated Auth page with a step-by-step screenshot walkthrough, or link to existing GitHub docs on fine-grained PATs.githubnext/agentics— One sentence: "This is the official GitHub example workflows repository."Medium-term
<details>blocks on the CLI page.Longer-term
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