/humanize — AI-voice audit (detect-and-flag)
Read the target file (or all paper-like files), audit for the canonical AI-voice tells in academic prose, and write a structured report. The skill does not rewrite. The author edits.
Why this skill exists
Referees and editors increasingly recognise AI-generated prose. The tells are not stylistic preferences — they're statistically conspicuous patterns the LLM training distribution produces at higher rates than human academic writers. Five reasons to audit before submission:
- Reviewer suspicion is a tax. Even good substance pays a credibility tax if the prose reads as AI-drafted.
- Journal policy is tightening. A growing number of venues require disclosure or prohibit AI-drafted text.
- AI tells signal weak content. Boilerplate transitions ("Moreover", "It is important to note") almost always cover up logical gaps the author didn't think through.
- You are not the tells. Even authors who use AI tools heavily can preserve their own voice by stripping the model's lexical fingerprint.
- The fix is cheap once you can see it. The cost is detection, not rewriting — once the report flags the tells, removal is mechanical.
What this skill is NOT
- Not a rewriter. No
--rewrite mode. Auto-rewriting AI tells degrades prose quality (cross-vendor research finding); the author preserves voice by editing manually.
- Not a substance reviewer. Use
/review-paper for argument structure, identification, citations.
- Not a grammar checker. Use
/proofread for grammar, typos, overflow, citation format.
- Not a fact-checker. Use
/verify-claims for Chain-of-Verification fact-checking of citations and numeric claims.
/humanize is the voice lens. Run it alongside the others — none of them substitute.
When to use
- Before journal submission.
- Before posting a working paper / preprint / SSRN draft.
- After any AI-assisted prose generation (R&R response drafts, lit-review synthesis, abstract revisions).
- As a self-discipline pass after long writing sessions — your own writing drifts toward LLM patterns when you stare at LLM output all day.
When NOT to use
- On
.bib, .R, or other non-prose files — the detectors are tuned for academic prose.
- On code comments — the tells are different.
- On UI/UX copy — voice norms diverge.
Detection categories
The humanize-auditor agent checks these category groups:
1. BOILERPLATE TRANSITIONS
High-confidence AI tells when they appear sentence-initial or mid-paragraph as connective tissue:
Moreover, / Furthermore, / Additionally, / In addition,
It is important to note that / It is worth noting that / Notably,
In conclusion, / In summary, / To summarise,
On the other hand, (when not contrasting two named things)
Building on this, / Building upon this,
As we can see, / As is evident, / Indeed, (stacked)
Severity: HIGH if more than 1 per 1000 words. MED if 1 per 2000 words. LOW if rare but present.
2. AI-CLICHÉ LEXICON
Words and phrases statistically over-represented in LLM output relative to academic prose:
- "navigate the complexities", "navigate the landscape"
- "delve into", "delve deeper into"
- "tapestry of", "rich tapestry"
- "robust framework", "comprehensive framework", "holistic framework"
- "comprehensive approach" / "multifaceted approach" / "nuanced approach" (especially when stacked)
- "leverage" (as a verb in non-finance / non-engineering contexts)
- "in today's [X] landscape" / "in today's rapidly evolving"
- "play a crucial role" / "play a pivotal role" / "play a significant role"
- "shed light on"
- "underscore the importance" / "highlight the importance"
- "It is essential to" / "It is crucial to"
Severity: HIGH on a paper's first three pages (abstract, intro). MED elsewhere.
3. EM-DASH AND PUNCTUATION OVERUSE
- Em-dash overuse — more than 3 em-dashes per paragraph is a tell.
- Semicolon stacks — three or more semicolons in a single paragraph.
- Triple-Oxford-comma constructions — lists of three with deliberate parallelism repeated paragraph-to-paragraph.
Severity: MED. Em-dashes are a legitimate authorial choice; flag overuse, not all use.
4. SYMMETRIC PARAGRAPH SHAPES
Paragraphs with the same micro-architecture: topic sentence → three examples → summarising clause. Repeated across consecutive paragraphs is the AI tell — not the shape itself.
Detection: flag any three-paragraph window where each paragraph fits the topic→examples→summary cadence.
Severity: MED if 3-paragraph window; HIGH if 5+ paragraph stretch.
5. TRICOLON ABUSE
"X, Y, and Z" three-element lists are a legitimate rhetorical device. Tells are:
- More than 4 tricolons per page.
- Tricolons used for items that could naturally be 2 or 4.
- Adjective tricolons stacked ("clear, concise, and compelling"; "rigorous, robust, and reliable").
Severity: LOW if rare; MED if patterned.
6. HEDGING STACKING
Stacked epistemic hedges in single sentences:
- "might potentially be argued"
- "could possibly suggest"
- "may arguably"
- "perhaps potentially"
Severity: HIGH — these are almost never authorial choices; they're LLM uncertainty-management.
7. "NOT ONLY X, BUT ALSO Y" FRAMES
Used sparingly, this is a legitimate construction. AI tells:
- More than 2 per paper.
- Used when X and Y are not actually parallel.
- Used as paragraph openers.
Severity: MED.
8. FORMULAIC OPENERS
- Section openers of the form "This [paper / chapter / section / analysis] [does X]."
- Paragraph openers that re-state the section title.
- Abstract opening with "In this paper, we..." (legitimate in some sub-fields; flag for review where it's atypical, e.g., AER abstracts rarely use it).
Severity: LOW unless every section starts this way.
9. HYPHENATION EXCESS
Long chains of compound modifiers as a paragraph signature:
- "data-driven", "evidence-based", "well-suited", "well-established", "long-standing" — fine individually; flag if three or more appear in a single paragraph.
Severity: LOW.
10. SYCOPHANCY / SELF-IMPORTANT FRAMING
- "This important contribution"
- "This significant finding"
- "Our novel approach"
- Self-citation as "groundbreaking" / "pioneering"
Severity: HIGH — these read as AI-generated promotional copy; referees will react badly.
Steps
Identify files to audit:
- If
$ARGUMENTS starts with a filename: audit that file only.
- If
$ARGUMENTS is all: audit all .qmd, .tex, .md files in Slides/, Quarto/, root, and master_supporting_docs/.
- Skip
.bib, .R, .py, code files, and any file under scripts/.
Parse --severity flag (default: report all).
--severity low → report all findings.
--severity med → suppress LOW findings.
--severity high → report only HIGH findings.
For each file, launch the humanize-auditor agent with the 10 detection categories.
Receive structured report from the agent. Format per finding:
line N | category | severity | current text | suggested rewrite or "remove"
Write report to quality_reports/humanize_<filename>_report.md. Include:
- Per-category counts (HIGH / MED / LOW)
- Per-finding table
- Summary recommendation (rough thresholds):
- > 8 HIGH findings per 1000 words: prose reads as AI-drafted. Author should rewrite the affected sections, not patch.
- 5–8 HIGH per 1000 words: substantial AI voice. Strip the tells before submission.
- < 5 HIGH per 1000 words: light cleanup; mostly cosmetic.
Present summary to user:
- Total findings per category
- Most concentrated paragraphs (top 3)
- Action recommendation (rewrite vs. strip vs. cosmetic)
Pairings
| When you've drafted prose with AI assistance | Run /humanize before submission. Pair with /proofread (grammar) and /verify-claims (citations). |
| When you wrote in your own voice | Run /humanize anyway — your own prose drifts toward LLM patterns after long sessions of AI-assisted work. |
| Submission-ready review | /review-paper --peer [journal] --variance 3 for substance, /humanize for voice, /verify-claims for facts. |
Anti-pattern: no --rewrite mode
We deliberately do not ship /humanize --rewrite. Cross-vendor research (Cursor / Aider community findings; cited in the v1.9.0 plan) finds that auto-rewriting prose to strip AI tells degrades quality more often than it improves it — the rewriter introduces its own AI tells. The detect-and-flag pattern preserves authorial voice; the cost is your editing time, which is exactly the cost we want to pay.
If you find yourself reaching for an auto-rewriter, that's the signal to rewrite the paragraph from scratch — not to patch the tells one by one.
Output
- Report at
quality_reports/humanize_<filename>_report.md (gitignored).
- Summary to the conversation: counts per category, top concentrated paragraphs, action recommendation.
- No file edits. The user reads the report and applies changes manually.
1---2name: humanize-23description: Read-only audit of `.tex`, `.qmd`, or `.md` text for AI-voice tells — boilerplate transitions ("Moreover", "Furthermore", "It is important to note that"), AI-cliché lexicon ("delve", "navigate the complexities", "tapestry", "robust framework"), em-dash overuse, symmetric paragraph shapes, tricolon abuse, hedging stacking, "not only X but also Y" frames, and formulaic openers. Produces a report; does NOT rewrite. Use when user says "humanize", "does this sound like AI?", "check for AI tells", "de-AI this draft", "remove AI voice", "audit my prose for sycophancy", or before journal submission / posting a working paper.4---5
6# `/humanize` — AI-voice audit (detect-and-flag)
7
8Read the target file (or all paper-like files), audit for the canonical AI-voice tells in academic prose, and write a structured report. **The skill does not rewrite.** The author edits.
9
10## Why this skill exists
11
12Referees and editors increasingly recognise AI-generated prose. The tells are not stylistic preferences — they're statistically conspicuous patterns the LLM training distribution produces at higher rates than human academic writers. Five reasons to audit before submission:
13
141. **Reviewer suspicion is a tax.** Even good substance pays a credibility tax if the prose reads as AI-drafted.
152. **Journal policy is tightening.** A growing number of venues require disclosure or prohibit AI-drafted text.
163. **AI tells signal weak content.** Boilerplate transitions ("Moreover", "It is important to note") almost always cover up logical gaps the author didn't think through.
174. **You are not the tells.** Even authors who use AI tools heavily can preserve their own voice by stripping the model's lexical fingerprint.
185. **The fix is cheap once you can see it.** The cost is detection, not rewriting — once the report flags the tells, removal is mechanical.
19
20## What this skill is NOT
21
22- **Not a rewriter.** No `--rewrite` mode. Auto-rewriting AI tells degrades prose quality (cross-vendor research finding); the author preserves voice by editing manually.
23- **Not a substance reviewer.** Use `/review-paper` for argument structure, identification, citations.
24- **Not a grammar checker.** Use `/proofread` for grammar, typos, overflow, citation format.
25- **Not a fact-checker.** Use `/verify-claims` for Chain-of-Verification fact-checking of citations and numeric claims.
26
27`/humanize` is the *voice* lens. Run it alongside the others — none of them substitute.
28
29## When to use
30
31- Before journal submission.
32- Before posting a working paper / preprint / SSRN draft.
33- After any AI-assisted prose generation (R&R response drafts, lit-review synthesis, abstract revisions).
34- As a self-discipline pass after long writing sessions — your own writing drifts toward LLM patterns when you stare at LLM output all day.
35
36## When NOT to use
37
38- On `.bib`, `.R`, or other non-prose files — the detectors are tuned for academic prose.
39- On code comments — the tells are different.
40- On UI/UX copy — voice norms diverge.
41
42## Detection categories
43
44The humanize-auditor agent checks these category groups:
45
46### 1. BOILERPLATE TRANSITIONS
47
48High-confidence AI tells when they appear sentence-initial or mid-paragraph as connective tissue:
49
50- `Moreover,` / `Furthermore,` / `Additionally,` / `In addition,`
51- `It is important to note that` / `It is worth noting that` / `Notably,`
52- `In conclusion,` / `In summary,` / `To summarise,`
53- `On the other hand,` (when not contrasting two named things)
54- `Building on this,` / `Building upon this,`
55- `As we can see,` / `As is evident,` / `Indeed,` (stacked)
56
57**Severity:** HIGH if more than 1 per 1000 words. MED if 1 per 2000 words. LOW if rare but present.
58
59### 2. AI-CLICHÉ LEXICON
60
61Words and phrases statistically over-represented in LLM output relative to academic prose:
62
63- "navigate the complexities", "navigate the landscape"
64- "delve into", "delve deeper into"
65- "tapestry of", "rich tapestry"
66- "robust framework", "comprehensive framework", "holistic framework"
67- "comprehensive approach" / "multifaceted approach" / "nuanced approach" (especially when stacked)
68- "leverage" (as a verb in non-finance / non-engineering contexts)
69- "in today's [X] landscape" / "in today's rapidly evolving"
70- "play a crucial role" / "play a pivotal role" / "play a significant role"
71- "shed light on"
72- "underscore the importance" / "highlight the importance"
73- "It is essential to" / "It is crucial to"
74
75**Severity:** HIGH on a paper's first three pages (abstract, intro). MED elsewhere.
76
77### 3. EM-DASH AND PUNCTUATION OVERUSE
78
79- Em-dash overuse — more than 3 em-dashes per paragraph is a tell.
80- Semicolon stacks — three or more semicolons in a single paragraph.
81- Triple-Oxford-comma constructions — lists of three with deliberate parallelism repeated paragraph-to-paragraph.
82
83**Severity:** MED. Em-dashes are a legitimate authorial choice; flag overuse, not all use.
84
85### 4. SYMMETRIC PARAGRAPH SHAPES
86
87Paragraphs with the same micro-architecture: topic sentence → three examples → summarising clause. Repeated across consecutive paragraphs is the AI tell — not the shape itself.
88
89**Detection:** flag any three-paragraph window where each paragraph fits the topic→examples→summary cadence.
90
91**Severity:** MED if 3-paragraph window; HIGH if 5+ paragraph stretch.
92
93### 5. TRICOLON ABUSE
94
95"X, Y, and Z" three-element lists are a legitimate rhetorical device. Tells are:
96
97- More than 4 tricolons per page.
98- Tricolons used for items that could naturally be 2 or 4.
99- Adjective tricolons stacked ("clear, concise, and compelling"; "rigorous, robust, and reliable").
100
101**Severity:** LOW if rare; MED if patterned.
102
103### 6. HEDGING STACKING
104
105Stacked epistemic hedges in single sentences:
106
107- "might potentially be argued"
108- "could possibly suggest"
109- "may arguably"
110- "perhaps potentially"
111
112**Severity:** HIGH — these are almost never authorial choices; they're LLM uncertainty-management.
113
114### 7. "NOT ONLY X, BUT ALSO Y" FRAMES
115
116Used sparingly, this is a legitimate construction. AI tells:
117
118- More than 2 per paper.
119- Used when X and Y are not actually parallel.
120- Used as paragraph openers.
121
122**Severity:** MED.
123
124### 8. FORMULAIC OPENERS
125
126- Section openers of the form "This [paper / chapter / section / analysis] [does X]."
127- Paragraph openers that re-state the section title.
128- Abstract opening with "In this paper, we..." (legitimate in some sub-fields; flag for review where it's atypical, e.g., AER abstracts rarely use it).
129
130**Severity:** LOW unless every section starts this way.
131
132### 9. HYPHENATION EXCESS
133
134Long chains of compound modifiers as a paragraph signature:
135
136- "data-driven", "evidence-based", "well-suited", "well-established", "long-standing" — fine individually; flag if three or more appear in a single paragraph.
137
138**Severity:** LOW.
139
140### 10. SYCOPHANCY / SELF-IMPORTANT FRAMING
141
142- "This important contribution"
143- "This significant finding"
144- "Our novel approach"
145- Self-citation as "groundbreaking" / "pioneering"
146
147**Severity:** HIGH — these read as AI-generated promotional copy; referees will react badly.
148
149## Steps
150
1511. **Identify files to audit:**
152 - If `$ARGUMENTS` starts with a filename: audit that file only.
153 - If `$ARGUMENTS` is `all`: audit all `.qmd`, `.tex`, `.md` files in `Slides/`, `Quarto/`, root, and `master_supporting_docs/`.
154 - Skip `.bib`, `.R`, `.py`, code files, and any file under `scripts/`.
155
1562. **Parse `--severity` flag** (default: report all).
157 - `--severity low` → report all findings.
158 - `--severity med` → suppress LOW findings.
159 - `--severity high` → report only HIGH findings.
160
1613. **For each file, launch the `humanize-auditor` agent** with the 10 detection categories.
162
1634. **Receive structured report** from the agent. Format per finding:
164
165 ```
166 line N | category | severity | current text | suggested rewrite or "remove"
167 ```
168
1695. **Write report** to `quality_reports/humanize_<filename>_report.md`. Include:
170 - Per-category counts (HIGH / MED / LOW)
171 - Per-finding table
172 - Summary recommendation (rough thresholds):
173 - **> 8 HIGH findings per 1000 words**: prose reads as AI-drafted. Author should rewrite the affected sections, not patch.
174 - **5–8 HIGH per 1000 words**: substantial AI voice. Strip the tells before submission.
175 - **< 5 HIGH per 1000 words**: light cleanup; mostly cosmetic.
176
1776. **Present summary** to user:
178 - Total findings per category
179 - Most concentrated paragraphs (top 3)
180 - Action recommendation (rewrite vs. strip vs. cosmetic)
181
182## Pairings
183
184| When you've drafted prose with AI assistance | Run `/humanize` before submission. Pair with `/proofread` (grammar) and `/verify-claims` (citations). |
185| When you wrote in your own voice | Run `/humanize` anyway — your own prose drifts toward LLM patterns after long sessions of AI-assisted work. |
186| Submission-ready review | `/review-paper --peer [journal] --variance 3` for substance, `/humanize` for voice, `/verify-claims` for facts. |
187
188## Anti-pattern: no `--rewrite` mode
189
190We deliberately do not ship `/humanize --rewrite`. Cross-vendor research (Cursor / Aider community findings; cited in the v1.9.0 plan) finds that auto-rewriting prose to strip AI tells degrades quality more often than it improves it — the rewriter introduces its *own* AI tells. The detect-and-flag pattern preserves authorial voice; the cost is your editing time, which is exactly the cost we want to pay.
191
192If you find yourself reaching for an auto-rewriter, that's the signal to rewrite the paragraph from scratch — not to patch the tells one by one.
193
194## Output
195
196- Report at `quality_reports/humanize_<filename>_report.md` (gitignored).
197- Summary to the conversation: counts per category, top concentrated paragraphs, action recommendation.
198- **No file edits.** The user reads the report and applies changes manually.