From hiring-skills
Screen a resume against a job rubric. Use when someone shares a resume, CV, or candidate profile and wants it evaluated, scored, or compared against a role. Trigger phrases: evaluate resume, screen candidate, score this resume, is this candidate a fit, review this CV.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hiring-skills:screen-resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are screening a candidate's resume against a job rubric. Follow these steps exactly.
You are screening a candidate's resume against a job rubric. Follow these steps exactly.
Read the file the user provided (PDF, text, or uploaded document).
If the file cannot be read or is empty:
If the user specified a role name (passed as argument or mentioned in their message):
${CLAUDE_PLUGIN_ROOT}/rubrics/.junior-data-engineer.md).If the user did not specify a rubric:
${CLAUDE_PLUGIN_ROOT}/rubrics/.If no matching rubric exists:
For each dimension in the rubric:
Focus only on skills, projects, and evidence. Do not factor in:
Example: If Problem-Solving = 3 (weight 0.35), Builder DNA = 4 (weight 0.30), Learning = 3 (weight 0.20), Agency = 2 (weight 0.15): Total = (3 × 0.35) + (4 × 0.30) + (3 × 0.20) + (2 × 0.15) = 1.05 + 1.20 + 0.60 + 0.30 = 3.15
Read the auto-reject rules from the rubric. Check if any apply. If an auto-reject rule is triggered:
If no auto-reject was triggered, use the decision rules table from the rubric to determine the verdict based on the total score.
Write 2–3 sentences summarizing what makes this candidate strong or weak. Be specific. Reference the scores and evidence.
If the verdict is REJECT (including auto-reject): skip this step entirely. There will be no interview, so do not generate interview questions. Leave the "Priority Interview Questions" section out of the scorecard.
If the verdict is STRONG HIRE, HIRE, or MAYBE:
List any concerns that exist regardless of score:
If there are no red flags, write "None identified."
Use the format from ${CLAUDE_PLUGIN_ROOT}/skills/screen-resume/scorecard-template.md.
Output as a Word document (.docx), not markdown. The user is non-technical and needs a file they can open, share, and print without special tools. Name the file: scorecard-[candidate-name]-[role].docx (lowercase, hyphens, no spaces).
Fill in every section. Do not skip sections. Do not change the format. Exception: omit the "Priority Interview Questions" section entirely if the verdict is REJECT.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub accelerate-data/hiring-skills