Add Resume Radar skill#1205
Open
Saketh (SakethKanchi) wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem it solves
Modern resume screeners (like HackerRank's open-source
interviewstreet/hiring-agent) are not keyword ATS filters. They read the resume PDF, pull the candidate's live GitHub via API, classify every repo as open-source vs personal, and score four weighted categories plus bonuses and deductions.Beating Resume Screeners teaches Claude to see what that agent sees and fix the highest-leverage gaps, using real signals and honest framing only (it never fabricates experience, PRs, or metrics).
Who uses this workflow
Software engineers and new grads applying for jobs whose resumes are auto-screened before a human sees them.
What's included (more than a single SKILL.md)
SKILL.mdfollowing the Agent Skills spec (audit / simulate / optimize workflow)references/RUBRIC.mddocumenting the full reverse-engineered 120-point rubricscripts/github_enrich.py(Python stdlib only, no deps) that reproduces the agent's live GitHub repo classification, which is what caps the open_source scorescripts/test_github_enrich.pyoffline unit testsevaluations.jsonbehavioral evalsExample usage
Claude runs the enrichment script, detects (for example) that all repos are single-contributor
self_projecttype, explains the open_source category is capped at ~10/35, and gives a concrete honest action to close the gap.Repo: https://github.com/SakethKanchi/beating-resume-screeners (MIT). Tested with Claude Code. Not affiliated with HackerRank.