Add humanizer-ru skill (Russian-language AI-text editor) - #2646
Open
Vladimir-Human wants to merge 3 commits into
Open
Add humanizer-ru skill (Russian-language AI-text editor)#2646Vladimir-Human wants to merge 3 commits into
Vladimir-Human wants to merge 3 commits into
Conversation
Contributor
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
🔒 PR Risk Scan ResultsScanned 19 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
Vladimir-Human
added a commit
to Vladimir-Human/humanizer-ru
that referenced
this pull request
Aug 13, 2026
Канал C1 (SPEC_MERGED, Д5): в каталог github/awesome-copilot подан PR с папкой skills/humanizer-ru/ (SKILL.md + 16 справочников, структура как у finnish-humanizer; шапка проверена нашим check_spec --strict). В описании PR честно: не средство обхода детекторов, Snyk E005 — задокументированное ложное срабатывание (тикет #46), npm-валидация не гонялась локально (нет npm) — поправки по CI каталога готов принять. Строка метрик обновлена. 33 гейта FAIL 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds humanizer-ru — a Russian-language editing skill that finds and removes traces of machine generation from Russian text and, on explicit request, rewrites it as a native speaker would.
This fills the empty Russian slot in the catalogue:
finnish-humanizeris currently the only language humanizer here.What the skill does
Declaration (important for review)
This is not a detector-bypass tool. The project explicitly declares "не средство обхода детекторов" (not a detector-bypass means) and states that false positives on living text are worse than missed machine text. The README includes a comparison table against same-named repos that openly advertise detector-bypass positioning.
Known automated-audit caveat: the skills.sh catalogue shows a red Snyk badge (E005) — a documented false positive on the Perplexity
ppl-ai-file-uploadmarker (analysis pinned in https://github.com/Vladimir-Human/humanizer-ru/issues/46); the other two auditors pass.Notes
SKILL.md+ 16 reference files (~80 KB total), mirroring the structure offinnish-humanizer.npm run skill:validatewas not run locally — no npm in the contributor's environment; happy to fix anything your CI flags.