contract-review

Review legal contracts with multi-layer checks and generate annotated documents, summaries, and flowcharts.

25|17|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/QvvvvvvQ/skills_leaks --skill contract-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contract-review
Source: https://github.com/QvvvvvvQ/skills_leaks/tree/main/Minimax/skills/contract-review
Command: npx skills add https://github.com/QvvvvvvQ/skills_leaks --skill contract-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, defusedxml, python-docx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of reviewing legal contracts, ensuring accuracy, identifying risks, and generating essential documentation.

Core Features & Use Cases

  • Automated Multi-Layer Review: Performs basic, business, and legal checks against comprehensive checklists.
  • Comment-Based Annotation: Adds issue annotations directly into the Word document without altering original text.
  • Document Generation: Creates a contract summary, consolidated review opinion, and a business flowchart (Mermaid + image).
  • Language Adaptability: Automatically detects and outputs all generated content in the contract's original language.
  • Use Case: A legal department receives a new supplier agreement. This Skill can instantly review it, flag potential issues with specific suggestions, and provide a concise summary and flowchart for quick understanding.

Quick Start

Use the contract-review skill to analyze the attached document 'supplier_agreement.docx' and add comments.

Frequently Asked Questions about contract-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate contract review and risk assessment for Word documents?

Automated contract review analyzes legal documents by performing basic, business, and legal checks to identify risks. It generates annotated docx files, summaries, and business flowcharts while matching the contract's original language.

Can I add comments to a docx file without altering the original text during document analysis?

Yes, comment-based annotation inserts issue flags and suggestions directly into the Word document. This document analysis method ensures the original text remains completely unaltered while providing specific review feedback.

What is the best way to generate a business flowchart and summary from a legal contract?

Generating a business flowchart and summary from a legal contract involves parsing the document to extract key obligations. It outputs a consolidated review opinion alongside Mermaid syntax and a rendered image flowchart.

Does the contract review tool support multi-language document processing?

Yes, multi-language document processing is supported through automatic language detection. The tool generates all summaries, opinions, and annotations in the same language as the original contract to ensure output consistency.

Do I need pandoc and python-docx to process legal contracts?

Yes, pandoc and python-docx are required dependencies for docx processing and flowchart rendering. These libraries enable the extraction of contract text and the generation of annotated Word documents.

What are the limitations of automated legal tech annotation?

Automated legal tech annotation requires proper dependency installation and may struggle with complex document formatting. Generating image flowcharts also requires integration with external rendering tools to process Mermaid syntax.