What problem does it solve? Inconsistent UI copy — mixed terminology, title case drift, Latin abbreviations, and user-blaming error messages — erodes trust in a product. This Skill enforces n8n's content design standards when writing, reviewing, or auditing user-facing text across i18n files, Vue components, and node descriptions. ## Core Features & Use Cases - Write mode: Drafts button labels, error messages, tooltips, empty states, and confirmation dialogs with suggested i18n keys and rationale. - Review mode: Checks existing copy against the terminology glossary, tone rules, and grammar conventions, returning a severity-grouped issue table. - Audit mode: Greps en.json and Vue files for common violations like Latin abbreviations, missing contractions, and passive voice. - Use Case: A developer adds a new settings panel and asks for empty-state copy; the Skill drafts options following sentence case, suggests the key settings.communityNodes.empty.title, and flags any hardcoded strings that should use i18n. ## Quick Start Ask the assistant to review the error messages in a Vue component or i18n locale file against n8n's content guidelines.