Productivity & Collaboration contract-reviewlegal-analysisrisk-assessmentndacompliance-auditnegotiationpdf-reportingmulti-agent

AI Legal Assistant: Full Contract Review

One command launches five parallel AI agents to review a contract, producing a scored report with clause-by-clause risk analysis and negotiation priorities in under 60 seconds.

FollowSkills review · FSRS-2.0
Not recommended
41/ 100 5-point scale 2.1 / 5
1 2 3 4 5 6
1Trust13 / 25 · 2.6/5

The skill performs no external write operations, includes a legal disclaimer in the report, and has a clear stop path on unreadable contracts; however, there is no user confirmation for fetching contracts via WebFetch or shipping sensitive contract text to 5 subagent prompts, incomplete data-flow disclosure, no rollback/data-retention notes, and unverified publisher identity — mid score only.

2Reliability8 / 20 · 2.0/5

Instructions are self-consistent with good failure feedback on unreadable input (report error, request alternative, do not proceed); but the weighted-score formula (how agent weights become a 0-100 score) is undefined, subagent output formats depend on agents/*.md not shown here, and there are no tests or edge cases — deducted below the static ceiling of 10.

3Adaptability6 / 15 · 2.0/5

Scenario is clear (9-type contract classification table, explicit /legal review trigger), but capability boundaries and non-fit ranges (jurisdictional limits, unsuitable contract types) are undeclared; English-only, and core function depends entirely on Claude Code/Anthropic API, which is unreachable from mainland-China networks — deducted.

4Convention6 / 15 · 2.0/5

Clean structure, sensible progressive orchestration, concrete report template; but license metadata unknown, no versioning/changelog, no FAQ or known-limitations disclosure, no clear maintenance ownership or update path, and a curl|bash installer without matching dependency documentation.

5Effectiveness5 / 15 · 1.7/5

Output design (scored CONTRACT-REVIEW.md with clause-level analysis) is complete and directly usable in principle, with plausible marginal value; but no real output samples or verification exist, 'review in 60 seconds' marketing is unsubstantiated, and legal-analysis quality is model-dependent — low band under static review.

6Verifiability3 / 10 · 1.5/5

Only author claims and unsourced README marketing figures (82%, $10,000+, etc.); no CI, no tests, no third-party execution evidence; the weighted scoring method cannot be independently recomputed; facts and inference are not separated — below the static ceiling.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision 19ece98df260
Before you use it
  • Full contract text is sent to 5 parallel subagents and may be fetched via WebFetch from URLs — contracts containing sensitive commercial terms face a data-egress surface; assess before use.
  • The weighted formula behind the Contract Safety Score is undefined; the score should not drive signing decisions.
  • Output is AI-generated reference analysis only; the report itself carries a disclaimer and a licensed attorney must review before signing.
  • License is unknown; confirm authorization before enterprise procurement.
  • Core function depends on Claude Code/Anthropic API, likely unreachable from mainland-China networks; English-only.
  • Multiple README statistics and cost figures are unsourced marketing claims.
Review evidence [1][2]
See the full review method →

What does this skill do, and when should you use it?

This is the flagship skill in the ai-legal-claude repository, powering the `/legal review <file>` command. It ingests a contract from a file, pasted text, or URL, classifies its type and extracts metadata, then launches five parallel subagents covering clause analysis, risk assessment, compliance, obligations mapping, and recommendations. Results are aggregated with 20/25/20/15/20 weights into a 0–100 Contract Safety Score and a structured CONTRACT-REVIEW Markdown report. The skill is pure prompt orchestration — it contains no legal database and provides no legal advice.

Reads contracts via the Read tool, accepts pasted text, or fetches URLs via WebFetch; classifies the contract into one of nine types (service, employment, NDA, SaaS, freelancer, partnership, lease, sales, investment/SAFE); extracts parties, dates, term, governing law, and value; runs five subagents (legal-clauses, legal-risks, legal-compliance, legal-terms, legal-recommendations) in parallel via the Agent tool; computes a weighted safety score graded A+ through F; and produces a Markdown report with a risk dashboard, clause-by-clause analysis, missing protections, obligations and deadlines table, compliance flags, ranked negotiation priorities, and a next-steps checklist — then points the user to /legal negotiate and /legal report-pdf.

  1. A freelancer reviewing a client contract before signing, wanting to spot non-competes or IP-assignment traps
  2. A small business owner checking vendor or SaaS subscription agreements for auto-renewal and liability-cap clauses
  3. An AI automation agency offering contract first-review as a paid service ($500–$1,500 per review)
  4. A founder reviewing a SAFE or investment agreement for dilution and liquidation-preference issues
  5. Anyone preparing for negotiations who needs a ranked list of changes with specific replacement language

What are this skill's strengths and limitations?

Pros
  • Five parallel agents cover clauses, risk, compliance, obligations, and recommendations for comprehensive output
  • Weighted safety score with A+ to F grading quantifies overall risk
  • Produces ranked negotiation priorities with concrete suggested language
  • Auto-detects nine contract types and calibrates analysis accordingly
  • Report embeds a legal disclaimer, keeping the positioning honest
Limitations
  • Deeply relies on Claude Code's Agent tool and parallel subagent orchestration, so it does not port as-is to other platforms
  • Educational only — not legal advice; a licensed attorney must review before signing
  • README cost-saving figures (e.g., $300–$500/hour attorney rates) are marketing stats with no cited sources
  • License is unknown; confirm before commercial use
  • Score weights are hardcoded heuristics with no test suite or benchmark validating accuracy

How do you install this skill?

The repository ships a one-line installer that installs all 14 skills, 5 agents, and the PDF scripts: curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/install.sh | bash. This specific skill lives at skills/legal-review/SKILL.md. How the skill is registered as a slash command after install is not documented.

How do you use this skill?

In Claude Code, run /legal review <file path>, or paste the contract text directly, or supply a URL. After the review, run /legal negotiate for replacement language for risky clauses, or /legal report-pdf for a PDF version. PDF generation requires Python 3.8+ and reportlab.

How does this skill compare with similar options?

Sibling skills in the same repo — /legal risks (deep risk analysis only) and /legal freelancer (freelancer-perspective review) — are lighter alternatives, but /legal review is the only command aggregating all five agents into a single scored report.

FAQ

Can it replace a lawyer?
No. Both the report and README state the analysis is AI-generated for educational purposes and does not constitute legal advice; consult a licensed attorney before signing.
Does it work outside Claude Code?
The skill depends on Claude Code's Agent tool for parallel subagent orchestration; on other platforms it would need rewriting into sequential or equivalent multi-agent flows.
What are the runtime requirements?
Claude Code with an active Anthropic API key is required; Python 3.8+ and reportlab are only needed for PDF report generation.
What is the output format?
A CONTRACT-REVIEW-[name]-[date].md Markdown report by default; the separate `/legal report-pdf` skill converts it into a PDF with score gauges and risk charts.

More skills from this repository

All from zubair-trabzada/ai-legal-claude

Productivity & Collaboration

Missing Protections Finder (AI Legal Assistant)

Scans a contract for protections that industry standards say should be there but aren't, then delivers ready-to-insert clause language with urgency ratings.

Productivity & Collaboration

AI Legal Assistant (legal/SKILL.md Orchestrator)

One /legal command in Claude Code for contract review, risk scoring, NDA and terms generation, compliance checks, and PDF reports — replacing costly first-pass legal review.

Dev & Engineering

Deep Risk Analysis (AI Legal Assistant Skill)

Clause-by-clause contract risk scoring (1-10), financial exposure estimates, and ready-to-use replacement clause language.

Productivity & Collaboration

Freelancer Contract Review

Reviews contracts from the freelancer's perspective, flags common traps, scores fairness, and produces actionable negotiation scripts before you sign.

Productivity & Collaboration

Contract Comparison Skill

Clause-by-clause comparison of two contract versions, flagging every change, who it favors, and hidden risks before you sign.

Productivity & Collaboration

Counter-Proposal Generator

Flags every unfavorable contract clause and produces insert-ready replacement language, talking points, and a ready-to-send revision email.

Productivity & Collaboration

Legal Analysis PDF Report Generator

Turns completed legal contract-review results into a polished branded PDF with score gauge, risk dashboard, and clause-by-clause analysis.

Productivity & Collaboration

Plain English Contract Translator

Turns every clause of a contract from legalese into clear plain English, flagging deliberately confusing or misleading language.

Productivity & Collaboration

Business Agreement Generator

Turns a short Q&A into a complete business agreement with plain-English annotations — freelancer contracts, partnerships, SOWs, MSAs and more.

Dev & Engineering

Custom NDA Generator

Generate a complete, situation-tailored Non-Disclosure Agreement from one command, with plain English annotations on every section — no more piecing together templates.

Productivity & Collaboration

Terms of Service Generator (AI Legal Assistant)

Scans any website or SaaS product and drafts complete, GDPR/CCPA-compliant Terms of Service with plain-English summaries for every section.

Productivity & Collaboration

Compliance Gap Analysis

Scans any website and audits it against GDPR, CCPA, ADA/WCAG, PCI-DSS, CAN-SPAM, COPPA and SOC 2, producing a scored gap report with a remediation roadmap.

Writing & Content

Privacy Policy Generator

Scans a website's actual data collection practices and generates a GDPR/CCPA-compliant privacy policy tailored to what it really finds.

Related skills