# Screen candidates against the scorecard

Read every application overnight, grade against the scorecard, and shortlist the top few.

**Connects:** notion, gmail, linear

## How to install

1. Fetch https://eluu.ai/cookbook/candidate-screening/skill.md and save it into your skills folder as `candidate-screening`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Reads every résumé against the role's scorecard
- Grades on the criteria that matter, with the evidence for each
- Shortlists the top candidates and books the interviews
- Sends the weekly hiring digest to the panel

## Recurring jobs

- **Nightly candidate screening run** (Nightly, polling the applicant inbox and ATS for new applications) — https://eluu.ai/cookbook/candidate-screening/jobs-setup/nightly-candidate-screening-run.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Scorecard grading**, Score with the evidence — https://eluu.ai/cookbook/candidate-screening/skills/scorecard-grading.md
- **Shortlist ranking**, Rank the top few with gaps — https://eluu.ai/cookbook/candidate-screening/skills/shortlist-ranking.md
- **Interview scheduling**, Book the holds — https://eluu.ai/cookbook/candidate-screening/skills/interview-scheduling.md

## Files

- skill.md — https://eluu.ai/cookbook/candidate-screening/skill.md
- jobs-setup/nightly-candidate-screening-run.md — https://eluu.ai/cookbook/candidate-screening/jobs-setup/nightly-candidate-screening-run.md
- skills/scorecard-grading.md — https://eluu.ai/cookbook/candidate-screening/skills/scorecard-grading.md
- skills/shortlist-ranking.md — https://eluu.ai/cookbook/candidate-screening/skills/shortlist-ranking.md
- skills/interview-scheduling.md — https://eluu.ai/cookbook/candidate-screening/skills/interview-scheduling.md
- workflow.json — https://eluu.ai/cookbook/candidate-screening/workflow.json
