Test run
Skill Mahashwetha/Job-search-email-system-claude/.claude/skills/test-run
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 test-runAssembled 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
This skill should be used when the user wants to manually trigger, test, or run the job search scripts — either the daily job search email or the remote job search email. Triggers on phrases like "run daily jobs", "test the remote search", "trigger the job email", "run it manually", "send the job digest now", "test remote job search".
SKILL.md
1.5 KB, as published. Nobody here has run it
Test Run — Manual Script Execution
Manually trigger the daily or remote job search scripts outside their scheduled runs. Run all commands from the project root: C:/Users/mahas/Learnings/claude-job-agent.
Daily job search
Run daily_job_search.py. This reads List.xlsx, fetches hot jobs from LinkedIn, and sends the styled HTML digest email.
To force a full hot jobs refresh (re-fetch everything), delete daily_hot_jobs.json before running.
Remote job search
Run remote_search/remote_job_search.py.
Always add --no-save for test runs. Without it, previous_jobs.json gets overwritten and the NEW flag detection breaks for the real scheduled run. The Excel file still gets updated either way.
Only omit --no-save when running for real (i.e. as a substitute for the scheduled run).
Common issues
config.py not found— copyconfig.template.pytoconfig.pyand fill in credentials.PermissionErroron Excel — the script handles this with a temp copy fallback, but closingList.xlsxfirst is cleaner.- Email not received — check spam, verify
EMAIL_CONFIGinconfig.py.