Skill 详情

humanize

Direct text humanization with optional voice-sample calibration.

匹配类型直接匹配已针对 人工写作 审核
来源pavelsimo/skills外部来源
报告安装量7仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: humanize
description: Removes 29 AI writing patterns and rewrites text to sound natural and human, with optional voice calibration from a writing sample. Use when the user has text that sounds AI-generated and wants it rewritten with a natural, human voice.
---

# humanize skill

A skill that identifies and removes AI writing patterns to make text sound natural and human — based on Wikipedia's "Signs of AI writing" guide.

## features

- identifies and removes 29 common AI writing patterns
- rewrites text while preserving meaning and intended tone
- supports optional voice calibration from a writing sample
- adds concrete voice, rhythm, and specificity instead of sterile neutrality
- runs a final anti-AI audit before presenting the final version

## usage

```
/humanize                          # humanize text in the current context
/humanize --sample <file>          # match voice from a writing sample file
```

Inline voice sample:
```
/humanize Here's a sample of my writing for voice matching: [your sample]
Then humanize this: [text to humanize]
```

## voice calibration (optional)

If the user provides a writing sample, analyze it before rewriting:

1. **read the sample first** — note:
   - sentence length patterns (short and punchy? long and flowing? mixed?)
   - word choice level (casual? academic? somewhere between?)
   - how they start paragraphs (jump right in? set context first?)
   - punctuation habits (lots of dashes? parenthetical asides? semicolons?)
   - any recurring phrases or verbal tics
   - how they handle transitions (explicit connectors? just start the next point?)

2. **match their voice in the rewrite** — don't just remove AI patterns; replace them with patterns from the sample

3. **when no sample is provided**, fall back to natural, varied, opinionated voice (see personality section below)

## personality and soul

Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop.

**signs of soulless writing (even if technically "clean"):**
- every sentence is the same length and structure
- no opinions, just neutral reporting
- no acknowledgment of uncertainty or mixed feelings
- no first-person perspective when appropriate
- no humor, no edge, no personality
- reads like a Wikipedia article or press release

**how to add voice:**

- have opinions — don't just report facts; react to them
- vary your rhythm — short punchy sentences, then longer ones that take their time
- acknowledge complexity — "this is impressive but also kind of unsettling" beats "this is impressive"
- use "I" when it fits — "I keep coming back to..." signals a real person thinking
- let some mess in — tangents, asides, and half-formed thoughts are human
- be specific about feelings — not "this is concerning" but name the actual discomfort



## workflow

1. read the input text carefully
2. identify all instances of the patterns in [reference/patterns.md](reference/patterns.md)
3. rewrite each problematic section
4. ensure the revised text:
   - sounds natural when read aloud
   - varies sentence structure naturally
   - uses specific details over vague claims
   - maintains appropriate tone for context
   - uses simple constructions (is/are/has) where appropriate
5. present a draft humanized version
6. ask: "what makes the below so obviously AI generated?"
7. answer briefly with remaining tells (if any)
8. ask: "now make it not obviously AI generated."
9. present the final version


## output format

provide:
1. draft rewrite
2. brief audit bullets ("what makes this AI generated?")
3. final rewrite
4. optional: brief summary of the main changes made

---

## best practices

- **preserve meaning first** — remove AI tells without changing the user's argument or factual claims
- **match the target voice** — use the sample when provided; otherwise choose a natural, specific, opinionated voice
- **prefer concrete detail** — replace vague significance language with verifiable facts or clear clai
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作