visa-validator
Installation
SKILL.md
Purpose
Scan a folder of visa documents, validate against country checklist, produce gap analysis and approval probability score.
Steps
- List all files in the target folder
- Read and extract text from each document via OCR
- Load checklist from /checklists/{country}.json
- PII Scrubbing Layer eg. Strip raw passport numbers before sending to LLM — send structure only
- Compare docs vs checklist
- Generate structured report with Gaps + Probability Score + Key Insights
- Save report to folder as visa-review-report-{Current Date and Time}.md