v1.28.11 · Sep 27, 2026
Playground: add /doctor prompt-audit and /checkup to the terminal, fix /skill-doctor save key
The playground terminal simulator lagged two already-documented skills-module facts. It had no /doctor prompt-audit entry, so typing it in the Try It Yourself terminal fell back to the plain /doctor health check instead of a prompt-audit report; and the /skill-doctor sample output still told users to save /skills overrides with Enter after v1.28.9 corrected the module and docs to Esc. Added /doctor prompt-audit and its /checkup prompt-audit alias (a simulated Claude Code configuration prompt audit that flags older-model phrasing, stale paths, and stale commands across CLAUDE.md files, skills, agents, and commands, keeping documented thinking keywords), plus /checkup as the documented alias for /doctor, to src/data/terminal-commands.json and ar/terminal-commands.json; each new /-prefixed command also becomes a searchable entity with a Try in playground link. Changed the /skill-doctor sample output to save with Esc in both locales. Verified against https://code.claude.com/docs/en/changelog (v2.1.283: /doctor prompt-audit, also /checkup prompt-audit), https://code.claude.com/docs/en/commands (/checkup is the alias for /doctor), and https://code.claude.com/docs/en/skills (Space cycles, Esc saves). Patch bump.
Added
playground: add /doctor prompt-audit, /checkup prompt-audit, and /checkup to the terminal simulator (EN + AR)
src/data/terminal-commands.json and ar/terminal-commands.json now resolve /doctor prompt-audit and /checkup prompt-audit to a simulated Claude Code configuration prompt audit (flags older-model phrasing, stale paths, and stale commands across CLAUDE.md files, skills, agents, and commands, and notes documented thinking keywords are kept), matching the skills module's Auditing Prompts with /doctor prompt-audit section (v2.1.283+). Also added /checkup as the documented alias for the /doctor health check. Each new command surfaces in site search with a Try in playground location. Verified against https://code.claude.com/docs/en/changelog and https://code.claude.com/docs/en/commands.
Fixed
playground: /skill-doctor terminal output saves /skills overrides with Esc, not Enter (EN + AR)
The /skill-doctor sample output in src/data/terminal-commands.json and ar/terminal-commands.json told users to save skillOverrides with '/skills → Space → Enter'. v1.28.9 already corrected the skills module and confirmed against the docs that the /skills menu cycles states with Space and saves with Esc; this propagates that fix into the playground so the terminal no longer teaches the wrong save key. Verified against https://code.claude.com/docs/en/skills.