analyze_resume
Cross-checks resume claims against public GitHub repositories to produce a gap report showing which claims have evidence and which need to be backed up.
Instructions
Find which resume claims a GitHub profile does and doesn't back up.
Extracts the strongest, most concrete claims from the resume, cross-references them against the user's real public repositories, and returns a gap report: which claims have public GitHub evidence and which are gaps to close. Handles an empty or thin GitHub gracefully — that's the common case for engineers whose work lives in private repos, and the report frames it as the gap to close.
Args: resume_text: The full text of the resume to analyze. username: The GitHub login whose public repos ground the analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| resume_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |