What problem does it solve?
User-facing text in docs, CLI output, UI labels, and error messages often leaks internal jargon, real personal data, or vague wording. This Skill provides a consistent review checklist so every string a user might read follows the same terminology, privacy, and clarity rules.
Core Features & Use Cases
- Terminology Enforcement: Ensures user-facing text says "assistant" instead of internal terms like "daemon", which belong only in code and maintainer docs.
- Privacy-Safe Examples: Mandates generic placeholder names, emails, phone numbers, and IDs in examples, fixtures, tests, docs, and commit messages.
- Error Message Standards: Requires errors to explain what failed, avoid internals and secrets, and state the next user action when one exists.
- Use Case: When editing a README, SKILL.md, CLI message, route error, or UI label, run this review to catch internal jargon, real personal data, and copy implying unavailable features before shipping.
Quick Start
Review the user-facing copy in my README and CLI error messages for terminology, privacy, and clarity issues.