[claude-code-user-docs-review] 🔍 Claude Code User Documentation Review - 2026-06-16 #39557
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-17T14:18:53.496Z.
|
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: Claude is a first-class engine, quick-start includes inline
ANTHROPIC_API_KEYsetup, and ~all tools are engine-agnostic. 0 critical blockers. Overall score 7.5/10 (stable vs 2026-06-15). The single most persona-relevant gap persists:CLAUDE_CODE_OAUTH_TOKENis silently unsupported — onlyANTHROPIC_API_KEYworks, and this caveat lives in the auth reference, not the quick-start path a new user follows.Severity Findings
🚫 Critical (0) ·⚠️ Major (3) · 💡 Minor (2) — click to expand
🚫 Critical Blockers: None. Claude works end-to-end via
engine: claude+ANTHROPIC_API_KEY.CLAUDE_CODE_OAUTH_TOKENunsupported / silently ignored (reference/auth.mdx:~199). OnlyANTHROPIC_API_KEYworks; provider OAuth (Claude Max/Teams billing) is rejected. This hits the exact persona — a Claude Code user likely has an OAuth token, not a raw API key. The caveat is absent fromsetup/quick-start.mdx. Fix: add a NOTE in quick-start: "Claude Max/Teams OAuth tokens are not supported — create anANTHROPIC_API_KEYin the Anthropic Console."gh aw init/ add-wizard default to Copilot artifacts (setup/cli.md:139,164).--engine claudeexists (cli.md:139, "Skip Copilot-specific artifacts") but is never surfaced in quick-start steps, so a Claude user generates Copilot scaffolding by default. Fix: showgh aw init --engine claudein quick-start.how-they-work.mdx:26,quick-start.mdx:71). Inline secret callouts in quick-start cover only Copilot + Anthropic, not Codex/Gemini. A user who skipsengine:unknowingly gets Copilot. Fix: state the default explicitly and add per-engine secret callouts.💡 Minor Confusion
4. Copilot-first ordering everywhere; no "why Claude vs Copilot" guidance to help a non-Copilot user choose confidently.
5. Custom engine has ~1 example (shared
genaiscript.md) and no dedicated auth section in quick-start.Engine & Tool Matrix
copilot-requests:writeorCOPILOT_GITHUB_TOKENPATANTHROPIC_API_KEYANTHROPIC_API_KEY(+ keyless WIF/OIDC)OPENAI_API_KEY/CODEX_API_KEYGH_AW_GITHUB_TOKEN(optional)Counts from raw frontmatter scan likely over-count nested/substring forms (verified runs land ~copilot53/claude48); the signal is Claude has strong, near-parity coverage — a positive for adoption.
parity_observations: Copilot dominant (~39%), Claude ~19% spanning smoke + production workflows, Codex specialized, custom single template.Tools (
reference/tools.md): 11 documented, 10 engine-agnostic (edit,github,bash,web-fetch,playwright,cache-memory,repo-memory,qmd,agentic-workflows,cli-proxy). 1 caveated:web-searchis disabled by default for Codex (tools.md:67) — not Copilot-only; available to Claude. Timeout defaults differ (Claude 60s, Codex 120s —tools.md:157). No Claude-only or Copilot-only tools → near-total feature parity for Claude users.Auth Gaps
auth-doc-extractor findings
CLAUDE_CODE_OAUTH_TOKENunsupported (critical, persona) — ignored if set; must useANTHROPIC_API_KEY(auth.mdx:~199).ANTHROPIC_API_KEYin the wizard flow (medium) — wizard links to reference instead of an inline step (quick-start.mdx:71).ANTHROPIC_BASE_URLviaengine.env) only in auth reference (low).Recommended Actions
Priority 1 — Add a quick-start NOTE that
CLAUDE_CODE_OAUTH_TOKEN/ Claude Max-Teams OAuth is unsupported andANTHROPIC_API_KEYis required (closes the #1 persona blocker).Priority 2 — Surface
gh aw init --engine claudein quick-start; state the silent Copilot default explicitly; add per-engine inline secret callouts (Codex/Gemini/Custom).Priority 3 — Add a short "choosing an engine / why Claude" section and a standalone custom-engine example + auth note.
References: §27623629779
Beta Was this translation helpful? Give feedback.
All reactions