Юридическая проверка и аннотирование договоров

★ 6.5 · documentation

contract-review is a Claude Code skill that performs a three-layer contract review — basic text quality, business terms, and legal terms — adding structured comment annotations without modifying the original document. Each comment captures the issue type, risk reason, and revision suggestion, with risk level (🔴 high / 🟡 medium / 🔵 low) encoded in the reviewer name rather than the comment body. The skill produces four output artifacts: an annotated .docx contract, a contract summary, a consolidated opinion for the business team, and a Mermaid business flowchart rendered to PNG. All generated content automatically follows the contract's dominant language. Dependencies include Python 3.9+, pandoc, python-docx, and Mermaid CLI (mmdc).