Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计未展示

lovstudio%3areview-doclovstudio%3 查看文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

835

周安装

25

GitHub Stars

45

下载量

1
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lovstudio%3areview-doc(lovstudio%3 查看文档)
来源仓库:https://github.com/lovstudio/skills
仓库路径:skills/lovstudio%3Areview-doc
安装命令:
npx skills add https://github.com/lovstudio/skills --skill lovstudio:review-doc
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lovstudio/skills --skill lovstudio:review-doc

简介

lovstudio%3areview-doc 用于辅助文档、README 和 Markdown 内容的整理与改写。

  • 适合让 Agent 提炼结构、补齐章节、统一术语或检查链接。
  • 使用时应保留项目已有事实,避免将未确认信息写成确定结论。
  • 涉及对外文案时需控制语气,避免过度营销或夸大能力。
  • 建议结合具体文档类型验证输出风格和适用场景。

SKILL.md

review-doc — Review & Annotate Documents / 批阅文档与合同

AI-powered document and contract review. Outputs annotated docx with comments and/or tracked changes.

审阅文档或合同,AI 进行审查分析,将审查意见以批注(comment)或修订模式 (track changes)写回文档,输出带批注的 docx。

When to Use

  • User provides a document for review, annotation, or audit 用户提供文档要求审阅、审查、批注、批阅
  • Contract/agreement review: risk clauses, rights imbalance, vague wording, missing clauses 合同/协议审查:识别风险条款、权利义务失衡、模糊表述、缺失条款
  • General document review: grammar, logic, formatting, completeness 通用文档审阅:语法、逻辑、格式、内容完整性
  • Supports.docx input / 当前支持.docx 格式输入

Workflow

Step 1: Extract text

Extract paragraph text and indices / 用脚本提取段落文本和索引:

python3 lovstudio-review-doc/scripts/annotate_docx.py extract --input <path.docx>

Outputs JSON array, each item has index (paragraph number) and text. Includes text inside tracked changes (<w:ins>) — e.g. counterparty revisions visible in Track Changes mode. 输出 JSON 数组,每项含 index(段落序号)和 text(含修订追踪内容)。

Important: If the document has tracked changes (e.g. Schedule A added via Track Changes), these paragraphs are now included in extraction. Always review the full extracted output before generating annotations. 如果文档包含修订追踪内容(如对方以 Track Changes 添加的附件),这些段落 现已包含在提取结果中。

Step 2: Ask the user

IMPORTANT: Use AskUserQuestion BEFORE generating annotations.

Review mode / 审阅模式确认

━━━ Review type / 审阅类型 ━━━
a) Contract review — risk clauses, rights, vague wording, missing clauses
   合同/协议审查 — 风险条款、权利义务、模糊表述、缺失条款
b) General document review — grammar, logic, formatting, completeness
   通用文档审阅 — 语法、逻辑、格式、内容完整性

━━━ Annotation mode / 批注方式 ━━━
a) Comments only (default) — add comments alongside text, no changes
   批注模式(默认) — 在原文旁加 comment,不改原文
b) Track changes — directly modify text, recipient can accept/reject
   修订模式 — 用 track changes 直接改原文,对方可逐条接受/拒绝
c) Comments + track changes — comments for analysis, revisions for suggestions
   批注 + 修订 — 批注写分析意见,修订写建议改法

━━━ Author name / 批注者署名 ━━━
Default "手工川", customizable

Step 3: AI Review

Review the extracted text. For contract review, focus on:

根据提取的文本进行审查。对于合同审查,重点关注:

  1. Risk clauses / 风险条款 — one-sided rights, disclaimers, force majeure abuse
  2. Rights imbalance / 权利义务失衡 — disproportionate obligations, inadequate consideration
  3. Vague wording / 模糊表述 — "reasonable", "appropriate" without objective criteria
  4. Missing clauses / 缺失条款 — dispute resolution, post-termination obligations, IP ownership
  5. Terms & amounts / 期限与金额 — unreasonable durations or amounts
  6. Legal compliance / 法律合规 — governing law, arbitration clauses

生成 annotations JSON,格式:

{
  "comments": [
    {
      "paragraph": 18,
      "text": "【风险】Sourced Deal 认定...",
      "author": "手工川"
    }
  ],
  "revisions": [
    {
      "paragraph": 12,
      "old": "terminates automatically",
      "new": "terminates automatically, provided that...",
      "author": "手工川"
    }
  ]
}

Annotation text format / 批注文本格式规范:

  • Lead with tag / 以标签开头:【风险/Risk】【建议/Suggestion】【缺失/Missing】【模糊/Vague】【注意/Note】
  • Concise, 1-3 sentences per annotation / 简明扼要,每条批注控制在 1-3 句话
  • Provide concrete revision direction when suggesting changes / 有建议时给出具体修改方向
  • Match the document language — Chinese docs get Chinese annotations, English docs get English, mixed docs get bilingual / 批注语言跟随文档语言

Step 4: Apply annotations

将 JSON 写入临时文件,调用脚本:

python3 lovstudio-review-doc/scripts/annotate_docx.py annotate \
  --input <原文.docx> \
  --annotations <annotations.json> \
  --output <输出路径.docx>

Step 5: Output naming

输出文件名规范:手工川-{原文件名}-审阅-{YYYY-MM-DD}-v0.1.docx

放在原文件同目录下。

CLI Reference

python3 annotate_docx.py extract --input <path.docx>
python3 annotate_docx.py annotate --input <path.docx> --annotations <json> --output <path.docx>
SubcommandArgumentDescription
extract--input输入 docx 路径
annotate--input输入 docx 路径
annotate--annotationsJSON 批注文件路径
annotate--output输出 docx 路径

Comment JSON Fields

FieldRequiredDescription
paragraphYes0-based 段落索引
textYes批注内容
authorNo批注者署名(默认 "Reviewer")
startNo字符偏移起始位置(精确高亮)
endNo字符偏移结束位置

Revision JSON Fields

FieldRequiredDescription
paragraphYes0-based 段落索引
oldYes要替换的原文
newYes修改后的文本
authorNo修订者署名

Caveats

  • Revisions match per-run: old text in revisions must match a single <w:r> (run) in the paragraph. If the target text is split across multiple runs (common with smart quotes, spell-check, or mixed formatting), the revision will be skipped. Workaround: match a substring within one run, or use a comment instead. 修订的 old 文本必须完整匹配段落中的单个 run。如果目标文本跨 run,修订会 被跳过。可改用批注替代。
  • Pre-existing comments: the script auto-detects max existing comment ID and starts new IDs after it. No manual ID management needed. 脚本自动检测已有批注的最大 ID,新批注从其后开始编号。

Dependencies

pip install python-docx --break-system-packages

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.18%
按下载量换算0

Claude

29.91%
按下载量换算0

Cursor

20.3%
按下载量换算0

Gemini CLI

10.62%
按下载量换算0

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills