Contract Review
A contract-review skill that flags unfavorable terms in NDAs, SaaS terms, employment agreements and M&A docs, compares them to market standards, and drafts redlines.
Docs & OfficeIntermediate★ 405⑂ 54AI score 10/10Last updated: Jul 23, 2026
What it does
- Establishes the document type and which party you are (customer/vendor, buyer/seller, receiving/disclosing party) before judging risk, plus the power dynamic that determines what is actually negotiable.
- Runs a pre-review checklist for blank fields ("$____", TBD), missing exhibits, draft vs. executed status, and truncated pages.
- Scans against an extended CUAD 41-category risk taxonomy: limitation of liability, indemnification, auto-renewal, data ownership, non-competes, dispute resolution, and more.
- Produces a structured markdown report — key terms table → red-flag quick scan → 🔴/🟡/🟢 risk analysis → missing provisions → negotiation priority — with market standard, negotiability rating, a concrete redline, and a fallback position per issue.
- Ships type-specific checklists (NDA, SaaS/MSA, payment/merchant, M&A, finder/broker) and a benchmark table separating standard from yellow-flag and red-flag terms.
Who it's for
- Founders and operators reviewing vendor, investment, or M&A paperwork without in-house counsel.
- Procurement, BD, and partnership managers who read SaaS/MSA terms regularly.
- In-house legal or contract managers who want a fast first pass before outside counsel.
- Individuals and freelancers reviewing their own NDAs or employment agreements.
Example uses
- SaaS subscription review: "Review this vendor agreement, we're the customer" → flags a 3-month liability cap as critical (market is 12 months), suggests changing "three (3) months" to "twelve (12) months" with a 6-month fallback.
- NDA triage: checks one-way vs. mutual, confidentiality term (2 years short, 3–5 typical), residuals clause, and notice obligations on compelled disclosure.
- M&A negotiation prep: benchmarks escrow (10–15%), rep survival (12–18 months), earnout mechanics and MAC carve-outs, then ranks the top negotiation asks.
- Gap analysis: if there's no data-export right on termination, it drafts language such as export in CSV/JSON for 90 days at no charge.
Note: not legal advice, and the benchmarks and jurisdiction notes are US-centric; material terms should go to qualified counsel.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/evolsb/claude-legal-skill/HEAD/skill.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skill.m folder from the GitHub repo evolsb/claude-legal-skill into my ~/.claude/skills/contract-review/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/evolsb/claude-legal-skill.git ~/.claude/skills/contract-review⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash or WSL on Windows).
- Create the skills folder if needed:
mkdir -p ~/.claude/skills - Clone the repo into it:
git clone https://github.com/evolsb/claude-legal-skill.git ~/.claude/skills/contract-review - Verify the files:
ls ~/.claude/skills/contract-review(you should see skill.md). If Claude doesn't pick the skill up, rename it uppercase:mv ~/.claude/skills/contract-review/skill.md ~/.claude/skills/contract-review/SKILL.md - Restart Claude Code.
- Drop a contract (PDF/DOCX/text) into your project folder and ask something like "Review this contract — we're the customer" to trigger the skill.
- For project-only use, install into
.claude/skillsinside that project instead of~/.claude/skills.
View source on GitHub ↗License: MIT