mrkeyoor.com_
Thu 24 Sept 15:49 UTC
LLM Toolsevaluationupdated 24 Sept 2026

Humanizer-zh review

Humanizer-zh is a Chinese-language Claude Code skill for editing stiff, repetitive, or templated Chinese prose without changing its facts or level of certainty. Its README and skill instructions are written in Chinese, and the repository does not provide an English documentation file.

Verdict

Our Humanizer-zh run installed 35 packages and found 0 pytest tests, so the repository should be judged as an editing guide, not as tested software. Use it if you write Chinese in Claude Code and will review each rewrite against the source. Skip it if you need authorship detection, an English workflow, or repeatable output without human checking.

We ran it

Lab card: what happened when we ran Humanizer-zhScreenshot of Humanizer-zh (github.com/op7418/Humanizer-zh)
Install✓ · 9s35 packages · 37 MB
Build✓ · 1s
Tests✗ · 2s0 passed · 0 failed of 0 (pytest)
Known vulns0(pip-audit)
Repo9 files~37 lines of source · 0 MB · 0 CI workflows · tests dir

Answers from our run

Does Humanizer-zh build from source?

Dependencies installed in 9 seconds (35 packages), and the build succeeded in 1 seconds. We cloned commit f4518a8 into a clean Debian container with 3 CPUs and no project-specific setup.

Do Humanizer-zh's tests pass?

Yes: 0 of 0 passed when we ran the project's own test command (pytest). Some failures need services or credentials a bare container does not have.

Does Humanizer-zh have known vulnerabilities in its dependencies?

pip-audit found none in the dependency tree at the time of our run.

Who should not use Humanizer-zh?

Anyone seeking proof that text was written by a person: the README says the skill cannot establish authorship or promise passage of an AI detector.

What are the alternatives to Humanizer-zh?

Humanizer, Stop Slop. Our Humanizer-zh run installed 35 packages and found 0 pytest tests, so the repository should be judged as an editing guide, not as tested software.

Setup5/5A one-command skill install; no service or credentials
Docs4/5Clear Chinese rules, examples, boundaries, and review steps
Community4/518,356 stars and recent discussion, all centered on Chinese
Maturity2/5Useful guidance, but pytest found no automated tests

Who it’s for

Chinese-language writers who already use Claude Code or another agent that can read skill instructions.
Editors who want a reusable checklist for preserving facts, uncertainty, links, code, and document structure.
Teams prepared to compare the rewrite with the source instead of trusting an AI-detector score.
Developers who want a small MIT-licensed instruction file they can inspect and adapt.

Who it’s NOT for

Anyone seeking proof that text was written by a person: the README says the skill cannot establish authorship or promise passage of an AI detector.
English-only teams: the README, skill, examples, and checking guide are in Chinese, with no English documentation file in the repository.
Users wanting a standalone editor or local model: this is an instruction set that another agent reads and follows.
Teams that require an automated regression suite before adoption: our pytest command found no tests, while the repository describes manual review plus a structure-checking script.

Setup reality

Our sandbox install succeeded in 9 seconds, adding 35 packages and using 37 MB. The build succeeded in 1 second. Tests failed with exit code 5 after 2 seconds because pytest found 0 tests. Pip-audit found 0 known vulnerabilities.

Actual use is lighter than that Python environment suggests. The README recommends npx skills add or copying the repository into Claude Code's skills directory, then asking the agent to edit pasted text or a file. There are no credentials or hosted services.

The repository has 9 files, roughly 37 source lines, and a checkout small enough to round to 0 MB in our scan. Most of the value lives in Markdown instructions. Output quality therefore depends on the calling model, its context, and a human comparison against the original.

It edits Chinese prose; it does not detect who wrote it

Humanizer-zh is a set of instructions for an AI agent. You paste Chinese text or point the agent at a file, and the skill asks it to remove filler, repetition, canned phrasing, and other habits associated with machine-written prose. The useful part is the boundary around that editing: preserve facts, uncertainty, attribution, timing, the author's position, and text that is already clear. The repository explicitly says it cannot prove authorship or guarantee passage through an AI detector.

The project is tiny: our scan found 9 files, roughly 37 source lines, and a checkout that rounded to 0 MB. The primary README, SKILL.md, changelog, examples, and checking instructions are in Chinese. No English documentation file appears at the repository root. That focus makes sense for Chinese editing, where four-character phrases, long modifiers, passive constructions, and formulaic background sentences need language-specific judgment rather than a translated English blacklist.

