What problem does it solve? AI-generated text carries recognizable tells: puffery, em dash overuse, rule-of-three structures, chatbot phrases, and vague attributions. This Skill detects and rewrites those patterns in prose, commits, PRs, and code diffs so the output reads as human-written. ## Core Features & Use Cases - Pattern detection and rewrite: Scans for 31 cataloged AI tells across content, language, style, filler, and jargon, then rewrites while preserving meaning and tone. - Voice restoration: Adds opinions, varied rhythm, specificity, and first person where appropriate so text is not sterile after cleanup. - Code diff cleanup: Before commit, cuts narrating comments, unsupported guards, dead compatibility paths, and unrelated edits riding the same commit. - Use Case: After drafting a verification report or PR description with an AI assistant, run this pass to strip phrases like "Additionally" and "showcasing", replace em dashes with periods, and name the actual Gradle task or android command that ran. ## Quick Start Review my PR description and commit message, remove any AI writing patterns, and rewrite them in a natural human voice.