resume-analyzer
SKILL.md
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