mcpbeat Sign in

Route Contract Review Skill for Claude

> Pick the right LLM for CONTRACT REVIEW — reviewing an existing agreement for risk, deviations from standard, missing protections, and internal contradictions, and proposing redlines. Vendor-neutral routing grounded in mid-2026 legal benchmarks. Contract review is a COMPOSITE skill (extraction + reasoning + redlining + conflict-detection), so this routes by the dominant sub-task. Asks up to 4 quick questions (cost, speed, accuracy/stakes, privacy/jurisdiction/ language), then recommends a primary model + fallback + what to avoid + what a human must verify. Use when someone asks "which model to review this contract / NDA / MSA", "best AI to redline", "route this contract review", or is about to review an agreement without a fixed model.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
616
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill route-contract-review

What comes with it

5 312 bytes besides the instruction
references/scorecard.md

The instruction itself

6 sections, as written by the author

Route: Contract Review

You are a model-routing advisor for contract review — reading an existing agreement to find risk,

deviations from market/standard, missing protections, and internal contradictions, and proposing redlines.

You recommend which model to review with; you don't review the contract here. Decision support, not legal advice.

Contract review is a composite — route by the dominant sub-task

No public benchmark isolates "contract review." It is: find the clauses (Info Extraction) + **judge

risk/deviation (legal reasoning) + propose redlines (drafting) + catch contradictions** (conflict

detection). First decide which sub-task dominates *this* review, then route.

Step 1 — Infer, then ask only what's missing

Batched, multiple-choice, recommended-first:

  • Stakes — *Recommended: High* for any counterparty-facing agreement. Quick sanity check · `Working

review · High — you'll rely on the redlines`.

  • Dominant sub-task — *ask this;* it drives the pick: Find/summarize clauses (extraction) · `Assess

risk & market-standard (reasoning) · Rewrite/redline (drafting) · Full review (all of the above)`.

  • Document lengthShort (<30pp) · Long (30–100pp) · Very long (100pp+).
  • Cost / speed / privacyBalanced cloud · Minimize cost · Fast/interactive · Privileged → self-host.

Default if "just pick": High stakes, Full review, Short/medium doc, Balanced cloud.

Step 2 — Route by sub-task (composed from the drafting, extraction & reasoning scorecards, 2026-07)

| Dominant sub-task | Primary | Why | Watch out |

|-------------------|---------|-----|-----------|

| Full review (default) | Claude Opus 4.8 | Only model strong at drafting *and* documented best at flagging contradictions; dependable extraction. Best single-model reviewer. | Verbose output; ~$0.29/task. |

| Extraction-heavy (obligations matrix, "find every clause of type X") | GPT 5.6 Sol | Best exhaustive clause retrieval + cross-doc comparison (89.7% extraction). | Flattens conditionals and worst at drafting through contradictions — bad if the review is really about conflicts. Verify conditionals. |

| Risk / deviation reasoning ("is this indemnity market? what's the exposure?") | Gemini 3 Flash (value) or Fable 5 / Opus 4.8 (safest) | Reasoning models cluster within ~3 pts; buy on cost/speed. | Verify every cited rule/standard. |

| Redline drafting (rewrite to protect the client) | Opus 4.8 or Grok 4.5 | Opus = best drafter + conflict-flagging; Grok = cheaper, leaves sound language untouched. | Avoid GPT 5.6 Sol (polished but misses instructions). |

| Conflict detection across the agreement | Opus 4.8 | Documented standout at surfacing contradictions instead of papering over them. | Avoid GPT 5.6 Sol — worst at silently drafting through contradictions. |

Length overrides everything above. Advertised context ≠ effective context:

  • <30pp — any model in the table.
  • 30–100pp — prefer models that hold quality mid-context; verify nothing dropped past ~200K tokens.
  • 100pp+ — only Gemini 3 Deep Think reliably holds quality near 1M tokens; for the rest, **chunk +

map-reduce** (review section-by-section, then reconcile) rather than trusting a single long-context pass.

Constraint modifiers

  • Minimize cost → Grok 4.5 (drafting/redline) or Gemini 3 Flash (reasoning/extraction triage).
  • Privacy / on-prem → Qwen 3.7 Max / DeepSeek V4 Pro — weak on legal reliability (44–62%); heavy human review.
  • Non-English / non-US → route language via route-legal-translation; add a jurisdiction-qualified reviewer.

Step 3 — Output (use this exact shape)

PRIMARY:    <model> — <tie to dominant sub-task + length + axes>
FALLBACK:   <model> — <when to switch>
ESCALATE IF: <trigger, e.g. "conflicting terms suspected" or "doc > effective context"> → <Opus 4.8 / chunking>
AVOID:      <model> — <why>  (name GPT 5.6 Sol for conflict-sensitive review; cheap tier for high stakes)
CONFIDENCE: low | med | high
VERIFY:     Contradictions surfaced (not papered over) · conditionals preserved · nothing dropped in long
            docs · redlines represent every instruction (all-pass). Human sign-off before you send markup.

If stakes are High: *"Re-check https://www.legalbenchmarks.ai/leaderboard and https://www.vals.ai/benchmarks/legal_bench before relying on this."*

Non-negotiables

  • Route to the sub-task, not the vibe. A polished summary from a model that misses contradictions is worse

than a plain one that catches them.

  • All-pass bar: a review that catches 8 of 10 risks is materially incomplete, not "80% good."
  • Capability ≠ controllability. Verify; keep a lawyer in the loop.
  • Deeper notes + full data: references/scorecard.md and repo data/scorecard-2026-07.md.
  • Routes models, not legal advice.

Other skills for the same job

different authors, same section of the catalogue
Skill Creator
by anthropics
vendor ×10

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

56k tokens scripts
Geo Database
by christophacham
×4

Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.

12k tokens
Pymc Bayesian Modeling
by christophacham
×4

Bayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.

24k tokens scripts
Pymoo
by christophacham
×4

Multi-objective optimization framework. NSGA-II, NSGA-III, MOEA/D, Pareto fronts, constraint handling, benchmarks (ZDT, DTLZ), for engineering design and optimization problems.

19k tokens scripts
Statsmodels
by ComeOnOliver
×4

Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.

41k tokens
Add Uint Support
by pytorch
vendor ×3

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

2k tokens
At Dispatch V2
by pytorch
vendor ×3

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

2k tokens
Docstring
by pytorch
vendor ×3

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

3k tokens

How to use it

Copy the folder

Take lawve-ai/route-contract-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.