What it does
Identifies the question-style, conversational phrasing a voice assistant query would use for a topic (longer, natural language, often starting with who/what/when/how) and rewrites the relevant passage to open with a direct spoken-language answer before the supporting detail. Leaves the rest of the page's tone unchanged.
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/voice-search-optimizer/ (or ~/.claude/skills/voice-search-optimizer/ for all projects)
GitHub Copilot (VS Code)
.github/skills/voice-search-optimizer/
OpenAI Codex
.codex/skills/voice-search-optimizer/
Cursor
.cursor/skills/voice-search-optimizer/ (or ~/.cursor/skills/voice-search-optimizer/ globally)
Compatibility
Any WordPress site. No special plugin required.
The complete SKILL.md for this skill:
---
name: voice-search-optimizer
description: Use when a user wants a section of content rewritten to better match conversational, voice-search style queries. Triggers on "voice search", "conversational query", "Alexa/Siri answer", or "natural language search".
---
# Voice Search Optimizer
## When to use
The user wants a passage rewritten so it directly answers the longer, conversational phrasing typical of spoken queries (e.g. "what's the best way to..." rather than a typed fragment).
## Procedure
1. Identify the topic and rephrase it as the natural spoken question a person would actually ask out loud about it.
2. Find or write the passage that answers that question, opening with a direct, complete-sentence answer in the first one to two sentences.
3. Follow the direct answer with the supporting detail and nuance, keeping the opening answer usable on its own if read aloud in isolation.
4. Keep the phrasing natural and conversational rather than keyword-dense, voice answers are read aloud, not scanned.
5. Leave the rest of the page's structure and tone as-is, this only reshapes the targeted passage.
## Guardrails
- Don't strip out nuance or caveats to make the opening answer shorter, an oversimplified direct answer that's technically wrong is worse than a slightly longer accurate one.
- Keep the rewritten passage consistent in fact and tone with the rest of the page, it shouldn't read as a bolted-on paragraph.