agent-native-reviewer
Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
Draft, audit, or edit prose to remove AI-writing tells without changing facts or flattening voice; use for humanizing text, reviewing AI slop, or scanning prose files and docs.
$ npx -y skills add udecode/dotai --skill unslop --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/unslopContext preview
The summary Claude sees to decide when to auto-load this skill.
Draft, audit, or edit prose to remove AI-writing tells without changing facts or flattening voice; use for humanizing text, reviewing AI slop, or scanning prose files and docs.
name: unslop description: Draft, audit, or edit prose to remove AI-writing tells without changing facts or flattening voice; use for humanizing text, reviewing AI slop, or scanning prose files and docs.
Make prose sound like its author on a good day. Cut formulas, preserve substance.
If the user asks whether AI wrote a passage, audit the writing. Do not infer authorship or cite an AI detector as proof.
1. **Separate the brief from the artifact.** Instructions about the text do not belong in the text. 2. **Lock the substance.** Preserve facts, numbers, names, dates, URLs, citations, quotations, technical claims, causal claims, obligations, and meaningful qualifiers. 3. **Match the author.** A supplied writing sample outranks generic style rules. Preserve vocabulary, cadence, bluntness, humor, uncertainty, and deliberate rough edges. 4. **Respect the evidence boundary.** Never invent a feature, anecdote, metric, source, quote, owner, deadline, or outcome to make vague prose sound concrete. 5. **Edit surgically.** A clear human sentence needs no polish. A false positive that flattens voice is worse than one surviving tell. 6. **Protect literal content.** Do not rewrite code, commands, identifiers, quoted text, citation text, data, or link targets unless the user asks. 7. **Optimize for writing, not detectors.** Do not add odd wording, fake errors, invisible characters, or fabricated detail to evade detection.
1. Read the full input. Identify the artifact, audience, medium, purpose, and requested mode. 2. Record the core claim and the voice signals worth keeping. Keep this note internal unless the user asks for analysis. 3. Lock preservation-sensitive content. For vague or high-stakes copy, read [voice and preservation](references/voice-and-preservation.md). 4. Draft freely or collect candidate tells. For a thorough audit, read [pattern catalog](references/patterns.md). 5. Validate each candidate before changing it:
6. Rewrite in this order:
7. Compare the rewrite with the source. Any lost or added claim is a defect. 8. Read the result aloud. Fix robotic symmetry, choppiness, blandness, and new formulas introduced during editing.
Read [modes and media](references/modes-and-media.md) for file, repo, detector-facing, high-stakes, or non-English work.
When local text files are available, use the bundled script to find review candidates and compare preservation-sensitive tokens. Resolve `scripts/audit-prose.mjs` relative to this `SKILL.md`; pass absolute target paths when the current directory differs.
node scripts/audit-prose.mjs audit path/to/file-or-directory node scripts/audit-prose.mjs compare original.txt rewrite.txt
Add `--json` for machine-readable output, `--include-quotes` to scan blockquotes, or `--fail-on-invariant-change` when a comparison should fail CI. The script reports signals. It cannot judge voice, truth, or authorship.
For provenance or skill maintenance, read [sources](references/sources.md).
Shared skills for coding agents. Skills are the main routing layer. This repo is the canonical source for reusable udecode workflows; downstream repos should link to these skills instead of copying long SKILL.md files around.
Repo: udecode/dotai
Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and…
Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.
Run a scoped Linear backlog autonomously as a sequence of maximal safe parallel batches by composing orchestrator, autogoal, and task. Use when the user wants…
Turn the current Codex thread into a coordination thread that routes implementation work to durable reusable child threads in disposable worktrees with…
Resolve GitHub PR review feedback with source-backed triage, fixes, autogoal plan state, focused proof, replies, and thread resolution.