⚖️
AI EngineeringPython

Contract Review Pro

by CSlawyer1985

Contract Review Pro is an AI Engineering skill for Claude Code, published by CSlawyer1985 in contract-review-pro.

219 stars45 forkson CSlawyer1985/contract-review-proAdded 2026/07/16+1% in starsRepository updated 2026/05/12
ai-assisted-lawchinese-lawcontract-analysiscontract-reviewlawyer-toolslegal-ailegal-documentslegal-workflowlegaltech
Install in seconds
Install Contract Review Pro
Copy Contract Review Pro into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CSlawyer1985/contract-review-pro ~/.claude/skills/contract-review-pro

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CSlawyer1985/contract-review-pro.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in CSlawyer1985/contract-review-pro
Installs to
~/.claude/skills/contract-review-pro
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What Contract Review Pro does

Automates Chinese contract review with a 7-step workflow, six-dimensional risk evaluation, and generates review documents. Suitable for mainland China civil and commercial contracts.

Contract Review Pro is cataloged under AI Engineering on DirSkills. Contract Review Pro comes from a repository tagged ai-assisted-law, chinese-law, contract-analysis, contract-review and lawyer-tools.

Documentation

README

Contract Review Pro V3.0

专业合同审核 Skill,将合同审核工作区的成熟方法论编码为可执行流程。

核心工作流(7 步)

作为 AI,在收到合同审核任务时,按以下步骤执行:

Step 0 — 识别客户并读取客户规则

  1. 用户明确说明的客户,直接适用
  2. 读取合同当事人信息,匹配工作区 .claude/client-rules/ 下的关联主体
  3. 从合同来源路径提取客户名称
  4. 无法识别时询问用户

客户识别命中后,调用 ClientConfig.load_from_workspace() 加载客户偏好。

Step 1 — 建立 review-state

记录:源文件路径、客户、起草方、交易结构摘要、风险预分类(8维度1-5分)、法律问题清单。

Step 2 — 通读合同,理解交易

完整阅读合同全文,梳理:主体、标的、价款、交付/验收、结算、违约责任、解除、担保、争议解决、附件。

Step 3 — 效力审查优先

效力问题优先于条款优化。 调用 ContractAnalyzer.run_validity_review() 执行5项检查:

  1. 名实不符交易(循环买卖、名为合作实为借贷等)
  2. 关联交易公允性(明显不合理低价、关联输送)
  3. 格式条款(免责排除对方主要权利)
  4. 审批登记(区分合同效力与物权变动)
  5. 合同成立要素(当事人、标的、数量)

发现效力风险时,先处理效力问题,再谈条款优化。

Step 4 — 列出法律问题清单

基于通读和效力审查,列出需要研究的实质性法律问题。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Contract Review Pro

  • How does Contract Review Pro compare to other AI Engineering skills?

    Contract Review Pro ranks #2589 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Contract Review Pro against them. Open each page to compare what they document and how they install.