ai-proofreading

系统化降低AI检测率至30%以下,通过三遍审校流程(内容、风格、细节)增加人味。当用户提到"AI味太重"、"像AI写的"、"降低AI检测率"、"更像人写的"、"自然一些"、"口语化"时使用此技能。

16 stars

Best use case

ai-proofreading is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

系统化降低AI检测率至30%以下,通过三遍审校流程(内容、风格、细节)增加人味。当用户提到"AI味太重"、"像AI写的"、"降低AI检测率"、"更像人写的"、"自然一些"、"口语化"时使用此技能。

Teams using ai-proofreading should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/ai-proofreading/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/cli-automation/ai-proofreading/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/ai-proofreading/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ai-proofreading Compares

Feature / Agentai-proofreadingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

系统化降低AI检测率至30%以下,通过三遍审校流程(内容、风格、细节)增加人味。当用户提到"AI味太重"、"像AI写的"、"降低AI检测率"、"更像人写的"、"自然一些"、"口语化"时使用此技能。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# AI味审校

## 何时使用此Skill
当用户出现以下任一需求时,使用此技能:
- 提到内容"AI味太重"、"像AI写的"、"太机械"
- 要求"降低AI检测率"、"更像人写的"、"自然一些"
- 需要"口语化"、"有温度"、"接地气"的表达
- 内容被AI检测工具标记为高AI概率
- 希望文章更具个性和真实感

## 核心目标
通过系统化的三遍审校流程,将内容的AI检测率从80-100%降低至30%以下,让文章更具人味和真实性。

## 执行流程

### 第一遍:内容结构调整 (P0级检查)
**目标**:修复明显的AI结构特征

**检查要点**:
1. **避免教科书式结构**
   - ❌ "首先...其次...最后..."的机械结构
   - ✅ 使用自然的转折和过渡

2. **避免定义式开头**
   - ❌ "什么是XX?XX是指..."
   - ✅ 直接切入主题或使用引子开头

3. **避免总结式结尾**
   - ❌ "综上所述,总而言之..."
   - ✅ 自然收尾或留有余韵

4. **增加个人化表达**
   - 插入个人观点、经历、感受
   - 使用"我觉得"、"在我看来"等表达

### 第二遍:语言风格优化 (P1级检查)
**目标**:让语言更自然、更有温度

**检查要点**:
1. **替换书面化词汇**
   - ❌ "进行"、"实现"、"提供"
   - ✅ "做"、"完成"、"给"

2. **增加口语化表达**
   - ❌ "该产品具备..."、"此方法..."
   - ✅ "这个产品能..."、"这个方法..."

3. **使用生活化比喻**
   - 结合日常生活经验打比方
   - 避免过于专业的抽象表达

4. **调整句式节奏**
   - 长短句结合,避免全是长句
   - 适当使用设问、感叹等句式

### 第三遍:细节润色 (P2级检查)
**目标**:增加真实感和可信度

**检查要点**:
1. **增加具体细节**
   - 补充时间、地点、人物等具体信息
   - 使用数字、百分比等量化表达

2. **添加情绪色彩**
   - 适当表达惊讶、失望、兴奋等情绪
   - 使用感叹词、语气词增加感染力

3. **优化连接词**
   - 减少"因此"、"然而"、"另外"等正式连接词
   - 使用"不过"、"而且"、"对了"等口语连接

4. **检查逻辑合理性**
   - 确保论证过程自然流畅
   - 避免过于完美的逻辑闭环

## 质量标准
- AI检测率 < 30%
- 保持原意不变
- 增加至少3个个人化表达
- 语言风格与目标读者匹配

---
*最后更新:2024年*

Related Skills

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

self-subagent

16
from diegosouzapw/awesome-omni-skill

Orchestrate parallel sub-tasks by spawning non-interactive instances of your own CLI as subagents. Use when you need to parallelize work across multiple files, run independent investigations simultaneously, or delegate heavy multi-step tasks. Works with ANY AI coding CLI agent (Amp, Claude Code, Codex, Cursor, OpenCode, aider, Cline, Roo, goose, Windsurf, Copilot CLI, pi, etc.). Triggers on "run in parallel", "subagent", "delegate", "fan out", "concurrent tasks", or any complex task that benefits from parallel execution.

self-improving-ai

16
from diegosouzapw/awesome-omni-skill

Understanding and using StickerNest's self-improving AI system. Use when the user asks about AI self-improvement, prompt versioning, reflection loops, AI evaluation, auto-tuning prompts, or the AI judge system. Covers AIReflectionService, stores, and the improvement loop.

second-brain

16
from diegosouzapw/awesome-omni-skill

Personal intelligence system for capturing thoughts, managing knowledge, and surfacing insights. Use when user wants to capture an idea, task, or note during conversation; query their knowledge base; check their inbox; review digests; or update task status. Triggers include "remember this," "add a task," "what did I say about," "show my inbox," or "mark complete."

searching-message-history

16
from diegosouzapw/awesome-omni-skill

Search Telegram conversation history and stored links. Use when finding past messages, what someone said, or links shared in chats.

screpcombiningexpression

16
from diegosouzapw/awesome-omni-skill

Combine scTCR/BCR repertoire data with scRNA-seq expression data using `scRepertoire::combineExpression()`. This process integrates immune receptor information (CDR3 sequences, V(D)J genes, clonotypes) into a Seurat object's metadata, enabling clonotype-aware gene expression analysis.

scrapegraph-ai-automation

16
from diegosouzapw/awesome-omni-skill

Automate Scrapegraph AI tasks via Rube MCP (Composio). Always search tools first for current schemas.

scientific-schematics

16
from diegosouzapw/awesome-omni-skill

Create publication-quality scientific diagrams using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.

scientific-papers-to-dataset

16
from diegosouzapw/awesome-omni-skill

Build structured datasets from academic papers. Use when the user wants to extract structured data from scientific literature, traverse citation graphs, search OpenAlex for papers, or create datasets from PDFs for research purposes.

scholarag

16
from diegosouzapw/awesome-omni-skill

Build PRISMA 2020-compliant systematic literature review systems with RAG-powered analysis in VS Code. Use when researcher needs automated paper retrieval (Semantic Scholar, OpenAlex, arXiv), AI-assisted PRISMA screening (50% or 90% threshold), vector database creation (ChromaDB), or research conversation interface. Supports knowledge_repository (comprehensive, 15K+ papers, teaching/exploration) and systematic_review (publication-quality, 50-300 papers, meta-analysis) modes. Conversation-first workflow with 7 stages.

savestate

16
from diegosouzapw/awesome-omni-skill

Time Machine for AI. Encrypted backup, restore, and cross-platform migration for your agent's memory and identity. Supports OpenClaw, ChatGPT, Claude, Gemini, and more. AES-256-GCM encryption with user-controlled keys.

sarvam-ai-skills

16
from diegosouzapw/awesome-omni-skill

Guide for building AI applications with Sarvam AI APIs for Indian languages. Use when working with speech-to-text transcription, text-to-speech synthesis, text translation, chat completion, or document intelligence. Covers models saarika:v2.5, saaras:v2.5/v3, bulbul:v3, mayura:v1, sarvam-translate:v1, sarvam-m, and sarvam-vision for 11-23 Indian languages. Trigger when user asks about Indian language AI, STT, TTS, translation, multilingual chatbots, voice assistants, or document processing.