What problem does it solve? Inconsistent, verbose, or unclear user-facing strings degrade product quality and confuse users. This Skill audits inline text, error messages, and status updates in a codebase against a defined UX writing style guide, flagging violations without rewriting anything without approval. ## Core Features & Use Cases - UX Writing Audit: Reviews strings against core voice principles including deterministic clarity, front-loaded actionability, and agentic error recovery. - Terminology Enforcement: Checks wording against a project word list of preferred, prohibited, and cautionary terms. - Settings Label Review: Applies noun-first labeling, positive boolean logic, and verb stripping rules to settings schema labels and descriptions. - Use Case: After modifying packages/cli/src/config/settingsSchema.ts, ask for a string review to receive a numbered list of violations with corrected phrasing for each label and description. ## Quick Start Review the user-facing strings in my recent changes and suggest corrections following the project writing guidelines.