lia-voice-check

Audit drafted Lia copy for AI-writing patterns and brand-voice drift before shipping.

1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Lia-Creative/lia-plugins --skill lia-voice-check-lia-creative
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lia-voice-check
Source: https://github.com/Lia-Creative/lia-plugins/tree/main/lia-tools/skills/lia-voice-check
Command: npx skills add https://github.com/Lia-Creative/lia-plugins --skill lia-voice-check-lia-creative

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? AI-generated and hand-drafted copy carries recognizable writing tells — antithesis reflexes, rule-of-threes lists, filler words, US spelling — that survive a casual read and erode a brand's voice. This Skill audits an existing draft against a structural AI-pattern checklist and the Lia brand-voice standard, then reports every issue before the copy ships. ## Core Features & Use Cases - Structural AI-pattern scan: Runs 32 documented checks (negative parallelism, compulsive summaries, em-dash overuse, significance inflation, and more) across the full draft, logging every match with location and suggested fix. - Deterministic word-check backstop: A Python script flags hard-avoid vocabulary, US spellings, sense-dependent words (license, meter, dialog), watchlist terms, and filler, with a self-test mode and JSON output. - Brand and product-voice quality checks: Qualitative pass/fail reads against the Lia base voice and product profiles like Held, covering vocabulary rules and tone. - Use Case: Before shipping onboarding copy for a Lia product, run the audit on the draft to get a structured report of AI tells, voice drift, and spelling issues — then optionally apply surgical fixes in a hard pass. ## Quick Start Ask the agent to run a voice check on your drafted copy, for example by saying "voice-check this draft of our release notes against the Lia brand voice."

Frequently Asked Questions about lia-voice-check

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

FAQPage Schema
How do I check copy for AI-writing patterns before publishing?▼

Run the audit on an existing draft: it scans the full text against 32 documented structural and lexical AI patterns, logs every match with location and suggested fix, and produces a grouped report. A deterministic word-check script backstops the scan for exact vocabulary matches.

How do I run the word-check script on a draft file?▼

Run python3 scripts/word-check.py with a file path, --text for pasted content, or --stdin for piped input. Add --json for machine-readable output, and run --self-test first to verify the checker's word lists behave correctly.

Does the voice check rewrite my copy automatically?▼

No, it is an audit by default. A soft pass only reports findings; a hard pass applies fixes surgically to flagged patterns only, preserving all unflagged copy byte-for-byte, then re-verifies with the word-check script.

Why does the word-check script warn on words like license or meter instead of failing?▼

Those spellings are correct Australian English in one sense and US in another — license is the correct AU verb, meter the correct device name. The script cannot read the sense, so it warns in a sense-check tier and lets the reviewer judge.

What are the limitations of automated AI-tell detection?▼

The script only catches exact lexical matches and cannot judge context, so legitimate uses of watchlist words like navigate or robust require human judgment. Qualitative voice checks — warmth, trust, manufactured significance — remain manual reads against the voice reference.