What it does
Takes a draft written by anyone, a guest author, another AI tool, an old post, and rewrites it to match a single configured brand voice, so a multi-author site still reads consistently. Reads 5-10 of your best existing posts once to learn the voice, then applies it on demand.
Install
This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:
Use it in your AI assistant
Claude Code
.claude/skills/brand-voice-rewriter/ (or ~/.claude/skills/brand-voice-rewriter/ for all projects)
GitHub Copilot (VS Code)
.github/skills/brand-voice-rewriter/
OpenAI Codex
.codex/skills/brand-voice-rewriter/
Cursor
.cursor/skills/brand-voice-rewriter/ (or ~/.cursor/skills/brand-voice-rewriter/ globally)
Compatibility
Any WordPress site with at least 5 published posts to learn the voice from. No plugin dependency.
The complete SKILL.md for this skill:
---
name: brand-voice-rewriter
description: Use when a user wants a draft rewritten to sound consistent with the rest of the site, or asks to "match our brand voice", "make this sound like us", or "fix the tone".
---
# Brand Voice Rewriter
## When to use
A draft (from a guest author, another tool, or an old post) needs to sound like it was written by the same voice as the rest of the site.
## Procedure
1. If no voice profile exists yet, read 5-10 of the site's best-performing or most recent published posts and extract: sentence length pattern, person (I/we/you), formality level, recurring phrases, and phrases the site never uses (jargon it avoids, humor it does/doesn't use).
2. Save that profile so it doesn't need to be re-derived on every request.
3. Rewrite the given draft sentence-by-sentence against the profile, preserve every fact and claim exactly, change only phrasing, sentence rhythm, and word choice.
4. Do not lengthen or shorten the piece materially; a rewrite is not a rewrite-and-pad.
5. Show a before/after diff so the user can see what actually changed, not just the final text.
## Guardrails
- Never alter facts, numbers, prices, or claims while rewriting for tone.
- If the draft contradicts something the brand voice profile implies (e.g. a casual joke on an otherwise formal legal-adjacent site), flag it instead of silently "fixing" the content's substance.