Bid Document Review (Lite)
by @zacjiang
AI-powered bid/tender document review. Extracts text from .docx/.doc files, cross-references bid requirements vs responses, and generates a detailed audit re...
clawhub install bid-review-liteπ About This Skill
name: bid-review-lite description: AI-powered bid/tender document review. Extracts text from .docx/.doc files, cross-references bid requirements vs responses, and generates a detailed audit report with risk ratings. author: zacjiang version: 1.0.0 tags: bid, tender, procurement, review, audit, compliance, document
Bid Document Review (Lite)
Review bid/tender documents for errors, contradictions, compliance issues, and fraud indicators using AI analysis.
What it does:
Ideal for:
Quick Start
1. Place your bid documents in a working directory: - Procurement/tender document (the requirements) - Bid/response document (what was submitted)
2. Tell your agent:
Review the bid documents in [directory]. The procurement document is [file1]
and the bid response is [file2].
3. The agent will: - Extract all text and tables - Analyze against the checklist below - Generate a structured report
Text Extraction
For .docx files:
python3 {baseDir}/scripts/extract_text.py input.docx output.txt
For .doc (legacy) files:
python3 {baseDir}/scripts/extract_doc_text.py input.doc output.txt
Review Checklist
1. Pricing & Commercial
2. Mandatory Requirements (β items)
3. Qualification & Eligibility
4. Technical Response
5. Document Integrity
6. Common Red Flags
Report Format
Generate the report in Markdown with this structure:
# Bid Review ReportProject Info
Procurement: [name]
Bidder: [name]
Date: [date] Summary
| Category | Status | Notes |
|----------|--------|-------|
| Pricing | β
/β οΈ/β | ... |
| Mandatory params | β
/β οΈ/β | ... |
| ... | ... | ... |π΄ Critical Issues (may cause disqualification)
1. [Issue title]
Location: [where in document]
Detail: [what's wrong]
Impact: [consequence]
Recommendation: [fix] π‘ Medium Issues (affects scoring)
...β
Positive Findings
...Checklist Summary
[Completed checklist with pass/fail for each item]
Dependencies
pip3 install python-docx)pip3 install olefile) β for .doc files onlyLimitations (Lite Version)
This lite version covers text-based review only. It does not include:
For full image review capabilities, see the complete bid-review skill.
Built From Real Experience
This skill was developed from reviewing 3 real bid documents (1,800+ pages, 2,600+ images) in the road maintenance equipment industry. Every checklist item comes from an actual issue found in production reviews.
Issues discovered include: fake test data, stolen web images with visible watermarks, technical parameters contradicting government records by 4 tons, expired certificates submitted as valid, and 30+ pages of copied filler content.
π‘ Examples
1. Place your bid documents in a working directory: - Procurement/tender document (the requirements) - Bid/response document (what was submitted)
2. Tell your agent:
Review the bid documents in [directory]. The procurement document is [file1]
and the bid response is [file2].
3. The agent will: - Extract all text and tables - Analyze against the checklist below - Generate a structured report