review

review is a skill for Claude Code from zhou210712/claude-for-legal-ZH. It costs 91 tokens per session (779 once invoked), scanned A, original, Apache-2.0.

A contract-review skill that identifies the type of supplier agreement and routes it to the appropriate review process. It covers confidentiality agreements, service agreements, SaaS subscriptions, and data-processing agreements.

In plain words
What is it for?
Use it to review vendor agreements, NDAs, SaaS contracts, and related data-processing terms, producing a consolidated review memo with risks and suggested revisions.
Why use it?
It helps determine which legal review applies when an agreement contains several documents or attachments. It can also flag issues outside the reviewer’s authority for escalation.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the commercial-legal plugin — 9 skills, 3 agents shipped together

Good fit Use it to review vendor agreements, NDAs, SaaS contracts, and related data-processing terms, producing a consolidated review memo with risks and suggested revisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhou210712/claude-for-legal-zh/review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zhou210712/claude-for-legal-ZH --skill review
Clone the repo
git clone --depth 1 https://github.com/zhou210712/claude-for-legal-ZH

Made for: Claude Code.

Or install commercial-legal, the plugin that ships this one along with the rest of its 9 skills, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/review/github.svg)](https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/review)
Your own site
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/review"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/review"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.00779
Opus 5 $0.00046 $0.00390
Sonnet 5 $0.00018 $0.00156
Haiku 4.5 $0.00009 $0.00078

Measured 12d ago against content hash 0ac5a32c2945, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commercial-legal/skills/review/SKILL.md · 65 lines

What it actually says

/review

根据审查指引审查接收方协议。从标题识别协议结构,选择合适的技能,如 confirm_routing 启用则在继续前与用户确认。

指令

  1. 加载审查指引。 如果存在占位符,停止并提示运行 /commercial-legal:cold-start-interview。同时读取 ## 审查偏好confirm_routing

  2. 获取协议: 从文件路径、云文档链接、合同管理系统ID或粘贴文本获取。

  3. 读取文件结构——先看标题。 提取主协议标题和全部展示件/附件标题。这是路由信号。

  4. 根据文件结构选择技能。

    文件/条款标题包含 技能
    保密协议、NDA、保密协议书(作为协议) 保密协议审查
    主服务协议、专业服务、工作说明书、咨询服务协议 供应商协议审查
    订阅、SaaS、云服务、带自动续约的订单、带周期性费用的软件许可 SaaS审查(叠加于供应商协议审查之上)
    数据处理协议、DPA(作为展示件或独立文件) 注记供供应商协议审查→数据保护部分

    多个技能可适用。常见组合:MSA + DPA展示件 → 供应商协议审查,附DPA注记。

  5. 如果启用,确认路由。 如果 confirm_routingtrue

    我将按以下方式审查:[协议类型]。
    
    已识别文件:
    - [主协议标题] → [技能]
    - [展示件A标题] → [如何处理]
    
    是否正确?(是/否——或告诉我哪里不对)
    

    等待确认。如果 confirm_routingfalse:无声继续。

  6. 运行技能。 完全执行每个技能的工作流。如多个技能适用,依次运行并将输出整合为单一备忘录。

  7. 检查上报: 如果任何问题超出审查者权限,调用上报标注器路由并起草上报说明。

  8. 提供后续操作: 给业务负责人的利益方摘要、带修订痕迹的.docx、合同管理系统记录创建、加入续约登记册。

示例

/commercial-legal:review vendor-msa.pdf
/commercial-legal:review https://drive.google.com/file/d/ABC123
/commercial-legal:review
[粘贴协议文本]

输出

按技能格式的完整审查备忘录。路由决定记录在顶部。逐条偏离、具体修订语言、具名审批人。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 65 lines · 91 tokens per session scan A 0ac5a32c2945

Subscribe to this mod's changes

review is a skill published in the GitHub repository zhou210712/claude-for-legal-ZH (212 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 91 tokens to every session and 779 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens