tabular-review

Extract structured spreadsheet data from legal document batches with verbatim evidence.

100|16|Updated May 13, 2026
One-click install
npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill tabular-review-zekaisuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tabular-review
Source: https://github.com/ZekaiSuni/claude-for-legal-turkish/tree/main/corporate-legal/skills/tabular-review
Command: npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill tabular-review-zekaisuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

A tabular review turns large batches of contracts into a consistent spreadsheet where every extracted cell is traceable to the exact source text, reducing the time lawyers spend building evidence-backed summaries across many documents.

Core Features & Use Cases

  • Spreadsheet-style batch extraction: Produces one row per document and one column per requested data point, supporting diligence workflows like M&A contract clause comparison.
  • Typed schema for consistency: Uses a schema with column types (e.g., verbatim/classify/date/duration/currency) so answers stay comparable across hundreds of files.
  • Evidence-first cells: Each cell includes both a structured value/state and a verbatim quote with a specific location, making verification fast and auditable.
  • Verification-aware outputs: Writes Excel/Sheets/CSV outputs plus auxiliary files (e.g., sources) and a normalization summary with flags like not_present/unclear/needs_review.

Quick Start

Run /corporate-legal:tabular-review for a folder of target contracts to generate an Excel spreadsheet with one row per contract and specified diligence columns, with every cell backed by a verbatim quote and location.

Frequently Asked Questions about tabular-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract data from a batch of contracts into a spreadsheet with evidence quotes?

Batch contract extraction converts folders of legal documents into a spreadsheet, placing structured values in rows and columns with verbatim quotes and specific locations for each cell. This ensures every extracted data point is traceable to exact source text for fast auditing.

What is schema-driven contract review for M&A diligence?

Schema-driven contract review uses a YAML file with typed columns like verbatim, classify, date, duration, and currency to extract comparable data points across hundreds of files. It performs a sampled schema validation before full fan-out to ensure consistency.

How do I handle missing or unclear contract clauses during bulk document comparison?

Bulk contract comparison handles missing or unclear clauses by assigning explicit states like not_present, unclear, or needs_review to cells. This verification-aware output flags ambiguous data points so lawyers can manually review incomplete or conflicting contract language.

Can I compare change-of-control and MAC clauses across multiple contracts automatically?

You can compare assignment, change-of-control, and MAC clauses across multiple contracts by defining these data points as columns in a YAML schema. The tool extracts and classifies each clause per document, outputting a structured spreadsheet for diligence.

What is the best way to audit hundreds of contracts and export results to Excel?

The best way to audit hundreds of contracts is using a typed schema to extract structured data, generating Excel, Sheets, or CSV outputs with one row per document. The output includes auxiliary source files and a normalization summary to track extraction states.