Evaluates how well a candidate's resume matches a target job description (JD) and produces a clean, professional HTML assessment report. Parses the resume (v...
编程
简历评估
试用Use when a recruiter wants to batch-evaluate resumes, run general resume quality checks, optionally match resumes to a JD and company background, and produce...
它能做什么
Use when a recruiter wants to batch-evaluate resumes, run general resume quality checks, optionally match resumes to a JD and company background, and produce...
技能文档
HR Resume Evaluation
Core Rule
Use this Skill only as a recruiter review aid. Never present scores as final hiring, rejection, elimination, or admission decisions.
Before Use
- Put resumes in a local input folder. Supported resume formats: Markdown, TXT, PDF, DOCX.
- Optionally prepare a JD file and company background file in Markdown or TXT.
- Set the API key environment variable configured in
config/model.yaml, defaultDEEPSEEK_API_KEY. - Read
references/scoring-rubric.md,references/role-family-taxonomy.md,references/compliance-policy.md, andreferences/output-schema.md.
Command
python scripts/evaluate_resumes.py `
--resumes input/resumes `
--jd input/jd.md `
--company input/company.md `
--output reports `
--config config/evaluation.yaml `
--model-config config/model.yaml
Omit --jd and --company for general resume quality review only.
Required Outputs
- One Markdown report per successfully evaluated resume.
- One batch summary Markdown report.
- One CSV summary file.
- Clear failure records for unreadable or invalid files.
Safety Rules
- Do not score protected or job-irrelevant traits.
- Do not infer missing resume facts.
- Do not perform background investigation.
- Do not automatically reject or approve candidates.
- Treat model output as advisory until reviewed by a human recruiter.
相关技能
Match resume against a job description. Quantified scoring and prioritized improvement tips.
Tailor and polish an existing resume in Google Docs for a particular job without inventing qualifications, experience, metrics, or outcomes. Use when the user provides an editable GDocs resume link plus either direct recruiter feedback for the hiring role or a direct link to the role description
Turn interview notes into a structured candidate scorecard and hire recommendation. Use when asked to write an interview scorecard, a candidate evaluation, a...
Parses PDF/DOCX resumes (CV, 简历) into structured JSON Resume standard data using the pdfmuse deterministic extraction engine. Handles English and Chinese res...
Turn flat resume bullets ('Responsible for X') into quantified STAR-method achievement narratives, score resumes against job descriptions for ATS keyword coverage and weak-phrase hazards, and expand each bullet into interview-ready stories with likely follow-up questions. Use when the user is writing or updating a resume/CV, preparing bullets for a job application, tailoring a resume to a specific job posting, or preparing interview stories from their experience.