> 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.
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill 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.
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.
Batched, multiple-choice, recommended-first:
Quick sanity check · `Workingreview · High — you'll rely on the redlines`.
Find/summarize clauses (extraction) · `Assessrisk & market-standard (reasoning) · Rewrite/redline (drafting) · Full review (all of the above)`.
Short (<30pp) · Long (30–100pp) · Very long (100pp+).Balanced cloud · Minimize cost · Fast/interactive · Privileged → self-host.Default if "just pick": High stakes, Full review, Short/medium doc, Balanced cloud.
| 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:
map-reduce** (review section-by-section, then reconcile) rather than trusting a single long-context pass.
Constraint modifiers
route-legal-translation; add a jurisdiction-qualified reviewer.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."*
than a plain one that catches them.
references/scorecard.md and repo data/scorecard-2026-07.md.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.
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.
Bayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.
Multi-objective optimization framework. NSGA-II, NSGA-III, MOEA/D, Pareto fronts, constraint handling, benchmarks (ZDT, DTLZ), for engineering design and optimization problems.
Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.
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.
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.
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
Take lawve-ai/route-contract-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.