resume-reviewer
Installation
SKILL.md
Resume Reviewer for Software Engineers
This skill provides comprehensive analysis and feedback for software engineering resumes (frontend, backend, or ML domains) in PDF format, typically created with LaTeX.
Analysis Framework
Perform analysis in the following order:
1. Extract Resume Content
CRITICAL: Always use the provided script to extract PDF text:
python3 scripts/extract_pdf_text.py <path_to_resume.pdf>
This ensures consistent text extraction and proper handling of LaTeX-formatted PDFs.