Return structured risk summary with remediation steps.
Log to session-log.md with action timestamp.
Example
Input: SaaS agreement PDF
Output:
## Contract Review: Example SaaS Agreement
**Parties:** Your Company, SaaS Vendor Inc.
**Effective Date:** 2024-06-01
**Renewal Date:** 2026-06-01
**Notice Period:** 60 days before renewal
**Auto-Renewal:** Yes
### Key Obligations
- Maintain 99.5% uptime SLA
- Quarterly compliance reports
- Annual security audit (SOC 2)
- Data retention: 30 days post-termination
### Identified Risks
#### HIGH
- Unlimited vendor indemnification scope — Impact: Unlimited liability exposure — Remediation: Cap at annual contract value
#### MEDIUM
- 60-day notice period for renewal opt-out — Impact: Requires advance planning — Remediation: Add calendar alert at day 120
#### LOW
- Non-standard payment schedule (quarterly) — Impact: Minor accounting variance — Remediation: Proceed with standard terms
### Next Steps
1. Request indemnification cap amendment
2. Add renewal reminder to deadline tracker (due 2025-04-01)
3. Schedule SOC 2 audit for Q1 2026
Related Skills
risk-extractor — Deep dive on specific risk categories
compliance-analyzer — Validate against regulatory frameworks
deadline-tracker — Track renewal dates and milestones
1---2name: contract-reviewer3description: Skill: Contract Reviewer4---5# Skill: Contract Reviewer67Analyze a contract to extract key terms, identify risks, flag obligations, and surface renewal dates.89---1011## When to activate1213When user runs `/contract-review` or uploads a new contract for intake.1415---1617## When NOT to use1819- Do not use for legal strategy advice or litigation support.20- Do not use for tax, employment law, or M&A-specific analysis.21- Do not make final recommendations on whether to sign — surface risks and let human decide.2223---2425## Instructions26271. **Fetch or read the contract document** — Extract all text into structured format.28292. **Identify parties, effective dates, and renewal terms:**30 - Effective Date (YYYY-MM-DD)31 - Renewal Date (YYYY-MM-DD)32 - Notice Period (X days before renewal)33 - Auto-renewal flag (yes/no)34 - Termination conditions35363. **Extract key financial terms:**37 - Total value / payment schedule38 - Payment terms (net 30/60/90)39 - Penalty clauses40 - Liability caps (if any)41 - Indemnification scope42434. **Extract operational obligations:**44 - Service levels (if applicable)45 - Reporting requirements46 - Data handling/privacy requirements47 - Insurance requirements48 - Audit rights49505. **Identify high-risk clauses:**51 - Unlimited liability52 - Auto-renewal without notice53 - Broad indemnification54 - IP ownership restrictions55 - Non-compete or exclusivity56 - Unilateral termination rights57586. **Score risks:**59 - HIGH: Unlimited liability, IP loss, non-compliance, broad indemnification60 - MEDIUM: Unequal termination, extended notice, unusual payment terms61 - LOW: Non-standard language, minor ambiguities62637. **Return structured risk summary** with remediation steps.64658. **Log to session-log.md** with action timestamp.6667---6869## Example7071Input: SaaS agreement PDF7273Output:74```75## Contract Review: Example SaaS Agreement7677**Parties:** Your Company, SaaS Vendor Inc.78**Effective Date:** 2024-06-0179**Renewal Date:** 2026-06-0180**Notice Period:** 60 days before renewal81**Auto-Renewal:** Yes8283### Key Obligations84- Maintain 99.5% uptime SLA85- Quarterly compliance reports86- Annual security audit (SOC 2)87- Data retention: 30 days post-termination8889### Identified Risks9091#### HIGH92- Unlimited vendor indemnification scope — Impact: Unlimited liability exposure — Remediation: Cap at annual contract value9394#### MEDIUM95- 60-day notice period for renewal opt-out — Impact: Requires advance planning — Remediation: Add calendar alert at day 1209697#### LOW98- Non-standard payment schedule (quarterly) — Impact: Minor accounting variance — Remediation: Proceed with standard terms99100### Next Steps1011. Request indemnification cap amendment1022. Add renewal reminder to deadline tracker (due 2025-04-01)1033. Schedule SOC 2 audit for Q1 2026104```105106---107108## Related Skills109110- `risk-extractor` — Deep dive on specific risk categories111- `compliance-analyzer` — Validate against regulatory frameworks112- `deadline-tracker` — Track renewal dates and milestones
Run npx skillmds@latest add uitbreidenos/contract-reviewer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Skill: Contract Reviewer It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
UitbreidenOS (@uitbreidenos) published this skill. Their other Agent Skills are listed on their SkillMD profile.