The preservation rules are more useful than the blacklist

Many writing cleaners fail by treating every repeated pattern as evidence of bad prose. Humanizer-zh tells the agent to keep a real list even when it happens to contain 3 items, retain a passive sentence when the actor is unknown, and leave a clear instruction alone. It also says not to turn a possibility into a conclusion or a future plan into completed work. Those constraints matter more than swapping fashionable words, because a smoother sentence is a failure if it changes the claim.

The current material organizes 31 checks into groups covering staged openings, formulaic rhythm, inflated claims, decorative formatting, chatbot residue, and Chinese-specific habits. File mode protects code blocks, YAML, data, headings, link targets, and anchors unless the user authorizes structural changes. That is a practical editing contract. It lets a developer ask for prose work on a Markdown document without silently granting permission to rewrite the commands or move referenced sections.

What happened when we ran it

Our sandbox installation succeeded in 9 seconds, adding 35 packages and occupying 37 MB. The build completed in 1 second. Pip-audit found 0 known vulnerabilities. We used commit f4518a8 in a fresh unprivileged Debian container with 3 CPUs and 8 GB of RAM. These numbers describe the environment created by the lab pipeline, not the cost of invoking a language model to perform an edit.

Pytest exited with code 5 after 2 seconds. It reported 0 passed, 0 failed, and no tests collected. The log simply says no tests ran in 0.00s; there is no deeper exception to diagnose. The repository does contain a tests directory, but its README describes prompt cases for manual comparison and a Python script that checks whether protected Markdown structure survives. Pytest does not discover that process as an automated suite.

Installation is easy; evaluation stays manual

The recommended command uses npx skills add with the GitHub URL. Manual installation copies the folder into Claude Code's skills directory, and /humanizer-zh checks whether it loads. There is no API token, server, database, or model bundled with the repository. The agent host supplies the model and context. That keeps setup simple, but it also means two model configurations can follow the same instruction differently.

The checking guide asks a reviewer to compare each output with its input: look for invented facts, missing conditions, changed attribution, stronger certainty, altered tone, or damaged structure. A separate script compares protected parts of a Markdown sample. The maintainers also say that a single run, shorter output, or a model's self-score does not prove quality. That is the right standard. Use the skill as an editing brief, then review the result like any other copy edit.

Detector promises are outside the product

One open issue says the output did not pass a named AI detector. The README already answers the larger expectation: Humanizer-zh is not a detector-evasion guarantee. Issue 37 challenged contradictions in the project's own writing, and the September 23, 2026 update rewrote the rules and examples around preserving meaning. Those discussions are relevant because they show users testing the stated purpose, not merely requesting more installation options.

GitHub recorded 18,356 stars, 31 combined open issues and pull requests, and 16 open issues when searched separately. The last push was September 23, 2026, the same date named in the README's update note. There is no GitHub release. Current activity is stronger evidence of maintenance than a missing release tag, though teams should pin a commit if edits must remain governed by one exact rule set.

Use it as a house editing brief

Humanizer-zh works best when a writer can explain the intended voice and inspect the final diff. Give it a sample written by the same author, state whether you want a rewrite or comments only, and keep the source beside the output. For file edits, run the structure checker and review every factual sentence. The skill's MIT license and small size make local adaptation easy if your publication has its own banned phrases or punctuation rules.

Do not buy the premise that one pass makes text human. The repository itself rejects that promise. Its useful contribution is narrower: a Chinese editing checklist that tells an agent what it must not damage. Our 0-test pytest result means trust comes from source comparison and editorial review, not a green test badge.

Alternatives

ProjectWhat it isPick it when
Humanizer gh↗The English-language instruction skill from which Humanizer-zh derives part of its structure.pick this instead when the source text and working language are English.
Stop SlopA collection of guidance for spotting and reducing common AI writing habits.pick this instead when you want a broader reference to consult rather than a Chinese Claude Code editing skill.

What people are saying

  1. [github-trending] op7418/Humanizer-zh

Sources

  1. Humanizer-zh README
  2. Humanizer-zh skill instructions
  3. Humanizer-zh test guide
  4. Open Humanizer-zh issues

More llm tools reviews

claude-skills · agent-beacon · MiMo-Code · pi-claude-bridge · treg · train-llm-from-scratch · the whole board →