voice-identity-review

voice-identity-review is a skill for Claude Code from Avyayalaya/agent-council. It costs 114 tokens per session (3,944 once invoked), scanned A, original, MIT.

A writing review that checks each line against defined voice, tone, and identity rules before publication.

In plain words
What is it for?
Use it to review public posts, executive memos, README files, recruiter messages, and other external drafts.
Why use it?
It replaces vague feedback with specific problems, named rules, and concrete fixes. It helps prevent hype, awkward tone, and writing that does not sound like the intended author.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the agent-council plugin — 5 skills, 2 commands, 1 MCP server shipped together

Good fit Use it to review public posts, executive memos, README files, recruiter messages, and other external drafts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avyayalaya/agent-council/voice-identity-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Avyayalaya/agent-council --skill voice-identity-review
Clone the repo
git clone --depth 1 https://github.com/Avyayalaya/agent-council

Made for: Claude Code.

Or install agent-council, the plugin that ships this one along with the rest of its 5 skills, 2 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for voice-identity-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/avyayalaya/agent-council/voice-identity-review/github.svg)](https://agentmods.dev/skills/avyayalaya/agent-council/voice-identity-review)
Your own site
<a href="https://agentmods.dev/skills/avyayalaya/agent-council/voice-identity-review"><img src="https://agentmods.dev/badge/skills/avyayalaya/agent-council/voice-identity-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for voice-identity-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/avyayalaya/agent-council/voice-identity-review"><img src="https://agentmods.dev/badge/skills/avyayalaya/agent-council/voice-identity-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,944 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00114 $0.03944
Opus 5 $0.00057 $0.01972
Sonnet 5 $0.00023 $0.00789
Haiku 4.5 $0.00011 $0.00394

Measured 12d ago against content hash cb884d310d30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

voice-identity-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/voice-identity-review/SKILL.md · 241 lines

How it starts

The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

Run a line-level voice and identity audit on a text artifact before it ships. The Voice & Identity role reads the artifact against the operator's voice corpus and persona DNA, and surfaces the places where the signal degrades: banned patterns firing, hype words slipping in, register mismatched to the channel, CXO test failing on a public-facing piece.

This skill enforces voice rules at the line level. Vague feedback ("this needs a stronger voice") is useless. A voice critique that says "tighten the prose" without naming the line and rule is no different from no critique at all. Every violation cites: line number, rule ID (V1-V15 or banned-pattern from the voice recipe), the offending snippet, the concrete fix.

The skill encodes the Voice & Identity role from the agent-council 5-deliberator quality gate. Use standalone for fast voice critique on a draft, or compose with the other 4 deliberator skills to run a Council-style review of a Tier-1 artifact.

When to Use / When NOT to Use

Use this skill when:

  • A draft is about to ship externally (Substack, LinkedIn, exec memo, public README, recruiter outreach) and you want voice and register sanity-checked
  • You suspect banned-pattern slips ("not X but Y", "recontextualize", "I'm excited to share...", trailing summaries) and want them surfaced explicitly
  • A piece needs to pass the CXO test (would a CPO say this in a board meeting? would a CEO own this on stage?) and you want the test applied with specific where-it-breaks
  • An artifact targets one channel (e.g., Substack longform) but accidentally writes in another register (e.g., LinkedIn influencer cliche) and you need the channel mismatch named
  • You are running a multi-deliberator review and need the Voice & Identity seat filled

Do NOT use this skill when:

  • You need a structural critique (load-bearing claims, counter-positions, failure modes) — use skeptic-review instead
  • You need an evidence-tier audit (per-claim tier assignment) — use evidence-calibration-review instead
  • You need a strategic-fit check (goal alignment, opportunity cost) — use strategy-stakes-review instead
  • You do not have the operator's voice corpus loaded — voice critique without the corpus is voice critique from training-data priors, which is worse than no critique
  • The artifact is a personal note or internal scratch document that does not warrant voice review
  • You want to rewrite the artifact — Voice & Identity names violations and fixes; the operator rewrites

Read the full file on GitHub · 241 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 241 lines · 114 tokens per session scan A cb884d310d30

Subscribe to this mod's changes

voice-identity-review is a skill published in the GitHub repository Avyayalaya/agent-council (10 stars, last pushed 1mo ago), licensed MIT. It adds 114 tokens to every session and 3,944 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.