clarify

Rewrites unclear UX copy, error messages, labels, and microcopy for better comprehension.

1|Updated Oct 20, 2024
One-click install
npx skills add https://github.com/SteveChandler/quiver --skill clarify-stevechandler
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clarify
Source: https://github.com/SteveChandler/quiver/tree/main/.agents/skills/clarify
Command: npx skills add https://github.com/SteveChandler/quiver --skill clarify-stevechandler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Confusing interface text causes user errors, frustration, and support tickets. This Skill identifies jargon, ambiguity, passive voice, and missing context in product copy and rewrites it so users immediately understand what happened and what to do next. ## Core Features & Use Cases - Copy Auditing: Detects jargon, ambiguity, tone mismatches, and missing context in existing interface text. - Systematic Rewriting: Improves error messages, form labels, button text, empty states, loading states, success messages, confirmation dialogs, and navigation labels using before/after patterns. - Clarity Verification: Checks rewritten copy for comprehension, actionability, brevity, consistency, and appropriate tone. - Use Case: Paste a vague error like "Error 403: Forbidden" and get a rewrite such as "You don't have permission to view this page. Contact your admin for access." ## Quick Start Ask the AI to review and rewrite the error messages and button labels in your settings page using the clarify skill.

Frequently Asked Questions about clarify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write better error messages for my app?▼

Explain what went wrong in plain language, suggest how to fix it, and avoid blaming the user. For example, replace "Invalid input" with "Email addresses need an @ symbol. Try: name@example.com" and link to help when applicable.

How to improve UX microcopy and interface text?▼

Audit the copy for jargon, ambiguity, passive voice, and missing context, then rewrite each element to state one clear message and the next action. Apply principles like being specific, concise, active, human, helpful, and consistent in terminology.

What makes a good button or CTA label?▼

Good button labels describe the specific action using active voice, such as "Create account" or "Save changes" instead of generic text like "Submit" or "OK". The label should match the user's mental model of what happens next.

When should I use confirmation dialogs in UX writing?▼

Use confirmation dialogs only for risky or destructive actions, stating the specific action and its consequences, such as "Delete 'Project Alpha'? This can't be undone." Overusing confirmations trains users to ignore them.

What are common UX writing mistakes to avoid?▼

Common mistakes include unexplained jargon, vague messages like "Something went wrong", blaming users, inconsistent terminology, placeholders used as the only labels, and humor in error states. Each of these reduces comprehension and increases support requests.