Analysis updated 2026-05-18
Find out why an AI resume screener is scoring you low before applying to jobs that use automated screening.
Get a prioritized list of specific changes to your GitHub profile and resume that would raise your score against LLM-based hiring agents.
Understand whether your GitHub repositories count as open-source contributions or personal projects in automated screening systems.
| sakethkanchi/resume-radar | a-bissell/unleash-lite | abhiinnovates/whatsapp-hr-assistant | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Drop the skill folder into ~/.claude/skills/ and optionally set GITHUB_TOKEN to avoid the 60 req/hr API cap.
Many companies now use AI-powered tools to screen resumes before a human ever reads them. These tools do not just scan for keywords. They fetch the candidate's live GitHub profile, categorize each repository, and apply a scoring rubric across several categories. Resume Radar is a Claude skill that teaches the AI assistant to apply the same scoring logic, based on a rubric reverse-engineered from HackerRank's open-source hiring agent. When you trigger the skill, Claude runs a Python script that calls the GitHub API and classifies your public repositories the same way the screener does, separating open-source contributions from self-built personal projects. That classification matters because some scoring categories have caps: if all your repos are personal projects with no merged contributions to external codebases, the open-source score is capped at a much lower ceiling. After enriching the GitHub data, Claude scores your resume across four weighted categories plus bonuses and deductions, then returns a table sorted by how many points each gap is costing you, alongside specific fixes. For example it might note that adding a live demo link to each project would recover several points, or that contributing a merged pull request to a well-starred open-source repo would unlock the largest gain. The skill is explicit that it will only suggest things you genuinely have or can do. It does not suggest fabricating experience, inventing metrics, or claiming contributions that did not happen. Its position is that the screener reads the live repo and a human reads the PDF, so dishonest signals get caught anyway. To use it, you drop the skill folder into Claude's skills directory and ask Claude to audit, simulate, or optimize a resume. Setting a GitHub API token raises the rate limit from 60 requests per hour to 5000. The project is licensed under MIT.
A Claude skill that scores your resume against the same 120-point rubric used by HackerRank's AI screener, fetches your live GitHub data, and returns a prioritized gap table with specific honest fixes.
Mainly Python. The stack also includes Python, Claude, GitHub API.
Use, modify, and distribute freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.