一键导入
resume-screening
Structured, bias-aware screening of resumes against a job description, producing per-candidate scores and a ranked shortlist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured, bias-aware screening of resumes against a job description, producing per-candidate scores and a ranked shortlist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | resume-screening |
| description | Structured, bias-aware screening of resumes against a job description, producing per-candidate scores and a ranked shortlist. |
| when_to_use | the user asks to evaluate, score, rank, or compare resumes/CVs for a specific role |
A repeatable workflow for turning a pile of resumes plus a job description into a defensible, scored shortlist.
Score every candidate on the five dimensions in rubric.md (load that file
with your file tool now). For each dimension give a 1–5 score and one line of
evidence quoted from the resume — never a bare number.
run_script("<resource_dir>/score.py", ["{\"core_skill_match\": 4, \"relevant_experience\": 3, \"demonstrated_impact\": 5, \"trajectory\": 3, \"communication\": 4, \"hard_filter_pass\": true}"])
It returns the weighted total and recommendation band deterministically.Produce a table (one row per candidate): name/id, the five dimension scores,
weighted total, hard-filter pass/fail, and a one-sentence recommendation
(strong yes / yes / maybe / no). If the user wants a file, write the table to
the project directory as CSV and return its path.