What problem does it solve? Inconsistent, unclear, or overly verbose user-facing text degrades product quality, and manually auditing every string against style guidelines is slow and error-prone. This Skill reviews inline text, error messages, and UI labels against defined voice principles, terminology rules, and settings conventions. ## Core Features & Use Cases - UX Writing Audit: Evaluates strings against voice principles such as deterministic clarity, front-loaded actionability, and agentic error recovery. - Terminology Enforcement: Flags terms marked "do not use" or "use with caution" in the project word list and suggests preferred alternatives. - Settings Label Review: Applies noun-first labeling, positive boolean logic, and verb stripping rules when settingsSchema.ts is modified. - Use Case: After adding a new error message to the CLI, ask for a string review to receive a structured list of violations with corrected phrasing, without any automatic rewrites. ## Quick Start Review the user-facing strings I just added in this branch and suggest improvements following the project writing guidelines.