/voice-review
Which register to use for comparison
$ npx -y skills add athola/claude-night-market --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/voice-review
Context preview
What this command does when you run it.
Which register to use for comparison
Command definition
voice-review.mdname: voice-review
description: Review existing text against a voice profile
arguments:
- name: file
description: Path to the text file to review
required: true
- name: --profile
description: Voice profile to compare against
required: true
- name: --register
description: Which register to use for comparison
required: false
default: default/voice-review Command
Review existing text for voice drift and craft quality.
Usage
# Review a file against your voice profile /voice-review draft.md --profile myvoice # Use specific register /voice-review draft.md --profile myvoice --register casual
What This Does
1. Reads the target file 2. Loads voice profile and register 3. Dispatches prose reviewer (AI patterns, voice drift) 4. Dispatches craft reviewer (naming, structure, anchoring) 5. Auto-fixes hard failures 6. Presents advisory tables for user decisions 7. Applies accepted fixes
Standalone vs Pipeline
This command runs review independently of generation. Use when you have existing text (written by hand or generated elsewhere) that you want to check against your voice profile.
Skill Invocation
Skill(scribe:voice-review)
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Other commands on claude-night-market.
- /aggregate-logs
Generate LEARNINGS.md from skill execution logs.
Open command - /analyze-skill
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Open command - /bulletproof-skill
Harden skills against rationalization and bypass behaviors
Open command - /context-report
Generate context optimization report for skill directories
Open command - /create-command
Create slash commands with brainstorming and best practices
Open command - /create-hook
Create hooks with brainstorming and security-first design
Open command

