# Index every signed contract, verified

Sweep the whole contract drive, index every key term, and verify a random sample with a second pass.

**Connects:** drive, googlesheets, slack

## How to install

1. Fetch https://eluu.ai/cookbook/contract-repo-audit/skill.md and save it into your skills folder as `contract-repo-audit`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Run the skill once end to end and review the output with the user.

## What this does

- Sweeps the whole drive and parses every contract on file
- Extracts parties, dates, value, governing law, and renewal terms
- Independently re-extracts a random sample and flags any disagreement, unverified
- Publishes a searchable index with a confidence state per contract

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Key-term extraction**, Parties, dates, value, governing law, and renewal terms — https://eluu.ai/cookbook/contract-repo-audit/skills/key-term-extraction.md
- **Document parsing**, Bulk read Word and PDF contracts across a drive (Anthropic docx/pdf skill) — https://eluu.ai/cookbook/contract-repo-audit/skills/document-parsing.md
- **Sample verification**, Re-extract a random subset and compare to certify accuracy — https://eluu.ai/cookbook/contract-repo-audit/skills/sample-verification.md

## Files

- skill.md — https://eluu.ai/cookbook/contract-repo-audit/skill.md
- skills/key-term-extraction.md — https://eluu.ai/cookbook/contract-repo-audit/skills/key-term-extraction.md
- skills/document-parsing.md — https://eluu.ai/cookbook/contract-repo-audit/skills/document-parsing.md
- skills/sample-verification.md — https://eluu.ai/cookbook/contract-repo-audit/skills/sample-verification.md
- workflow.json — https://eluu.ai/cookbook/contract-repo-audit/workflow.json
