sanitizing-text

Remove AI-flavored language and unnecessary phrasing from text.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/fascari/ai-config --skill sanitizing-text
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sanitizing-text
Source: https://github.com/fascari/ai-config/tree/main/skills/sanitizing-text
Command: npx skills add https://github.com/fascari/ai-config --skill sanitizing-text

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-processing pass applied to any text produced by other skills before it is written to a file or sent to an external system (issue tracker, wiki, GitHub). Never generates content; only cleans content that already exists.

Core Features & Use Cases

  • Removes AI-sounding language and unnecessary phrasing to improve clarity and professionalism.
  • Applies a defined set of sanitization rules in order, preserving structure and code blocks.
  • Use Case: before posting to tickets, docs, or wiki pages, or when a user asks to "clean this up".

Quick Start

Provide the target text to sanitize and this skill will apply its rules to return the cleaned content.

Frequently Asked Questions about sanitizing-text

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI-generated language from text before saving to documentation or issue trackers?

To remove AI-flavored language from text before saving, you can apply a post-processing sanitization pass that standardizes language, punctuation, and formatting while preserving code blocks and inline code. This refines content for professional documentation, tickets, or wikis.

What is text sanitization for professional content editing?

Text sanitization for professional content editing is a cleaning process that removes unnecessary AI-sounding phrasing and standardizes punctuation and formatting. It ensures that text destined for files, issue trackers, or GitHub pages maintains a professional tone without altering code blocks.

How do I clean up documentation formatting without breaking inline code?

To clean up documentation formatting without breaking inline code, apply a fixed set of sanitization rules that specifically target and preserve code blocks and inline code. This standardizes language and punctuation while leaving technical code syntax untouched.

Can I use automated text cleaning for GitHub pages and wiki comments?

Yes, automated text cleaning can be applied to any text destined for GitHub pages, wikis, or issue tracker comments. It acts as a post-processing pass to refine existing content by removing unnecessary phrasing before it is saved or published.

Does automated text sanitization generate new content for my tickets?

No, automated text sanitization never generates content. It only cleans and refines text that already exists by applying a defined set of rules in order to remove AI-sounding language and improve clarity before saving.

What's the best way to standardize language in AI-assisted issue tracker tickets?

The best way to standardize language in AI-assisted issue tracker tickets is to run a post-processing pass that removes AI-sounding phrases and standardizes punctuation. This ensures professional, clear communication before the ticket is saved or published.