Humanizer-RU
De-AI Russian text: 54-pattern catalog plus a live deterministic scanner
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 19, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · f00a523
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Ran the bundled scan.py live on a paragraph of AI Russian and it flagged 7 hard-ban phrases, scoring the text 16/100. A naive make-it-better rewrite only reached 40/100 with two hard bans still present, while rewriting by the skill's HARD-BANS plus 54-pattern catalog hit a clean 100/100 with varied sentence rhythm. The deterministic scanner turns the improvement into a measured number instead of a vibe, and every claim it makes matched what it actually did.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Humanizer-RU does
Rewrites Russian text to strip AI-generation markers, restoring verbs, rhythm and authorial voice via a 54-pattern catalog and HARD-BANS list. Ships a deterministic scan.py (razdel + pymorphy3) that scores cleanliness 0-100 and pinpoints markers by line. Triggers on requests to humanize, de-robot, or naturalize Russian writing; Russian-only, not for translation, from-scratch writing, or code.
How to install Humanizer-RU
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Humanizer-RU
-
/humanizer-ruDe-AI Russian text: 54-pattern catalog plus a live deterministic scanner
It also activates on plain-language prompts like these:
-
Очеловечь этот текст, убери канцелярит и штампы нейросети. -
Перепиши этот абзац — звучит слишком как ответ чат-бота. -
Проверь статью сканером на ИИ-маркеры и почисти до чистого текста.
Frequently asked questions
- Is the Humanizer-RU skill free?
- Yes. The skill itself is free from ilyautov/humanizer-ru. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Humanizer-RU work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Tested · Works. Ran the bundled scan.py live on a paragraph of AI Russian and it flagged 7 hard-ban phrases, scoring the text 16/100. A naive make-it-better rewrite only reached 40/100 with two hard bans still present, while rewriting by the skill's HARD-BANS plus 54-pattern catalog hit a clean 100/100 with varied sentence rhythm. The deterministic scanner turns the improvement into a measured number instead of a vibe, and every claim it makes matched what it actually did.
- What is the Humanizer-RU SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Humanizer-RU?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Humanizer-RU with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.