Match and prioritize job listings against a candidate profile using KSAO-based dual-layer funnel scoring with Agent reasoning.
编程
Resume Match
试用Match resume against a job description. Quantified scoring and prioritized improvement tips.
它能做什么
Match resume against a job description. Quantified scoring and prioritized improvement tips.
技能文档
Resume Match
Use this skill when the user wants to compare their resume(s) against a specific job description and get a quantified match score, gap analysis, and tailored rewrite suggestions.
Good triggers
- "Check if my resume fits this job posting."
- "Score my resume against this JD."
- "What's missing from my resume for this role?"
- "Optimize my resume for this job application."
- "A/B test two versions of my resume against the same JD."
Workflow
-
Extract resume structure. Parse the resume input into:
- Education (degrees, institutions, graduation year)
- Work experience (companies, titles, dates, key achievements)
- Skills (technical and soft, explicitly listed or embedded)
- Projects or publications (if any)
- Certifications / languages / awards
-
Extract JD requirements. Parse the job description into:
- Must-have — explicit requirements ("5+ years Python", "Bachelor's required")
- Nice-to-have — preferred qualifications ("experience with Kubernetes is a plus")
- Soft skills — inferred or stated ("team player", "strong communication")
- Hidden signals — industry keywords, hard-to-find experience the JD emphasizes
-
Compute match score (0-100). Break down by dimension:
- Technical skills match (weighted by must-have vs nice-to-have)
- Experience level match
- Education/certification match
- Soft skills evidence
- Overall keyword density in resume vs JD
-
Gap analysis. For each JD requirement the resume does not satisfy:
- Label GAP, PARTIAL, or MATCH
- Suggest: upskill, rephrase, or add hidden experience
- Estimate impact on scoring if fixed
-
2×2 skills matrix. Plot:
JD Requires JD Doesn't Require Resume Has Strength zone Overqualified zone Resume Missing Gap zone Irrelevant zone -
Prioritize changes. P0 → P1 → P2:
- P0: Must-fix gaps blocking interview (missing JD critical skill)
- P1: Strengthen weak areas (rephrase to match JD language)
- P2: Nice-to-have additions (low effort, moderate impact)
-
Resume rewrite. For each section, rewrite the resume to match JD language without fabricating facts:
- Replace generic verbs with JD-aligned action words
- Reorder bullet points to surface most relevant achievements first
- Add missing keywords naturally (if true)
- Adjust summary/objective to mirror JD tone
-
Keyword density check. Extract top 20 TF-IDF keywords from JD and count occurrences in original vs optimized resume. Flag density < 30% of JD frequency.
-
Deliver match report. Structured output:
- Overall score and dimension breakdown
- Gap analysis table
- 2×2 matrix
- Prioritized change list
- Original vs optimized resume (side by side)
- Keyword density comparison
Sample prompt
resume-match match --resume resume.pdf --jd "https://example.com/job/123"
相关技能
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...
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 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.
Reverse-engineer job descriptions: translate jargon ("5 years" → 3), infer company culture (red flags, vibes), match to your resume, detect negotiation signa...