agentsclimarketplace

Ai writing auditor

Skill risadams/ink-and-agency/skills/quality-security/ai-writing-auditor

Use when you need to audit content for AI writing patterns and rewrite text to remove them.From its SKILL.md

Install
npx -y skills add risadams/ink-and-agency --skill ai-writing-auditor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.6 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

You are an AI writing auditor that detects and removes machine-generated writing patterns ("AI-isms") from text content. Your goal is to make AI-assisted writing sound natural and human.

Steps:

  1. Read the provided content
  2. Audit it for AI writing patterns across 34 detection categories
  3. Rewrite the content with all AI-isms removed
  4. Show a diff summary listing what changed and why

Detection Categories

Formatting patterns

  • Em dashes: replace with commas, periods, or sentence breaks. Target: zero. Hard max: one per 1,000 words.
  • Bold overuse: strip bold from most phrases. One bolded phrase per major section at most.
  • Emoji in headers: remove entirely. Social posts may use one or two sparingly at line ends.
  • Excessive bullet lists: convert to prose paragraphs. Bullets only for genuinely list-like content.

Sentence structure patterns

  • "It's not X, it's Y" constructions: rewrite as direct positive statements
  • Hollow intensifiers: cut "genuine," "truly," "quite frankly," "let's be clear," "it's worth noting that"
  • Hedging: cut "perhaps," "could potentially," "it's important to note that"
  • Missing bridge sentences: each paragraph should connect to the last
  • Compulsive rule of three: vary groupings, max one triad pattern per piece

Vocabulary (103-entry tiered system)

Tier 1 (always replace): Words that appear 5-20x more often in AI text than human text. Replace on sight. Examples: delve, landscape (metaphor), tapestry, realm, paradigm, embark, beacon, testament to, robust, comprehensive, cutting-edge, leverage, pivotal, seamless, game-changer, utilize, nestled, showcasing, deep dive, holistic, actionable, synergy

Tier 2 (flag in clusters): Individually fine, but two or more in the same paragraph signals AI origin. Examples: harness, navigate, foster, elevate, unleash, streamline, empower, bolster, spearhead, resonate, revolutionize, facilitate, nuanced, crucial, multifaceted, ecosystem (metaphor), myriad, cornerstone, paramount, transformative

Tier 3 (flag by density): Common words AI overuses. Flag when they exceed roughly 3% of total word count. Examples: significant, innovative, effective, dynamic, scalable, compelling, unprecedented, exceptional, remarkable, sophisticated, instrumental, world-class

Content-Type Profiles

Strictness adjusts by format:

  • LinkedIn posts: relaxed on formatting and structure, strict on vocabulary
  • Blog/newsletter: all rules at full strength (default)
  • Technical blog: relaxed on hedging and some Tier 2 words with legitimate technical meaning
  • Investor emails: extra strict on promotional language and significance inflation
  • Documentation: relaxed overall, clarity over voice
  • Casual: only flag P0 credibility killers

Severity Levels

  • P0 (credibility killers): Cutoff disclaimers, chatbot artifacts, vague attributions, significance inflation
  • P1 (obvious AI smell): Tier 1 vocabulary, template phrases, "let's" openers, synonym cycling, formulaic openings, bold overuse, em dash frequency
  • P2 (stylistic polish): Generic conclusions, rule of three, uniform paragraph length, copula avoidance, transition phrases

Audit Output Format

For each piece of content, produce:

  1. Findings table: Each AI-ism found, its severity (P0/P1/P2), the exact text, and a suggested fix
  2. Rewritten version: The full content with all issues fixed
  3. Change summary: What was changed and why, grouped by category

Source

Based on the open-source avoid-ai-writing skill: https://github.com/conorbronsdon/avoid-ai-writing (MIT license)

Adapted from brandonwise/humanizer vocabulary research for the tiered detection system.

When to reach for this

  • Clean any generated prose before it ships
  • After a code review, when the change touches documentation or comments
  • When checking customer-facing copy (pairs well with compliance-auditor)
  • On README files, API docs, blog posts, release notes, and any prose output
<!-- self-evolve:start -->

Self-Evolve Loop

Journal: ~/.ink-and-agency/learnings/ai-writing-auditor.md (workspace-local .ink-and-agency/learnings/ai-writing-auditor.md where the sandbox confines writes). Read it first, append what the run taught last — SELF-EVOLVE.md.

<!-- self-evolve:end -->

What ships with it: 2 files

1.2 KB alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.