Fit check
Skill Mahashwetha/Job-search-email-system-claude/.claude/skills/fit-check
Automated daily job search pipeline — aggregates company tracking, sends styled HTML email digests, tailors resumes with Gemini AI, drafts LinkedIn outreach messages, and scans remote job APIs for given location. Hot jobs for the given role and many features are made as claude skills too newly.
npx -y skills add Mahashwetha/Job-search-email-system-claude --skill fit-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Score a job posting's fit against your resume using Gemini. Fetches the full job description and returns a score, strengths, gaps, and recommendation. Triggers on phrases like "fit-check <url>", "is this a good fit <url>", "check fit for <url>", "score this job <url>".
SKILL.md
1.2 KB, as published. Nobody here has run it
Fit Check
Run a job fit analysis against the user's resume using fit_check.py.
Trigger
User says fit-check <url> or pastes a job URL asking "is this a good fit" / "check fit".
Steps
- Extract the URL from the user's message.
- Optionally extract
--titleand--companyif the user mentioned them. - Run from the project root:
cd C:\Users\mahas\Learnings\claude-job-agent
python fit_check.py "<url>" [--title "..."] [--company "..."]
- Show the output to the user.
- If the score is Weak or Moderate, offer a brief 1-line note on whether it's still worth applying (e.g. if it's a stretch role they want to aim for).
Notes
fit_scorer.pymust be in the same directory (it is).FIT_SCORE_ENABLED = Truemust be set inconfig.py(default is True).- WTTJ and BuiltIn URLs are supported. LinkedIn guest API is also supported.
- If description fetch fails, the score is title-only — the output will say so.