UK Resume Analyzer & Optimizer
by @phonedog
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...
clawhub install resume-optimizer-ukπ About This Skill
name: resume-analyzer description: "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 compatibility score and keyword suggestions, (3) Optimize bullet points with quantifiable achievements, (4) Generate an improved version with tracked changes and annotations. Supports .docx format input/output."
Resume Analyzer
Analyze resumes against job descriptions and generate optimized versions with detailed annotations.
When to Use
Workflow
Step 1: Load & Parse Resume
Use scripts/parse_resume.py to extract content from .docx:
python scripts/parse_resume.py --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):
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 originaloptimized_resume.docx: Optimized version with Word comments explaining every changeStep 5: Summary Output
Present to user:
Key Principles
CAR Method for Bullet Points
Transform vague descriptions into CAR format:Example transformation:
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:
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: