Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Academic English consistency linting and non-native (ESL) language polish for medical manuscripts. Deterministically flags abbreviation define-once violations, US/UK spelling drift, hyphen-vs-en-dash numeric ranges, P/p case, hyphenation variants, small-number style, and value/unit spacing, then guides a style-only clarity pass that never alters numbers, citations, or scientific meaning. Distinct from humanize (AI-tell removal) and check-reporting (guideline items).
.claude/skills/aperivue-polish-language/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 190% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 61% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 512% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 37% | 0% |
You help a medical researcher tighten a manuscript's mechanical language consistency and clarity before circulation or submission — the copy-editor pass that content-focused skills skip. The author is frequently a non-native (ESL) English writer, so clarity edits must preserve the formal academic register while never touching facts.
| Concern | Skill | |---|---| | Mechanical consistency + ESL clarity (this skill) | polish-language | | Removing AI writing tells / de-AI | humanize (it explicitly does not do general copy-editing) | | Drafting or restructuring content | write-paper | | Reporting-guideline item compliance (STROBE, CLAIM, …) | check-reporting | | AI-search-engine optimization (GEO) | academic-aio | | Reference formatting / citation integrity | manage-refs, verify-refs |
This skill never rewrites scientific claims, changes numeric values, edits citations, or judges study quality. It only standardizes house style and improves sentence-level clarity with explicit user approval.
user gate — a clarity-polished revision with a change log limited to style.
Run the bundled deterministic linter — it reports, never edits:
bashpython3 scripts/lint_consistency.py path/to/manuscript.md # add --strict to exit non-zero when any issue is found (CI / pre-submission gate)
It flags seven families, each with line numbers and a per-category + total count:
used-but-never-defined (define-once discipline).
reports the minority side against the document's dominant variant.
(5-10 → 5–10).
P/p case; impossible P = 0.000.(follow-up / followup / "follow up").
5mg → 5 mg).Present the report to the user. The linter output is the source of truth for what is mechanically wrong; do not invent additional "issues" from memory.
Phase 1 only sees prose. Text baked into a figure lives in a rendered raster, so a co-author who types "Behavioural alignment" in a PowerPoint panel or a plotting script ships a UK word into a US manuscript and no text gate sees it — it surfaces when someone opens the image, typically on submission day. Scan the figure sources instead (no OCR):
bashpython3 scripts/lint_figure_locale.py --manuscript path/to/manuscript.md --figures-dir figures/ # --spelling us|uk forces the target; otherwise it reads a `spelling:` front-matter field, # then falls back to the body's own US/UK majority. --strict exits non-zero on any drift.
It reads <a:t> runs inside *.pptx slide XML and the text of *.py / *.R plotting scripts, and reuses Phase 1's US↔UK families verbatim so the two gates never disagree. FIGURE_LOCALE_DRIFT is Minor — copy-edit the source before the raster is re-exported. A missing figures directory is not an error; it exits 0 with nothing judged.
Walk the user through the report. Some flags are author choices (a journal may mandate UK spelling, or digits for all numbers). User approval is required before any edit — confirm per category which to apply and which to keep. Record the decisions; do not auto-apply.
For each approved category, apply the deterministic fix with Edit:
P/p and fix P = 0.000 to the reported inequality,Re-run lint_consistency.py after editing — the count should drop to the issues the user chose to keep. This re-run is the verification gate.
If the user requests a clarity pass, improve readability sentence by sentence while preserving meaning, register, numbers, and citations:
Show each proposed change as a before/after diff and get user review before writing. If a sentence's meaning is even slightly uncertain, leave it and ask — do not guess. Never merge, add, or drop a scientific claim, number, or reference during clarity polishing.
A deterministic, network-free challenge card lives in scripts/lint_challenge/ (synthetic manuscript with seeded defects + expected/report.txt + verify.sh):
bashbash scripts/lint_challenge/verify.sh # PASS = 10 seeded issues across 7 categories
humanize).lint_consistency.py) is the authority formechanical issues; never report consistency problems it did not surface, and never claim a fix was applied without re-running it.
units, citations, and claims are copied verbatim — if an edit would change any of them, it is out of scope and must be skipped.
inferring; do not invent domain facts to "smooth" a sentence.
explicit user-approved clarity suggestion.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 5,724 | 12,083 | +111% | 1 | 1 | 0% | 376 | 2,212 | +488% | 0 | 0 | — |
case-07 | fail→pass | 13,920 | 2,047 | -85% | 1 | 1 | 0% | 2,266 | 2,056 | -9% | 0 | 0 | — |
case-02 | fail→fail | 2,156 | 2,836 | +32% | 1 | 1 | 0% | 320 | 2,094 | +554% | 0 | 0 | — |
case-03 | fail→fail | 9,299 | 2,198 | -76% | 1 | 1 | 0% | 1,569 | 2,058 | +31% | 0 | 0 | — |
case-04 | fail→pass | 4,155 | 2,476 | -40% | 1 | 1 | 0% | 747 | 2,170 | +190% | 0 | 0 | — |
case-05 | fail→pass | 7,800 | 3,025 | -61% | 1 | 1 | 0% | 1,392 | 2,239 | +61% | 0 | 0 | — |
case-06 | fail→pass | 2,398 | 3,326 | +39% | 1 | 1 | 0% | 364 | 2,228 | +512% | 0 | 0 | — |
case-08 | fail→pass | 9,933 | 2,998 | -70% | 1 | 1 | 0% | 1,612 | 2,214 | +37% | 0 | 0 | — |
case-09 | pass→pass | 9,847 | 5,840 | -41% | 1 | 1 | 0% | 1,801 | 2,696 | +50% | 0 | 0 | — |
case-10 | pass→pass | 5,529 | 2,016 | -64% | 1 | 1 | 0% | 1,006 | 2,073 | +106% | 0 | 0 | — |
case-11 | pass→pass | 9,389 | 3,798 | -60% | 1 | 1 | 0% | 1,495 | 2,281 | +53% | 0 | 0 | — |
case-12 | fail→pass | 9,289 | 2,894 | -69% | 1 | 1 | 0% | 1,526 | 2,145 | +41% | 0 | 0 | — |
case-13 | pass→pass | 10,186 | 5,799 | -43% | 1 | 1 | 0% | 1,689 | 2,615 | +55% | 0 | 0 | — |
case-14 | pass→pass | 6,637 | 3,162 | -52% | 1 | 1 | 0% | 1,026 | 2,174 | +112% | 0 | 0 | — |
case-15 | pass→pass | 10,081 | 4,720 | -53% | 1 | 1 | 0% | 1,574 | 2,574 | +64% | 0 | 0 | — |
case-16 | pass→pass | 11,998 | 4,342 | -64% | 1 | 1 | 0% | 1,872 | 2,381 | +27% | 0 | 0 | — |
case-17 | fail→pass | 14,398 | 1,649 | -89% | 1 | 1 | 0% | 2,302 | 1,978 | -14% | 0 | 0 | — |
case-18 | pass→pass | 10,610 | 3,954 | -63% | 1 | 1 | 0% | 1,672 | 2,315 | +38% | 0 | 0 | — |
case-19 | fail→pass | 11,018 | 1,970 | -82% | 1 | 1 | 0% | 1,704 | 1,966 | +15% | 0 | 0 | — |
case-20 | fail→pass | 4,405 | 3,805 | -14% | 1 | 1 | 0% | 645 | 2,321 | +260% | 0 | 0 | — |
case-21 | fail→pass | 5,336 | 1,591 | -70% | 1 | 1 | 0% | 806 | 1,963 | +144% | 0 | 0 | — |
case-22 | pass→pass | 6,677 | 2,947 | -56% | 1 | 1 | 0% | 1,095 | 2,240 | +105% | 0 | 0 | — |
case-23 | pass→pass | 6,071 | 2,148 | -65% | 1 | 1 | 0% | 901 | 2,065 | +129% | 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. 23 cases were attempted, and 22 counted toward the lift figure. The other 1 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 +43 percentage points is the difference between those two pass rates over the 22 comparable cases. 2 cases got worse with the skill loaded, and they are 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.