[claude-code-user-docs-review] 🔍 Claude Code User Documentation Review - 2026-07-12 #45085
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-07-13T12:52:08.767Z.
|
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.
-
Executive Summary
A Claude Code user can adopt gh-aw with zero critical blockers — Claude is a first-class engine with a dedicated quick-start auth callout, 60 real workflow examples, and no Claude-only/Copilot-only tool split. The single most persona-relevant obstacle persists for a 26th run: Claude subscription/OAuth billing (
CLAUDE_CODE_OAUTH_TOKEN) is silently ignored and this caveat lives only inauth.mdx, never in the quick-start. Overall score 7.5/10, stable.Severity Findings (Critical → Major → Minor)
🔴 Critical Blockers: None. Claude onboarding is Copilot-free and complete.
🟠 Major Obstacles
CLAUDE_CODE_OAUTH_TOKENis "not supported... it will be ignored — configureANTHROPIC_API_KEYinstead" (auth.mdx:206-208). A Claude Pro/Max/Teams user who reuses their Claude Code OAuth token hits a silent failure. The quick-start Claude tab (quick-start.mdx:97-101) only shows the console API key and never warns about this. Copilot users get a PAT-freecopilot-requests: writeorg-billing shortcut (cli.md:171) with no Claude equivalent.gh aw initemits Copilot-specific artifacts unless--engine claudeis passed (cli.md:142); omittingengine:silently selects Copilot (how-they-work.mdx:26; 33 repo workflows do this). The opt-out is disclosed only atquick-start.mdx:75, not in prerequisites.auth.mdx) is never surfaced in the quick-start (quick-start.mdx:81,109-112).🟡 Minor Confusion
quick-start.mdx:30); no why-Claude-vs-Copilot guidance.shared/genaiscript.md); no default Claude model documented (architecture.mdx:280);crushappears in the secrets-bootstrap list (cli.md:260) but is otherwise undocumented.Engine & Tool Matrix
initemits artifactscopilot-requests:write--engine claude(not in prereqs)ANTHROPIC_API_KEY/ WIF; OAuth ignored--engine codexOPENAI_API_KEY/CODEX_API_KEY; web-search off by defaultengine.envoverlayengine.envTool classification: 12 tools — 10 builtin/engine-agnostic, 1 MCP (custom
mcp-servers), 1 engine-specific (web-search, disabled-by-default on Codex,tools.md:67). 0 Copilot-only and 0 Claude-only tools — strong parity positive.Parity (from example counter): Copilot leads ~2:1 over Claude and ~9:1 over Codex; custom has no worked example anywhere. Claude leads the inline-string
engine: claudeform while Copilot dominates the object form — a learner grepping onlyengine: copilotundercounts. 33 of 256 workflows (~13%) silently inherit the Copilot default. Extra engines (pi=21, pluscrush/opencode/antigravity/gemini) exist beyond the four documented.Auth Gaps
ANTHROPIC_API_KEY(quick-start.mdx:97-101) or keyless WIF (auth.mdx, not surfaced). Gap: OAuth subscription token silently ignored (auth.mdx:206-208); no key-scoping/rate-limit/spend guidance vs Copilot's step-by-step PAT scoping.OPENAI_API_KEY(orCODEX_API_KEY); web-search disabled by default.GEMINI_API_KEY— listed as prerequisite but no dedicated quick-start auth block.Recommended Actions
Priority 1 — close the OAuth gap for the Claude persona. Add a NOTE in the quick-start Claude tab: "
CLAUDE_CODE_OAUTH_TOKEN/ Claude subscription billing is not supported — useANTHROPIC_API_KEYor keyless WIF," linkingauth.mdx:206-208. This is the single change that most improves Claude-user onboarding.Priority 2 — make the default explicit. In prerequisites/Step 2, state that omitting
engine:(or runninggh aw initwithout--engine) selects Copilot, and show--engine claudeinline. Add the WIF keyless option to the quick-start.Priority 3 — even out coverage. Add a Gemini quick-start auth block; add one standalone
engine: customexample; document the default Claude model and thepi/crushengines; add brief why-Claude-vs-Copilot guidance.References:
Beta Was this translation helpful? Give feedback.
All reactions