match_score
Calculate a skill-coverage match score by comparing a CV file against a job description to assess candidate-job fit.
Instructions
Compute a skill-coverage match score between a CV file and a job offer.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score_0_100 | Yes | ||
| requirement_coverage | No | ||
| seniority_fit | Yes | ||
| missing_must | No |