Test Run
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 "...
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".
Install
Quick install
npx skills add https://github.com/Mahashwetha/Job-search-email-system-claudenpx skills add Mahashwetha/Job-search-email-system-claude --agent claude-codenpx skills add Mahashwetha/Job-search-email-system-claude --agent cursornpx skills add Mahashwetha/Job-search-email-system-claude --agent codexnpx skills add Mahashwetha/Job-search-email-system-claude --agent opencodenpx skills add Mahashwetha/Job-search-email-system-claude --agent github-copilotnpx skills add Mahashwetha/Job-search-email-system-claude --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add Mahashwetha/Job-search-email-system-claudeManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/Mahashwetha/Job-search-email-system-claude.gitcp -r Job-search-email-system-claude ~/.claude/skills/Test Run
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".
---
name: test-run
description: 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".
---
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.
---
Source: https://github.com/Mahashwetha/Job-search-email-system-claude
Author: Mahashwetha
Discovered via: skillsdirectory.com
Genre: tools
SKILL.md source
--- name: Test Run description: 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 "... --- # Test Run 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". --- name: test-run description: 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". --- # 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` — copy `config.template.py` to `config.py` and fill in credentials. - `PermissionError` on Excel — the script handles this with a temp copy fallback, but closing `List.xlsx` first is cleaner. - Email not received — check spam, verify `EMAIL_CONFIG` in `config.py`. --- **Source**: https://github.com/Mahashwetha/Job-search-email-system-claude **Author**: Mahashwetha **Discovered via**: skillsdirectory.com **Genre**: tools
Related skills 6
agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use...
grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
grill-with-docs
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
minimal-run-and-audit
RigorPilot trusted execution and reporting skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end...
polish
Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.
critique
Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component.