ats_score_report
Generate a score report that combines a CV's parsability, keyword match, and red flags into a screener readiness tier with optional before-and-after comparison.
Instructions
Generate a before/after score report.
Combines the parsability score, optional match score, and redflag count into a ScoreReport with screener_readiness tier and optional delta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before | Yes | AtsParseResult dict (before optimisation). | |
| after | No | Optional AtsParseResult dict (after optimisation) for delta. | |
| match | No | Optional keyword match score 0–100. | |
| redflag_count | No | Number of red flags detected by redflag_scan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parsability | Yes | ||
| match | Yes | ||
| screener_readiness | Yes | ||
| redflag_count | Yes | ||
| delta | Yes |