frankxai

Voice Audit — Security skill for Claude Code

Security community

Audit the app for voice drift.

How to install Voice Audit

Installs to ~/.claude/commands/frankxai-vibeclubs-voice-audit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/frankxai/vibeclubs/HEAD/.claude/commands/voice-audit.md -o ~/.claude/commands/frankxai-vibeclubs-voice-audit.md

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

What Voice Audit does


description: Audit the app for voice drift. Fails loud on forbidden vocabulary.

Scan `apps/web` and `apps/extension` for words that violate the voice system (see `VISION.md §voice` and `feedback_voice.md` in memory).

Run:

rg -n -i --type ts --type tsx --type md \
  "\\b(community|members|users|rooms|spaces|engage|connect|unlock|empower|revolutionize|disrupt|platform-powered|cloud tier|anchor|stamp|witness|field|residency|operator)\\b" \
  apps/web apps/extension README.md

Alternatives in Security

  • Brand Strategy — Define or audit a brand — positioning, visual identity system, voice and tone, and brand architecture 309 ★
  • Security Audit — Audit de securite complet d'une web app (OWASP Top 10, CWE/CVE, headers, auth, paywall, infra) 80 ★
  • Buildable Review — Audit the current prototype against its Buildable app spec, archetype expectations, and local-first guardrails 53 ★

Full documentation available on GitHub

View Source Repository