match_keyword_gap
Identifies top keywords from a job offer missing in your CV, ranked by salience, and classifies each gap as addable or genuinely missing.
Instructions
Return the top-N offer keywords not covered by the CV, ranked by salience.
Each gap is classified as:
"addable_honestly": term or synonym appears anywhere in CV text.
"genuinely_missing": no trace in the CV at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv_path | Yes | Path to the CV file (PDF/DOCX/MD/TXT). | |
| offer_text | Yes | Raw job-offer/job-description text. | |
| n | No | Maximum number of gaps to return (default 5). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |