Contract Review
Turns a contract you're about to sign or renew into three things a decision-maker can act on: a cited terms table, a ranked risk list, and a short memo. It accelerates the read; it does not make the decision. Every extracted term cites its clause so you can verify, and anything missing or ambiguous is flagged rather than guessed. Handles multi-document contracts (base agreement plus amendments, exhibits, schedules), reconciles overrides, and treats scanned/OCR'd input as provisional. Includes plan-mode rules for the reviewer's tacit judgments (off-market benchmarks, return thresholds, deal-breaker clauses) so they're set once and applied every run. Works for vendor, customer, payor, partner, MSA, SOW, and SaaS subscription agreements.
Simple install — no setup required
Download the skill file below
Add it to Claude — pick your platform:
Claude desktop app
- Open the Claude desktop app
- Go to Code, then Customize
- Click Create a new skill
- Upload the skill file you downloaded
claude.ai (web)
- Go to Customize, then Skills
- Click +, then Create a new skill
- Upload the skill file you downloaded
Say a trigger phrase to activate it
Download the skill file below
Place it at .cursor/skills/contract-review/SKILL.md (rename the downloaded file to SKILL.md). The shared .agents/skills/contract-review/SKILL.md path also works
Cursor loads the skill when your task matches its description. Say a trigger phrase to activate it
Download the skill file below
In ChatGPT, create a Project and attach the file (or paste its contents into the project instructions). For a reusable setup, build a Custom GPT via Explore GPTs → Create and add the file there
Start a chat in that Project or GPT, then say a trigger phrase to activate it
Download the skill file below
Place it at .github/skills/contract-review/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Copilot loads the skill when it is relevant to your task. Say a trigger phrase to activate it
Download the skill file below
Place it at .agents/skills/contract-review/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Codex loads the skill when your task matches, or invoke it explicitly with /skills. Say a trigger phrase to activate it
Your skill is downloading.
Get an email when we ship new skills and updates.
You're on the list. We'll email you when new skills drop.
What this skill does
This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the pinned source below.
Contract Review
Review a vendor, customer, payor, or partner contract before sign-off. Extracts key terms with clause citations, flags risks and cost obligations ranked by severity, notes what’s missing versus a standard contract of its type, and drafts a decision-maker (CFO/GC) memo.
Built from real contract review workflows in finance teams. The skill enforces cite-or-flag discipline: every extracted term cites its clause, and anything missing or ambiguous is flagged rather than guessed. The decision stays human; the skill accelerates the read, not the verdict.
Includes an eval contract with four self-tests covering auto-renew detection, missing-term handling, amendment override reconciliation, and generic SaaS/vendor contracts.
View full SKILL.md on GitHub