📚 Documentation Noob Test Report - 2026-04-01 #23899
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Documentation Noob Tester. A newer discussion is available at Discussion #24114. |
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.
-
Pages Visited
/gh-aw//gh-aw/setup/quick-start//gh-aw/setup/cli/Overall First Impression
As a complete beginner, the home page does a good job of conveying what GitHub Agentic Workflows does — "repository automation, running the coding agents you know and love." The hero section has a clear "Quick Start with CLI" CTA. The Quick Start guide is well-structured with numbered steps and clear commands. However, there are several beginner-blocking gaps detailed below.
🔴 Critical Issues (Block Getting Started)
1. "frontmatter" used without explanation in Step 4 of Quick Start
Step 4 says:
This is the first mention of "frontmatter" in the guide without a tooltip, link, or inline definition. A brand-new user who has never seen YAML front matter will have no idea what this means or whether they've "changed" it. The glossary does define it, but there's no link at the point of use.
Suggestion: Add a parenthetical or tooltip: "(the
---YAML section at the top of the.mdfile)", and/or link to the glossary definition.2.
githubnext/agentics/daily-repo-status— what isgithubnext/agentics?Step 2 tells users to run:
But nowhere does it explain:
githubnext/agenticsis (a separate GitHub repository of example workflows)A new user may wonder: "Is this a local path? Is this the GitHub org
githubnext? Can I find more workflows there?"Suggestion: Add a one-sentence explanation: "
githubnext/agenticsis an official collection of pre-built workflow templates hosted at github.com/githubnext/agentics. Browse it to find more ready-made workflows."3. Typo: "blacklog" → "backlog" in Step 4
Step 4, second bullet point:
This is a spellling error — should be backlog.
Fix: Change
blacklog→backlogindocs/src/content/docs/setup/quick-start.mdxline ~101.🟡 Confusing Areas (Slow Down Learning)
4. Prerequisites mention "AI Account" but don't explain what's needed for free vs. paid
The prerequisites list:
A new user doesn't know:
Suggestion: Add a note clarifying which Copilot tiers work (e.g., "GitHub Copilot Individual or higher") and link to the engines page.
5. Step 2 mentions three secrets but doesn't tell you which to pick
The secrets are listed as alternatives but there's no guidance on:
Suggestion: Clarify that the wizard guides you through this, or add: "The wizard will prompt you — each engine has its own secret. If you chose Copilot, you'll need a
COPILOT_GITHUB_TOKEN."6. CLI page is overwhelming for newcomers — the "Most Common Commands" table is good, but it's buried under GHE/Enterprise content
The CLI page starts well with a "Most Common Commands" table, but quickly dives into:
A complete beginner following the Quick Start doesn't need GHE content. The advanced sections aren't collapsible or visually separated from beginner content.
Suggestion:
<details>section7. Home page "Gallery" section links to blog posts but isn't immediately clear
The Gallery section lists workflow categories like "Issue & PR Management", "Continuous Documentation" etc., which are good. But clicking "Examples" in the nav takes you to
#gallerywhich is a div on the index page — not a dedicated examples page. Newcomers may expect a proper examples catalog.🟢 What Worked Well
✅ Home page headline is clear and compelling: "repository automation, running the coding agents you know and love, with strong guardrails in GitHub Actions."
✅ Early warning note about the experimental nature is responsible and builds trust:
✅ Step-by-step Quick Start is well-organized with numbered sections. The estimated time (10 minutes) sets expectations nicely.
✅ Video in Quick Start — having a video demo at the top of the Quick Start is excellent for visual learners. It works correctly (video file exists and is properly linked).
✅ Screenshot of example output — showing what the "Daily Repo Report" looks like sets clear expectations for what users will get.
✅ Tip boxes for authentication issues and troubleshooting are well-placed.
✅ "What's next?" section at the end of Quick Start gives good direction for where to go after the first workflow.
✅ "Most Common Commands" table at the top of the CLI page is helpful for orientation.
✅ All key links work — no 404s found on any of the navigation links tested (9/9 checked).
✅ Glossary exists and covers key terms (frontmatter, compilation, etc.) — it just needs to be linked at point-of-use more often.
Recommendations (Prioritized)
🚀 Quick Wins (< 1 hour each)
blacklog→backloginquick-start.mdx:101githubnext/agenticswith a one-sentence description and link in Step 2📋 Short-Term (1-2 days)
<details>or a sub-page🔭 Longer-Term
#galleryanchor-link approachReferences:
§23850471341
Beta Was this translation helpful? Give feedback.
All reactions