Skip to content
Development
Command

/voice-review

Which register to use for comparison

From plugin
claude-night-market
325163 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How 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.md
name: 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)
Ships withclaude-night-market

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.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market