Voice Validator banner
solanabr solanabr

Voice Validator

Data & AI community

Description

--- name: voice-validator description: "Runs the post-generation checks on writer-style output: a fact-preservation diff (every verified number/identifier must survive styling unchanged), an AI-tell lint (banned words, false-antithesis, em-dash overuse, uniform cadence), and a repetition audit across a batch of lessons. Reports pass/fail with the specific offending lines; does NOT rewrite — it gates. Use when: a draft (or a batch) has been produced and needs the Pass-C gate before shipping; ver

Installation

Installs to ~/.claude/agents/solanabr-writer-style-skill-voice-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/solanabr/writer-style-skill/HEAD/agents/voice-validator.md -o ~/.claude/agents/solanabr-writer-style-skill-voice-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository