Skills lovstudio:review-doc

Review and annotate documents/contracts — output annotated docx with comments or tracked changes. Core: contract review (risk clauses, rights imbalance, vague wording, missing clauses); also general document review (grammar, logic, formatting). 批阅文档/合同 — 审阅任意文档并以批注或修订模式输出带标注的 docx。 核心场景:合同/协议审查(风险条款、权利义务、模糊表述、缺失条款), 也支持通用文档审阅(语法、逻辑、格式)。 Trigger when: user asks to "审阅", "批阅", "批注", "review", "审查合同", "review contract", "review agreement", "annotate document", "check contract", "合同审查", "文档批注", or provides a document (.docx) for review.

install
source · Clone the upstream repo
git clone https://github.com/lovstudio/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/lovstudio/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/review-doc" ~/.claude/skills/lovstudio-skills-lovstudio-review-doc && rm -rf "$T"
manifest: skills/review-doc/SKILL.md
source content

review-doc (encrypted)

This skill's real instructions are encrypted. To use it, decrypt them first:

uvx lovstudio-skill-helper decrypt review-doc

What to do:

  1. Run the command above.
  2. The output is the actual SKILL.md for review-doc. Read it as if it were these instructions, and follow it to the letter.
  3. If the command prints
    error: not activated
    or
    error: not logged in
    , tell the user:

    这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):

    uvx lovstudio-skill-helper activate <your-license-key>
    

    还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。

  4. If the command prints
    error: not entitled
    , the helper will interactively prompt the user to (a) enter a license key, (b) open the purchase page, or (c) cancel. Just let the user pick.
  5. If the command prints
    error: skill 'review-doc' not installed
    , the encrypted bundle isn't on disk yet. Tell the user one of:
    npx skills add lovstudio/skills --skill review-doc   # just this one
    npx skills add lovstudio/skills                 # full marketplace
    
  6. Do NOT cache the decrypted output between invocations — always re-decrypt on each use. The decryption is cheap (one HTTP round-trip) and re-running guarantees the user's license is still valid.

The encrypted payload lives in one of:

  • ~/.claude/skills/review-doc/
  • ~/.claude/skills/lovstudio-review-doc/
    You don't need to touch it directly — just call
    uvx lovstudio-skill-helper decrypt review-doc
    .