tabular-review
Installation
SKILL.md
/tabular-review
- Load
~/.claude/plugins/config/claude-for-legal/corporate-legal/CLAUDE.md→ diligence structure, thresholds, house format. - Confirm: what documents, what columns, where does the output go.
- Build the typed schema. Write
.review-schema.yaml. Confirm with the user. - Sample run (3–5 docs). Adjust schema. Confirm.
- Fan out — one sub-agent per document, parallel. Each cell: value + state + verbatim quote + location.
- Normalization pass. Flag outliers and inconsistencies.
- Output:
.xlsxor Google Sheets (ask which), plus.csv+_sources.csv+ markdown always. Work-product header. - Summary: verification workload (counts of not_present / unclear / needs_review per column), flagged columns, where the files are, reminder that every cell is a lead not a finding.
/corporate-legal:tabular-review
/corporate-legal:tabular-review --schema .review-schema.yaml --docs ./vdr/02-Contracts/
/corporate-legal:tabular-review --template ma-diligence
--schema <path>: Use an existing schema file instead of building one. Useful for re-runs and incremental additions.
Related skills