Contract Review Skill

Review and summarise any contract or legal agreement.

Contract Review Skill — The Skill Playground: pick the Executive Update skill, fill in a few notes, hit run, and watch a structured executive… (from the mohitagw15856/pm-claude-skills README)

From the mohitagw15856/pm-claude-skills README — shows the whole collection, not only this skill. · view on GitHub

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/contract-review.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit mohitagw15856/pm-claude-skills/skills/contract-review#main ~/.claude/skills/contract-review

For one project only, change the path to .claude/skills/contract-review.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Contract Review Skill

Show the full text81 lines
namedescription
contract-reviewReview and summarise any contract or legal agreement. Use when asked to review a contract, check an agreement, flag legal risks, or summarise key clauses. Produces a structured review with key terms, flagged clauses, risk rating, and plain English summary. Not a substitute for qualified legal advice.

Contract Review Skill

This skill produces a structured contract review identifying key terms, unusual or high-risk clauses, and a plain English summary. Always include the disclaimer that this is not legal advice.

Required Inputs

  • Contract text or description (paste or describe)
  • Reviewer role (e.g. the party signing, their legal team, a business owner)
  • Contract type (e.g. SaaS agreement, employment contract, NDA, supplier contract)
  • Key concerns (optional — e.g. "focus on IP ownership and termination clauses")

Output Structure

1. Contract Overview
  • Type: [Contract type]
  • Parties: [Party A and Party B]
  • Effective date / duration: [If stated]
  • Governing law: [Jurisdiction]
  • Overall risk rating: Green Low / Amber Medium / Red High
2. Key Terms Summary
Term Detail
Payment / fees
Term and renewal
Termination rights
Liability cap
IP ownership
Confidentiality
Dispute resolution
3. Flagged Clauses

For each flagged clause:

[Risk level] — [Clause name]

  • What it says: [Plain English summary]
  • Why it matters: [Risk or implication]
  • Suggested action: [Negotiate / Accept / Seek legal advice / Query]
4. Missing Clauses

List any standard clauses absent but normally expected for this contract type.

5. Plain English Summary

3-5 sentences. What does this contract mean for the party signing it?

  • [Action 1]
  • [Action 2]

WARNING: This review is for informational purposes only and does not constitute legal advice. Always consult a qualified solicitor or lawyer before signing any legally binding agreement.

Quality Checks

  • Overall risk rating is justified (not just "Medium" without reasons)
  • All flagged clauses have a specific recommended action (not just "read this")
  • Missing clauses section is completed for this contract type
  • Plain English summary can be understood by a non-lawyer
  • Disclaimer is included

Anti-Patterns

  • Do not provide legal advice or suggest the review substitutes for qualified legal counsel
  • Do not skip flagging unusual or one-sided clauses because they appear standard
  • Do not omit a plain-English summary — legal jargon alone is not useful output
  • Do not rate risk without explaining what specifically drives that rating
  • Do not ignore missing clauses — absence of key protections is itself a risk

Example Trigger Phrases

  • "Review this contract: [paste]"
  • "Flag the key risks in this agreement"
  • "Summarise this SaaS contract in plain English"
  • "What should I watch out for in this supplier agreement?"
