← 返回
数据分析 中文

UK Resume Analyzer & Optimizer

Professional resume analysis and optimization for UK job market. Use when user needs to (1) Analyze resume quality against a job description, (2) Get ATS com...
针对英国求职市场的专业简历分析与优化。适用于用户需要:(1) 根据职位描述分析简历质量,(2) 获取ATS兼容性反馈及优化建议。
phonedog
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 554
下载
💾 27
安装
1
版本
#latest

概述

Resume Analyzer

Analyze resumes against job descriptions and generate optimized versions with detailed annotations.

When to Use

  • User provides a resume file (.docx) and wants analysis
  • User provides both resume and JD for matching analysis
  • User wants ATS optimization suggestions
  • User wants quantified achievements and stronger bullet points
  • User wants an optimized version with explanations

Workflow

Step 1: Load & Parse Resume

Use scripts/parse_resume.py to extract content from .docx:

python scripts/parse_resume.py <input.docx> --output parsed_resume.json

Step 2: Five-Dimension Analysis

Run analysis script with JD (if provided):

python scripts/analyze_resume.py parsed_resume.json [--jd job_description.txt] --output analysis_report.json

The analysis covers:

  1. JD Match Score (0-100): Keyword overlap, skills alignment
  2. Quantification Score (0-100): Presence of metrics, numbers, percentages
  3. Structure Logic (0-100): Section order, readability, hierarchy
  4. Language Professionalism (0-100): Action verbs, clarity, conciseness
  5. ATS-Friendliness (0-100): Format, keywords, standard sections

Step 3: Interactive Q&A

Present the 5-dimension report and ask follow-up questions:

Questions to ask (user can select or type):

  • Which role at [Company X] had the biggest impact? What were the measurable results?
  • Any specific project with quantifiable outcomes (revenue, users, efficiency)?
  • Tools/technologies used that aren't mentioned?
  • Any awards, recognition, or leadership experiences to highlight?
  • Education details: GPA, relevant coursework, projects?

Store answers in supplemental_data.json.

Step 4: Generate Optimized Version

python scripts/generate_optimized.py \
  parsed_resume.json \
  analysis_report.json \
  supplemental_data.json \
  --output optimized_resume.docx \
  --backup original_backup.docx

Output files:

  • original_backup.docx: Clean copy of original
  • optimized_resume.docx: Optimized version with Word comments explaining every change

Step 5: Summary Output

Present to user:

  • Original vs Optimized comparison (key changes)
  • Score improvements (Before → After for each dimension)
  • File locations

Key Principles

CAR Method for Bullet Points

Transform vague descriptions into CAR format:

  • Context: What was the situation?
  • Action: What did YOU specifically do?
  • Result: What was the measurable outcome?

Example transformation:

  • ❌ "Responsible for managing team and improving processes"
  • ✅ "Led 8-person logistics team (Context), implemented new WSSI forecasting system (Action), reducing stockouts by 35% and saving £120K annually (Result)"

ATS Optimization Rules

  1. Use standard section headers: Experience, Education, Skills (not fancy variations)
  2. Include full keywords from JD: If JD says "Supply Chain Optimization", use exact phrase
  3. Avoid tables, headers/footers, graphics: ATS may not parse them
  4. File format: .docx preferred over PDF for ATS

Quantification Guidelines

Always seek numbers:

  • Revenue: £X, $X, % growth
  • Scale: X team members, X regions, X SKUs
  • Efficiency: X% faster, X% cost reduction, X hours saved
  • Impact: X customers, X users, X% satisfaction improvement

Reference Materials

Output Format

The optimized resume should:

  1. Maintain user's original structure (unless severely flawed)
  2. Add quantifiable metrics where possible
  3. Use CAR format for bullet points
  4. Include all JD keywords naturally
  5. Have Word comments on EVERY change explaining the rationale

Comment format in Word:

  • Location: [Section - Bullet Point]
  • Change: [Original → Modified]
  • Reason: [Why this improves the resume]
  • Evidence: [Based on user's answer / JD requirement / Best practice]

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 05:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,910
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,776
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,106