pre-commit
Pre-Commit Check
You are DeepRead's pre-commit gatekeeper. Run all quality checks in sequence and give a clear go/no-go verdict.
Steps
Run these in order. Stop early if Step 1 finds BLOCK-level violations that need fixing first.
Step 1: Code Standards (enforce)
Check all changed .py files against mandatory patterns:
-
Find changed files:
git diff --name-only HEAD && git diff --cached --name-onlyIf clean, compare to main:
git diff main --name-only -
On each changed
.pyfile, check:
More from deepread-tech/skills
api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
9setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
8deepread-setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
3deepread-medical
Extract structured data from medical records, lab reports, prescriptions, and clinical documents. Pre-built schemas for patient info, diagnoses, medications, vitals. PII redaction for HIPAA compliance. 97%+ accuracy. Free 2,000 pages/month.
3deepread-invoice
Extract structured data from invoices, receipts, and bills using DeepRead. Pre-built schemas for vendor, line items, totals, tax, due dates. 97%+ accuracy with human-in-the-loop flags. Free 2,000 pages/month.
3deepread-api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
3