1---
2name: contract-review
3description: "Review and summarise any contract or legal agreement. Use when asked to review a contract, check an agreement, flag legal risks, or summarise key clauses. Produces a structured review with key terms, flagged clauses, risk rating, and plain English summary. Not a substitute for qualified legal advice."
4---
5 
6# Contract Review Skill
7 
8This skill produces a structured contract review identifying key terms, unusual or high-risk clauses, and a plain English summary. Always include the disclaimer that this is not legal advice.
9 
10## Required Inputs
11- **Contract text or description** (paste or describe)
12- **Reviewer role** (e.g. the party signing, their legal team, a business owner)
13- **Contract type** (e.g. SaaS agreement, employment contract, NDA, supplier contract)
14- **Key concerns** (optional — e.g. "focus on IP ownership and termination clauses")
15 
16## Output Structure
17 
18### 1. Contract Overview
19- **Type:** [Contract type]
20- **Parties:** [Party A and Party B]
21- **Effective date / duration:** [If stated]
22- **Governing law:** [Jurisdiction]
23- **Overall risk rating:** Green Low / Amber Medium / Red High
24 
25### 2. Key Terms Summary
26 
27| Term | Detail |
28|---|---|
29| Payment / fees | |
30| Term and renewal | |
31| Termination rights | |
32| Liability cap | |
33| IP ownership | |
34| Confidentiality | |
35| Dispute resolution | |
36 
37### 3. Flagged Clauses
38 
39For each flagged clause:
40 
41**[Risk level] — [Clause name]**
42- **What it says:** [Plain English summary]
43- **Why it matters:** [Risk or implication]
44- **Suggested action:** [Negotiate / Accept / Seek legal advice / Query]
45 
46### 4. Missing Clauses
47List any standard clauses absent but normally expected for this contract type.
48 
49### 5. Plain English Summary
503-5 sentences. What does this contract mean for the party signing it?
51 
52### 6. Recommended Next Steps
53- [Action 1]
54- [Action 2]
55 
56---
57 
58WARNING: This review is for informational purposes only and does not constitute legal advice. Always consult a qualified solicitor or lawyer before signing any legally binding agreement.
59 
60## Quality Checks
61 
62- [ ] Overall risk rating is justified (not just "Medium" without reasons)
63- [ ] All flagged clauses have a specific recommended action (not just "read this")
64- [ ] Missing clauses section is completed for this contract type
65- [ ] Plain English summary can be understood by a non-lawyer
66- [ ] Disclaimer is included
67 
68## Anti-Patterns
69 
70- [ ] Do not provide legal advice or suggest the review substitutes for qualified legal counsel
71- [ ] Do not skip flagging unusual or one-sided clauses because they appear standard
72- [ ] Do not omit a plain-English summary — legal jargon alone is not useful output
73- [ ] Do not rate risk without explaining what specifically drives that rating
74- [ ] Do not ignore missing clauses — absence of key protections is itself a risk
75 
76## Example Trigger Phrases
77- "Review this contract: [paste]"
78- "Flag the key risks in this agreement"
79- "Summarise this SaaS contract in plain English"
80- "What should I watch out for in this supplier agreement?"
81 

Discussion

Alternatives

Also in ContractsSee all 23 in Legal & compliance →
Employment contract templatesCreate employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.Business & ops · MITContract & Proposal WriterGenerate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Structured Markdown output with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions. Not a substitute for legal counsel — use as strong starting points. Use when drafting a freelance contract, preparing a client proposal, writing an SOW for a new engagement, or producing an NDA before sharing sensitive material.Business & ops · MITGeneral counsel advisorGeneral Counsel advisory for startups: contract review (MSA, SaaS, NDA, DPA, employment), IP strategy, term sheet decoding, and regulatory landscape mapping. Use when reviewing any contract or term sheet, deciding when to engage outside counsel, defining IP strategy, evaluating regulatory exposure (HIPAA, GDPR, FDA, fintech), or when user mentions general counsel, GC, legal review, contract risk, term sheet, IP assignment, or regulatory exposure. NOT a substitute for licensed counsel — surfaces questions to bring to qualified attorneys.Business & ops · MITContract reviewLightweight NDA, MSA, and vendor contract review for SMBs without legal on staff. Reads contracts from local files, mail attachments (Gmail or M365), a connected file store (Google Drive or M365), or DocuSign envelopes; flags non-standard terms; explains risks in plain English; and outputs a marked-up redline as a separate DOCX. Use when the user says review this contract," "what am I signing," "red flags," "flag any concerns, check the payment terms," or uploads/forwards a contract or legal agreement.Business & ops · Apache-2.0