Coding

简历评估

Try it

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...

What it does

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...

The skill document

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

  1. Put resumes in a local input folder. Supported resume formats: Markdown, TXT, PDF, DOCX.
  2. Optionally prepare a JD file and company background file in Markdown or TXT.
  3. Set the API key environment variable configured in config/model.yaml, default DEEPSEEK_API_KEY.
  4. Read references/scoring-rubric.md, references/role-family-taxonomy.md, references/compliance-policy.md, and references/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.

Related skills

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...

Match resume against a job description. Quantified scoring and prioritized improvement tips.

4 installs

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.

1 installs