From hooman
Audits existing prose for AI writing patterns and flags every violation with line-level location, pattern name, and suggested fix. This skill should be used when the user says "review for bot patterns", "audit this text", "debot this", "check for AI tells", "review prose", or invokes /hooman-review or $hooman-review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hooman:hooman-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit prose for AI writing patterns. Flag every violation with location, pattern name, and fix. No commentary outside violations.
Audit prose for AI writing patterns. Flag every violation with location, pattern name, and fix. No commentary outside violations.
L<line>: [PATTERN] "<offending text>" -> "<fix>"
If auditing inline text (not a file): list all violations first, then output the clean rewritten version.
If auditing a file: list violations grouped by type, then offer to apply fixes.
Flag in this order:
Scan for: delve, underscore, leverage, utilize, elucidate, facilitate, showcase, foster, harness, embark, unveil, pivotal, crucial, robust, intricate, comprehensive, seamless, meticulous, commendable, transformative, innovative, cutting-edge, vital, essential, landscape, tapestry, interplay, nuanced, garner, elevate, illuminate, testament, journey, navigate, vibrant, groundbreaking, resilience, diverse.
Scan sentence-opening words: Furthermore, Moreover, Additionally, Importantly, Notably, It is worth noting, It is important to note, That being said, In the realm of, At its core.
Scan for: "directly addresses", "confirms that", "consistent with" (lazy causal), "particularly relevant", "offers a robust", "plays a pivotal role", "represents a significant step", "clearly demonstrate the effectiveness", "lays the groundwork", "Future work will explore", "important implications for", "To the best of our knowledge".
Scan for: "serves as", "stands as", "represents" (as substitute for "is"), "boasts", "features", "marks" — when used in place of simple "is/are".
When violations are mixed in severity:
[WORD] — flagged word, easy swap[PHRASE] — hollow phrase or transition opener[STRUCTURE] — structural pattern, needs restructuring[DOCUMENT] — document-level tell, needs broader revisionInput:
Furthermore, this comprehensive framework leverages cutting-edge methodologies to delve into the intricate interplay between X and Y — providing a robust foundation for future research.
Output:
L1: [PHRASE] "Furthermore," -> cut, start with subject
L1: [WORD] "comprehensive" -> "thorough" or cut
L1: [WORD] "leverages" -> "uses"
L1: [WORD] "cutting-edge" -> "recent" or cite benchmark
L1: [WORD] "delve into" -> "examine"
L1: [WORD] "intricate" -> "complex" or cut
L1: [WORD] "interplay" -> "interaction"
L1: [STRUCTURE] "— providing" -> end sentence, start new clause
L1: [WORD] "robust" -> "strong" or name the property
L1: [PHRASE] "foundation for future research" -> cut or state the specific next step
Clean version:
This framework uses recent methodologies to examine the interaction between X and Y. It provides a strong foundation for [specific next step].
Flags prose only — does not change technical content, equations, citations, or code. "stop hooman-review" or "normal mode": revert.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vistormu/hooman --plugin hooman