What problem does it solve? User-facing text in a codebase often becomes inconsistent, verbose, or unclear over time. This Skill audits inline text, error messages, and UI strings against defined voice principles, terminology rules, and settings guidelines, producing structured suggestions without modifying code directly. ## Core Features & Use Cases - UX Writing Audit: Reviews strings against core voice principles such as deterministic clarity, front-loaded actionability, and agentic error recovery. - Terminology Enforcement: Checks strings against a project word list of preferred, discouraged, and cautionary terms. - Settings Schema 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 numbered list of violations with corrected phrasing, such as replacing "Please wait while loading" with a telemetry-style status under five words. ## Quick Start Ask Gemini to review the user-facing strings in the files you just changed and suggest improvements following the string reviewer guidelines.