score_resume
Evaluate a resume in JSON Resume format against an engineering rubric. Returns category scores, bonus points, deductions, strengths, and improvement areas.
Instructions
Score a structured resume (JSON Resume format) against the HackerRank hiring-agent rubric. Returns category scores (open_source 0-35, self_projects 0-30, production 0-25, technical_skills 0-10), bonus points, deductions, strengths, and improvement areas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume_json | No | Structured resume in JSON Resume format. Required keys: basics, work, projects, skills. See https://jsonresume.org/schema/ | |
| resume_json_path | No | Alternative to resume_json. Absolute path to a .json file on disk. |