humanizer-ru

Detects and removes machine-generation traces from Russian-language text using regex markers and editing patterns.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jeremybrasher/grokbot-skills --skill humanizer-ru-jeremybrasher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: humanizer-ru
Source: https://github.com/jeremybrasher/grokbot-skills/tree/main/skills/humanizer-ru
Command: npx skills add https://github.com/jeremybrasher/grokbot-skills --skill humanizer-ru-jeremybrasher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? AI-generated Russian text carries recognizable traces: copy-paste artifacts like citation markers and tracking URLs, invisible Unicode characters, and stylistic patterns such as forced triads, vague praise, and bureaucratic phrasing. This Skill finds those traces and rewrites the text into natural human prose without distorting facts or adding content the author never wrote. ## Core Features & Use Cases - Marker Detection: 40 testable regex markers in two classes catch hard copy-paste artifacts (ChatGPT citation tags, Gemini span markers, Perplexity S3 links, zero-width characters) and contextual indicators requiring human judgment. - Pattern-Based Rewriting: 56 documented patterns of machine writing (25 base plus 31 Russian-specific) guide selective edits or full rewrites from a factual skeleton, with genre modes for essays, news, correspondence, and technical text. - False-Positive Protection: A decision tree and adversarial corpus ensure live human writing is never flagged or altered; soft signals calibrate edit scope but never produce an authorship verdict. - Use Case: Paste a marketing draft that reads like typical LLM output. The Skill strips stock phrases, emoji-list scaffolding, and hidden metadata, returning only the facts that were already present, rewritten in natural Russian. ## Quick Start Ask the agent to humanize a pasted Russian text with the /humanize command, or run /audit to check it for AI traces without editing.

Frequently Asked Questions about humanizer-ru

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI writing traces from Russian text?▼

Give the skill a finished Russian passage and it scans for 40 regex markers and 56 stylistic patterns, then rewrites on request. It removes stock phrasing and artifacts but never adds facts that were not in the source text.

What AI artifacts does this Russian text checker detect?▼

It detects hard copy-paste artifacts like ChatGPT oaicite tags, utm_source links, Gemini cite markers, Copilot footnotes, Perplexity S3 links, and DeepSeek think-tag remnants, plus contextual indicators like zero-width characters and placeholder dates.

Can I use this as a CI gate in my own repository?▼

Yes, the repository ships a reusable GitHub composite action that scans your Markdown files with the same scripts. It runs on standard-library Python with contents:read permission, and text never leaves the runner.

Does the detector work on human-written Russian text without false positives?▼

The skill is designed so false positives cost more than misses: on a 26-text human control corpus it produces zero flags across categories. Soft signals never yield an authorship verdict; only class A markers or confirmed source forgery can.

What are the limitations of AI text detection and rewriting?▼

Detector bypass is not guaranteed; only relative before/after detectability deltas with false-positive control are published. Pixel-level SynthID and non-deterministic watermarking techniques are out of scope, and class B markers always require human judgment.