Voice Fix banner
zircote zircote

Voice Fix

AI community

Description

--- name: voice-fix description: Auto-fix AI character patterns in content argument-hint: "[path] [--dry-run] [--ignore=categories]" allowed-tools: Read, Bash(node:*), Bash(test:*), Bash(ls:*), Bash(for:*), Bash(cat:*), Skill --- # Human Voice Fix Auto-fix AI-telltale characters (em dashes, smart quotes, emojis, etc.) in content files. ## Options - `--dry-run` - Preview changes without modifying files - `--ignore=emojis,em-dash` - Skip specific pattern categories - Valid categories: `emoji

Installation

Installs to ~/.claude/skills/zircote-human-voice-voice-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-human-voice-voice-fix && curl -fsSL https://raw.githubusercontent.com/zircote/human-voice/HEAD/commands/voice-fix.md -o ~/.claude/skills/zircote-human-voice-voice-fix/SKILL.md

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

Full documentation available on GitHub

View Source Repository