contract-review
仓库创建 2026年2月2日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
只做注释不改原文,分层审查流程适合法律/商务团队使用。
▸ 风险提示
提供的是辅助审查建议,重大法律问题应由执业律师复核。
这个 Skill 做什么
对合同进行三层审查并以注释形式输出结构化意见与总结文档。
对合同做三层审查(基础、商务、法律),以注释形式列出问题类型、风险理由和修订建议,不改原文。会输出合同注释版、合同摘要、整合意见和一张 Mermaid 渲染的业务流程图,并按合同主语言写意见。适合签约前把风险、责任和可操作的修订方案一次性弄清楚再回复或谈判。
▸ 展开 SKILL.md 英文原文
Contract review skill that adds comment-based issue annotations without changing original text. Enforces a three-layer review (basic, business, legal), writes structured comments (issue type, risk reason, revision suggestion) with risk level encoded via reviewer name, and generates a contract summary, consolidated opinion, and Mermaid business flowchart (with rendered image). Output language must follow the contract’s language.
4.2k
Stars
417
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anbeime/skill/main/skills/legal-assistant-skills-main/contract-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anbeime/skill/main/skills/legal-assistant-skills-main/contract-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Contract Review Skill ## Overview This skill performs contract reviews by **adding comments only** (no edits to the original text). It follows a three-layer review (basic, business, legal) and generates: - Annotated contract (.docx) - Contract summary (.docx) - Consolidated review opinion (.docx) - Business flowchart (Mermaid + rendered image) **Language rule:** detect the contract’s dominant language and output all generated content (comments, summary, opinion, flowchart text) in that language. Use the guidance in **[references/language.md](references/language.md)**. ## Workflow 1. Unpack the contract (.docx) for XML operations 2. Read contract text (pandoc or XML) 3. Execute three-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有