Skip to content

Commit a6c7487

Browse files
authored
Merge pull request #84 from mvanhorn/fix/78-content-preservation
fix: add content preservation rule and strengthen em dash handling
2 parents 69e794a + 7bfde7f commit a6c7487

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

SKILL.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ When given text to humanize:
3030
1. **Identify AI patterns** - Scan for the patterns listed below
3131
2. **Rewrite problematic sections** - Replace AI-isms with natural alternatives
3232
3. **Preserve meaning** - Keep the core message intact
33-
4. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.)
34-
5. **Add soul** - Don't just remove bad patterns; inject actual personality
35-
6. **Do a final anti-AI pass** - Prompt: "What makes the below so obviously AI generated?" Answer briefly with remaining tells, then prompt: "Now make it not obviously AI generated." and revise
33+
4. **Never truncate** - Your output must cover everything the original covers. Rewrite sentences, don't delete them. If the original has five paragraphs, the rewrite has five paragraphs.
34+
5. **Maintain voice** - Match the intended tone (formal, casual, technical, etc.)
35+
6. **Add soul** - Don't just remove bad patterns; inject actual personality
36+
7. **Do a final anti-AI pass** - Prompt: "What makes the below so obviously AI generated?" Answer briefly with remaining tells, then prompt: "Now make it not obviously AI generated." and revise
3637

3738

3839
## Voice Calibration (Optional)
@@ -270,6 +271,14 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as
270271
**After:**
271272
> The term is primarily promoted by Dutch institutions, not by the people themselves. You don't say "Netherlands, Europe" as an address, yet this mislabeling continues in official documents.
272273
274+
Also catch spaced em dashes (``) and double hyphens (` -- `) used as em dashes. These are the same pattern in different typography.
275+
276+
**Before:**
277+
> The new policy — announced without warning — affects thousands of workers. The changes -- long overdue according to critics -- will take effect immediately.
278+
279+
**After:**
280+
> The new policy, announced without warning, affects thousands of workers. The changes, long overdue according to critics, will take effect immediately.
281+
273282

274283
### 15. Overuse of Boldface
275284

0 commit comments

Comments
 (0)