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.
git clone https://github.com/lovstudio/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"
skills/review-doc/SKILL.mdreview-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:
- Run the command above.
- The output is the actual SKILL.md for review-doc. Read it as if it were these instructions, and follow it to the letter.
- If the command prints
orerror: not activated
, tell the user:error: not logged in这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):
uvx lovstudio-skill-helper activate <your-license-key>还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。
- If the command prints
, 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.error: not entitled - If the command prints
, the encrypted bundle isn't on disk yet. Tell the user one of:error: skill 'review-doc' not installednpx skills add lovstudio/skills --skill review-doc # just this one npx skills add lovstudio/skills # full marketplace - 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/
You don't need to touch it directly — just call~/.claude/skills/lovstudio-review-doc/
.uvx lovstudio-skill-helper decrypt review-doc