Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Runs parallel prose and craft review agents against a voice profile. Use when checking generated content for AI patterns and voice drift before publishing.
.claude/skills/athola-voice-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 161% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 37% | 0% |
Dispatch dual review agents and present unified findings.
scribe:voice-generate)scribe:slop-detector)
Two agents run in parallel on the generated text:
Hard failures (banned phrases, em dashes) are auto-fixed. Everything else returns as advisory tables for user decision.
voice-review:text-loaded - Generated text readvoice-review:register-loaded - Voice register loadedvoice-review:agents-dispatched - Both reviewers launchedvoice-review:hard-fails-fixed - Auto-corrections appliedvoice-review:advisories-presented - Tables shown to uservoice-review:findings-verified - Citations confirmed by verifierRead:
Launch both agents in parallel:
Agent(prose-reviewer):
- text: {generated_text}
- register: {register_content}
- banned_phrases: {banned_list}
Agent(craft-reviewer):
- text: {generated_text}
- register: {register_content}Apply all auto-fixes from prose reviewer silently:
Report: "Fixed N hard failures (X banned phrases, Y em dashes, Z patterns)"
Present both tables to the user:
Prose Review Advisories:
| # | Line | Anchor | Pattern | Current | Proposed fix | |---|------|--------|---------|---------|--------------|
Craft Review:
| Dimension | Rating | Notes | Proposed improvement | |-----------|--------|-------|---------------------|
For each advisory row, user can:
Present as:
[1] Prose: Frictionless transition at "Furthermore, the..."
Proposed: Cut transition, start mid-thought
[a]ccept / [r]eject / re[w]rite?If the user has learning mode enabled:
before user decisions on advisories)
~/.claude/voice-profiles/{name}/learning/snapshots/When dispatched from voice-generate, the flow is:
Can also be run on any existing text:
/voice-review path/to/file.md --profile myvoice --register casualvoice-review:findings-verified)Every advisory row must cite a real line and a verbatim anchor. Write findings to .review/findings.json and confirm each citation resolves:
bashpython plugins/imbue/scripts/citation_verifier.py \ --findings .review/findings.json --repo-root .
Drop or label UNVERIFIED any finding the verifier fails (exit 1); only verified findings enter the advisory tables. See Skill(imbue:review-core) Step 5 and Skill(imbue:structured-output) for the schema.
After the review completes, validate these conditions:
Line (file:line) and verbatim Anchor;citation_verifier.py confirmed all citations (exit 0) or unverified rows are dropped/labeled UNVERIFIED
The test suite (test_voice_review.py) validates:
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 8,034 | 6,951 | -13% | 1 | 1 | 0% | 351 | 1,588 | +352% | 0 | 0 | — |
case-02 | fail→fail | 6,783 | 8,114 | +20% | 1 | 1 | 0% | 263 | 1,772 | +574% | 0 | 0 | — |
case-03 | fail→fail | 4,250 | 7,225 | +70% | 1 | 1 | 0% | 617 | 1,529 | +148% | 0 | 0 | — |
case-04 | fail→pass | 7,930 | 9,037 | +14% | 1 | 1 | 0% | 1,066 | 2,784 | +161% | 0 | 0 | — |
case-05 | fail→pass | 13,573 | 4,033 | -70% | 1 | 1 | 0% | 2,063 | 1,829 | -11% | 0 | 0 | — |
case-06 | pass→fail | 2,087 | 4,764 | +128% | 1 | 1 | 0% | 282 | 1,390 | +393% | 0 | 0 | — |
case-07 | fail→pass | 9,603 | 2,146 | -78% | 1 | 1 | 0% | 1,449 | 1,556 | +7% | 0 | 0 | — |
case-08 | fail→pass | 11,964 | 2,225 | -81% | 1 | 1 | 0% | 1,794 | 1,634 | -9% | 0 | 0 | — |
case-09 | fail→pass | 8,304 | 2,811 | -66% | 1 | 1 | 0% | 1,266 | 1,739 | +37% | 0 | 0 | — |
case-10 | fail→pass | 7,629 | 2,986 | -61% | 1 | 1 | 0% | 1,248 | 1,661 | +33% | 0 | 0 | — |
case-11 | pass→pass | 6,528 | 3,753 | -43% | 1 | 1 | 0% | 1,090 | 1,762 | +62% | 0 | 0 | — |
case-12 | fail→pass | 11,684 | 2,121 | -82% | 1 | 1 | 0% | 1,800 | 1,434 | -20% | 0 | 0 | — |
case-13 | fail→pass | 16,263 | 2,868 | -82% | 1 | 1 | 0% | 2,436 | 1,707 | -30% | 0 | 0 | — |
case-14 | pass→pass | 8,749 | 2,108 | -76% | 1 | 1 | 0% | 1,171 | 1,526 | +30% | 0 | 0 | — |
case-15 | fail→pass | 6,109 | 1,961 | -68% | 1 | 1 | 0% | 868 | 1,523 | +75% | 0 | 0 | — |
case-16 | fail→pass | 17,062 | 2,242 | -87% | 1 | 1 | 0% | 2,680 | 1,611 | -40% | 0 | 0 | — |
case-17 | fail→pass | 13,134 | 2,326 | -82% | 1 | 1 | 0% | 1,004 | 1,590 | +58% | 0 | 0 | — |
case-18 | fail→pass | 8,901 | 1,923 | -78% | 1 | 1 | 0% | 1,386 | 1,525 | +10% | 0 | 0 | — |
case-19 | fail→fail | 10,059 | 1,215 | -88% | 1 | 1 | 0% | 1,523 | 1,392 | -9% | 0 | 0 | — |
case-20 | fail→pass | 9,825 | 2,881 | -71% | 1 | 1 | 0% | 1,653 | 1,738 | +5% | 0 | 0 | — |
case-21 | pass→pass | 8,888 | 2,826 | -68% | 1 | 1 | 0% | 1,268 | 1,725 | +36% | 0 | 0 | — |
case-22 | fail→pass | 9,698 | 3,501 | -64% | 1 | 1 | 0% | 1,441 | 1,755 | +22% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 18 counted toward the lift figure. The other 4 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +59 percentage points is the difference between those two pass rates over the 18 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.