条款风险审查助手(T107)
用于合同条款风险审查,基于关键词与规则识别高风险表述(单方决定、责任失衡、模糊期限、无限责任等)并输出修订建议。适用于法务风控预审、合同谈判前风险筛查场景。
条款风险审查助手(T107)
概述
本技能用于识别合同条款中的常见风险表达,输出风险等级与修订建议,辅助法务快速聚焦重点条款。
输入要求
支持 JSON 数组或 JSONL,每条记录建议包含:
contract_nameclause_noclause_titleclause_text
工作流
- 汇总待审查条款
- 运行脚本进行风险扫描
- 对高风险条款补充法律判断
- 输出风险清单与修订建议
- 跟踪修订闭环
脚本调用指引
使用 scripts/clause_risk_review.py 生成报告:
python scripts/clause_risk_review.py \
--input clauses.json \
--output clause_risk_report.md
可选参数:
--rules:自定义风险规则 JSON--top:展示高风险条款数量(默认 20)
输出结构
- 风险等级统计
- 高风险条款清单
- 风险命中依据与建议修改方向
- 待律师复核事项
- 方法与限制
质量要求
- 每个风险命中必须给出触发依据
- 修订建议需具体可执行
- 不输出法律结论,仅输出审查建议
No additional documents ship with this skill.
Related Skills
Business Agreement Generator
Generates customized business agreements for 10 common relationship types with plain English annotations. Use when formalizing a business relationshi…
AI 智能合同审查系统
Automates contract review by identifying clause risks, comparing against standard contracts, and managing contract lifecycles including expiry remind…
amendment-history
Trace how a contract has changed across its base agreement and all amendments — either a summary of all changes over time, or a provision trace for a…
amendment-history-anthropics
Trace how a contract has changed across its base agreement and all amendments — either a summary of all changes over time, or a provision trace for a…
Amendment History
Trace how a contract has changed across its base agreement and all amendments — either a summary of all changes over time, or a provision trace for a…