test-run

test-run is a skill for Claude Code from Mahashwetha/Job-search-email-system-claude. It costs 78 tokens per session (343 once invoked), scanned A, original, MIT.

A tool for manually running job-search scripts that normally run on a schedule. One script searches for daily LinkedIn jobs and another searches for remote jobs, then the relevant process can update files and send an email.

In plain words
What is it for?
Use it to run the daily or remote job search, test email delivery, refresh the hot-jobs list, or diagnose missing configuration and file-access issues.
Why use it?
It lets you test or trigger a job search immediately instead of waiting for its scheduled run. It also documents common setup and email-delivery problems.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to run the daily or remote job search, test email delivery, refresh the hot-jobs list, or diagnose missing configuration and file-access issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahashwetha/job-search-email-system-claude/test-run
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Mahashwetha/Job-search-email-system-claude --skill test-run
Clone the repo
git clone --depth 1 https://github.com/Mahashwetha/Job-search-email-system-claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for test-run

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/test-run/github.svg)](https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/test-run)
Your own site
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/test-run"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/test-run/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for test-run

Your own site · 80×15
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/test-run"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/test-run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.00343
Opus 5 $0.00039 $0.00171
Sonnet 5 $0.00016 $0.00069
Haiku 4.5 $0.00008 $0.00034

Measured 12d ago against content hash 564145bb4fca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

test-run scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/test-run/SKILL.md · 28 lines

What it actually says

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.

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.

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 28 lines · 78 tokens per session scan A 564145bb4fca

Subscribe to this mod's changes

test-run is a skill published in the GitHub repository Mahashwetha/Job-search-email-system-claude (9 stars, last pushed 12d ago), licensed MIT. It adds 78 tokens to every session and 343 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

mix-compression

Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.

oliver-kriska/claude-elixir-phoenix · 48 tokens

phx-mix-compression

Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.

oliver-kriska/claude-elixir-phoenix · 51 tokens

quick

Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.

oliver-kriska/claude-elixir-phoenix · 31 tokens

phx-freeze

Apply an advisory edit scope in this session. Use for read-only or directory-scoped work; no enforcement hook is installed.

oliver-kriska/claude-elixir-phoenix · 30 tokens

job-application-agent

Finds, evaluates, fills, submits, and tracks a candidate's own job applications using a verified resume, evidence-based targeting, secure local profile storage, and browser automation. Use for onboarding or migrating a job-search profile, searching active roles, assessing a posting, applying to an authorized URL or…

vaibhavarora14/job-application-agent · 74 tokens

workflow-automation

Automate construction data workflows. Build ETL pipelines and DAG workflows for recurring tasks.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 21 tokens