Screen resumes against a job description. Scores candidates on qualification alignment, experience match, and fit. Use when HR uploads resumes for a job opening.
When asked to screen or grade resumes against a job description:
Use read_file to read the job description document first
Extract the key requirements:
For each resume:
read_file to read the resumeProduce the final output as a ranked table:
| Rank | Candidate | Overall | Quals | Exp | Fit | Justification |
|---|
If there are more than 20 candidates, also provide a short list of the top 20 with a recommendation paragraph for each
Use write_file to save the results if requested