avoid-ai-writing
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI…
Use when a user asks what AI-writing flags mean, whether detector output proves AI authorship, or wants a careful interpretation of possible false positives, especially for academic, hiring, publication, disciplinary, or other consequential decisions.
$ npx -y skills add conorbronsdon/avoid-ai-writing --skill false-positive-reviewer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/false-positive-reviewerContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a user asks what AI-writing flags mean, whether detector output proves AI authorship, or wants a careful interpretation of possible false positives, especially for academic, hiring, publication, disciplinary, or other consequential decisions.
name: false-positive-reviewer description: Use when a user asks what AI-writing flags mean, whether detector output proves AI authorship, or wants a careful interpretation of possible false positives, especially for academic, hiring, publication, disciplinary, or other consequential decisions.
Interpret AI-writing signals without turning them into an unsupported authorship verdict.
Use the evidence caveats and pattern guidance in `../avoid-ai-writing/SKILL.md`. The original Skill explicitly treats flags as writing-quality signals, not proof of who or what wrote the text.
For cross-Skill work, follow `../avoid-ai-writing-router/references/handoff-contract.md` and `../avoid-ai-writing-router/references/skill-graph.json`.
Accept interpretation work from:
Preserve the distinction between:
Update the handoff envelope only with interpretation-relevant state:
Do not rewrite detector scores, invent confidence values, or convert uncertainty into a probability of authorship.
This Skill has no direct outgoing Skill edge.
If fresh signal collection is genuinely needed, return control to `avoid-ai-writing-router` with `fresh_signal_collection_needed`. The router may run `ai-writing-detector` and then route the updated evidence back for interpretation if the user's request still requires it.
If the user separately asks to rewrite or edit the text, return control to the router with the new intent. Do not jump directly into rewrite or mutation from this Skill.
This keeps interpretation terminal in the Skill graph and prevents reviewer-detector cycles.
Apply the `agency-ai-engineer` lens encoded in `../avoid-ai-writing-router/references/agency-role-lenses.md`:
1. Identify which observations are deterministic detector hits, model-only editorial observations, or contextual facts supplied by the user. 2. Explain the strongest signals and plausible human reasons they can appear. 3. Consider genre, second-language writing, technical register, deadline pressure, editing tools, typography software, and the writer's known baseline when those facts are available. 4. If an adequate audit is missing and the user wants one, return control to the router with a fresh-signal request. Do not call the detector directly. 5. For consequential decisions, do not turn a score or pattern list into a definitive claim of AI use, cheating, fraud, dishonesty, or suitability. 6. Suggest evidence that is more probative for the legitimate decision, such as source history, drafts, revision logs, direct discussion with the writer, or task-specific process evidence.
Stop when the interpretation question is answered. If more signal collection or a different action is requested, return control to the router rather than opening a direct Skill loop.
Distinguish what the text actually shows, what it may suggest, what it cannot establish, which evidence came from executed tooling versus model-only review, what additional evidence would reduce uncertainty, and whether control should return to the router for a newly requested stage.
Audit & rewrite content to remove AI writing patterns. A practical skill for any AI agent. Supports detect-only and edit-in-place modes, plus voice profiles.
Repo: conorbronsdon/avoid-ai-writing
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI…
Use when the user asks to detect, scan, audit, score, or flag AI-writing patterns without rewriting the text, including requests for a deterministic local…
Use when a request combines AI-writing audit, rewrite, file editing, voice preservation, false-positive interpretation, verification, or when the user invokes…
Use when the user names a local file and explicitly asks to clean, rewrite, humanize, or remove AI-writing patterns in that file itself, with minimal targeted…
Use when the user provides an original and rewritten version, asks whether a rewrite preserved protected content, or wants a deterministic check for code,…
Use when the user asks to rewrite, humanize, clean up, or remove AI-isms from text while preserving the writer's voice, facts, intent, structure, register, and…