From claude-skills
Use when: (1) User asks to "review for AI writing" or "check for LLM signs" (2) User wants to "detect AI-generated text" or "humanize this document" (3) User wants to identify and fix signs of AI/LLM-generated writing (4) User mentions Wikipedia AI writing guidelines
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills:ai-writing-detectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AI-generated text often contains telltale signs that reduce credibility and readability. Users need a systematic way to
AI-generated text often contains telltale signs that reduce credibility and readability. Users need a systematic way to identify and fix these patterns.
This skill activates when the user asks to:
Based on Wikipedia's comprehensive guide: https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing
Pattern: Puffing up importance with vague statements about broader significance.
Red flags:
Fix: Remove vague importance claims. State specific, verifiable facts instead.
Pattern: Hitting readers over the head with claims of notability.
Red flags:
Fix: Remove media listing unless relevant. Cite specific claims, not general coverage.
Pattern: Attaching "-ing" phrases claiming significance without evidence.
Red flags:
Fix: Remove editorial commentary. Let facts speak for themselves.
Pattern: Sounds like a travel brochure or product pitch.
Red flags:
Fix: Use neutral, factual language. Remove superlatives and marketing speak.
Pattern: Telling the reader what's "important to remember."
Red flags:
Fix: Remove meta-commentary. Just state the information.
Pattern: Restating what was just said.
Red flags:
Fix: Remove redundant summaries. Trust the reader.
Pattern: Rigid outline with challenges section followed by optimistic conclusion.
Red flags:
Fix: Integrate challenges naturally. Remove speculation about future.
Pattern: Article titles introduced as if they were standalone real-world entities.
Red flags:
Fix: Write naturally. Don't define the article title as if it's a concept.
Pattern: Short sentences listing absent things with "no..., no..., just..."
Red flags:
Fix: Write in complete sentences. Explain what IS rather than what ISN'T.
High-frequency AI words (especially when multiple appear together):
| Category | Words |
|---|---|
| Verbs | delve, underscore, highlight, emphasize, showcase, leverage, navigate, foster, spearhead, bolster, fortify, grapple, hone, underpin, broaden, elevate, streamline, harness |
| Adjectives | crucial, pivotal, intricate, nuanced, comprehensive, multifaceted, robust, innovative, seamless, holistic, groundbreaking, cutting-edge, meticulous, versatile, dynamic |
| Nouns | tapestry, landscape, paradigm, realm, synergy, trajectory, cornerstone, catalyst, beacon, testament, hallmark, confluence, nexus, mosaic, bedrock |
| Phrases | "rich tapestry", "broader landscape", "key/integral/pivotal role", "significant/notable/remarkable", "a testament to", "poised to", "at the forefront" |
Fix: Replace with simpler, more specific language.
Pattern: "Not only... but also..." or "It's not just about X, it's about Y"
Red flags:
Fix: Simplify to direct statements.
Pattern: Everything comes in threes: "adjective, adjective, and adjective"
Red flags:
Fix: Vary list lengths. Use specific examples instead of categories.
Pattern: Attributing claims to unnamed authorities.
Red flags:
Fix: Name specific sources or remove the claim.
Pattern: Using different synonyms for the same thing to avoid repetition.
Red flags:
Fix: Repeat terms when clarity requires it. Consistent terminology is fine.
Pattern: "From X to Y" where X and Y aren't actually endpoints of a coherent scale.
Red flags:
Fix: List items normally or describe the actual range if one exists.
Pattern: Capitalizing All Main Words In Section Headings
Fix: Use sentence case (only capitalize first word and proper nouns).
Pattern: Bolding key terms, definitions, or "takeaways" throughout.
Red flags:
Fix: Reserve bold for article title and critical disambiguation only.
Pattern: Lists with "Header: description" format.
Red flags:
Fix: Use proper headings or write in prose.
Pattern: Emojis in headings or bullet points.
Red flags:
Fix: Remove all emojis from technical/formal documents.
Pattern: Overuse of em dashes (-) in formulaic ways.
Red flags:
Fix: Replace most em dashes with commas, parentheses, or periods.
Pattern: Using "curly" quotes instead of "straight" quotes.
Note: This alone isn't proof - Word and iOS also do this.
Pattern: Markdown syntax appearing where it shouldn't.
Red flags:
**bold** or *italic* not rendered## Heading appearing as text[link](url) syntaxFix: Convert to proper format for the target platform.
Definitive AI markers:
turn0search0, turn0image0:contentReference[oaicite:0]{index=0}[oai_citation:0source.com][attached_file:1]<grok_card> tags({"attribution":{"attributableIndex":"X-Y"}})Fix: Remove entirely. These are copy-paste artifacts.
Pattern: URLs with utm_source=chatgpt.com or utm_source=openai
Note: Proves ChatGPT was used for research, not necessarily that text is AI-generated.
Pattern: Disclaimers about information being current "as of" a date.
Red flags:
Fix: Remove disclaimers. Verify and update information.
Pattern: AI declining to do something.
Red flags:
Fix: Obviously remove. Indicates zero review of output.
Pattern: Fill-in-the-blank templates.
Red flags:
[Entertainer's Name][Describe the specific section...]2025-xx-xx dates<!-- Add if available with citation -->Fix: Fill in or remove placeholders.
Pattern: Email subject lines pasted into document.
Red flags:
Fix: Remove subject lines entirely.
Pattern: AI advice/prewriting meant for user, not final content.
Red flags:
Fix: Remove meta-commentary. Keep only final content.
Pattern: Citations that don't exist or are fabricated.
Red flags:
Fix: Verify every citation. Remove or replace hallucinated ones.
Pattern: Unusually long, formal edit summaries.
Red flags:
Fix: Use concise edit summaries.
Pattern: Text ending mid-sentence or mid-thought.
Red flags:
<|endoftext|> markersFix: Complete or remove truncated content.
Pattern: LLM-specific footnote syntax.
Red flags:
<- characters indicating footnotes<- <-2Fix: Convert to standard citation format.
Pattern: Writing quality dramatically changes from editor's usual style.
Red flags:
Note: Be careful - people improve, and non-native speakers vary.
Pattern: American English from Indian user writing about Indian topic.
Red flags:
Note: Non-native speakers often mix varieties naturally.
Pattern: Text added before ChatGPT launch (Nov 30, 2022).
Fact: Pre-November 2022 text is almost certainly human-written.
These are NOT reliable AI indicators:
Remember:
When reviewing a document, iterate through these steps:
Look for definitive markers (turn0search, contentReference, utm_source, etc.)
Highlight overused AI words. Count occurrences.
For each issue found:
Re-read the document to ensure:
When I invoke this skill, I will:
User: "Review this ADR for AI writing signs"
Assistant:
Reads the document
Performs systematic review using the categories above
Reports findings like:
Line 45: "marking a pivotal moment" - Undue emphasis (1.1)
Fix: Remove. State the specific significance if any.
Line 67: "highlighting its crucial role" - Superficial analysis (1.3)
Fix: Remove "-ing" clause. Let facts speak.
Line 89: "comprehensive, robust, and innovative" - Rule of three + AI vocab (2.1, 2.3)
Fix: Use specific description instead.
Applies fixes
Re-reviews until clean
npx claudepluginhub cajias/claude-skills --plugin cc-plugin-authoringGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.