recheck-statuses

recheck-statuses is a skill for Claude Code from Miracle-Aligner/job-search-hq. It costs 121 tokens per session (1,040 once invoked), scanned A, original, MIT.

A job-listing status checker for Job Search HQ, a system that tracks job applications and vacancies. It opens vacancy links and identifies postings that are no longer available while preserving the candidate’s application stage.

In plain words
What is it for?
Use it to find closed or deleted job listings, refresh vacancy statuses, validate the data, and rebuild the tracked job-search site.
Why use it?
It keeps the vacancy list current without mistakenly changing roles that are already part of an active interview or offer process.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/validate.py.

Part of the job-search-hq plugin — 9 skills shipped together

Good fit Use it to find closed or deleted job listings, refresh vacancy statuses, validate the data, and rebuild the tracked job-search site.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Miracle-Aligner/job-search-hq
agentmods
npx agentmods add skills/miracle-aligner/job-search-hq/recheck-statuses

Made for: Claude Code.

Or install job-search-hq, the plugin that ships this one along with the rest of its 9 skills.

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 recheck-statuses

README.md
[![agentmods](https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/recheck-statuses/github.svg)](https://agentmods.dev/skills/miracle-aligner/job-search-hq/recheck-statuses)
Your own site
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/recheck-statuses"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/recheck-statuses/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 recheck-statuses

Your own site · 80×15
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/recheck-statuses"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/recheck-statuses.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,040 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.00121 $0.01040
Opus 5 $0.00060 $0.00520
Sonnet 5 $0.00024 $0.00208
Haiku 4.5 $0.00012 $0.00104

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

Security

Grade A, and why

recheck-statuses 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 11d 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/recheck-statuses/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

recheck-statuses

Flow

  1. Segment entries into sweepable vs pipeline-locked.
  2. Probe each sweepable URL (cheapest tool first).
  3. Apply closed to dead postings, preserving prior statusDetail.
  4. Report + python3 scripts/validate.pypython3 scripts/bake.py.

Segmentation

Statuses are about the candidate's pipeline, not the posting's liveness — they don't undo each other. Only flip rows that are currently:

  • to_apply — not yet engaged
  • watch — already on hold
  • closed — already dead (re-verify; postings sometimes reopen)

Skip rows in any of these stages, even if their URL looks dead:

  • applied, hr_screen, tech_interview, final, offer, rejected

The reasoning: a posting going dark doesn't undo a real conversation. If the user wants to reopen one of these, they'll say so explicitly.

Probing

Primary URL host Tool "Closed" signal
jobs.dou.ua/companies/... WebFetch HTTP 404 · вакансія неактивна / закрита · page redirects to /companies/<co>/vacancies/
djinni.co/jobs/<id>-<slug>/ WebFetch, Chrome fallback 404 · Вакансія неактуальна · архівована
linkedin.com/jobs/view/... Claude in Chrome (auth) "No longer accepting applications" · 404; if not logged in, mark unknown, don't guess
Google Docs / Other WebFetch Title + role text present → alive; else unknown, ask the user

Throttling: DOU 429s under parallel load. Cap concurrent WebFetchs at ~3. If you hit two 429s in a row, back off 60s and mark the rest unknown instead of looping.

A slug change (same role, new vacancy id) reads as deleted here. If the user has the new URL, they'll re-add via /add-vacancy.

Read the full file on GitHub · 100 lines

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. 11d ago First seen · 100 lines · 121 tokens per session scan A dc8c82469a0d

Subscribe to this mod's changes

recheck-statuses is a skill published in the GitHub repository Miracle-Aligner/job-search-hq (1 stars, last pushed 3mo ago), licensed MIT. It adds 121 tokens to every session and 1,040 once invoked, about $0.0006 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

solve-captcha

Solve a CAPTCHA on the current browser tab - free checkbox/text paths first, then a configured token service for image challenges. Returns solved or unsolved for the caller to fall back.

suxrobGM/jobpilot · 40 tokens

ww-upload-cover-letter

Upload a PDF cover letter from the coverletter/ folder (typically coverletter/Company-coverletter.pdf produced by ww-write-cover-letter) into a required WaterlooWorks Cover Letter document slot during the Full-Cycle Service Submit Application workflow. Use when a WaterlooWorks application package requires Cover…

jerryzhang1011/waterlooworks-application-plugins · 104 tokens

ww-login

Restore a WaterlooWorks Chrome session when Codex is viewing or applying to WaterlooWorks jobs and lands on recoverable logged-out states such as notLoggedIn.htm, WaterlooWorks - Not Logged In, the WaterlooWorks home page, or waterloo.htm?action=login. Use before asking the user to log in; stop and ask only when…

jerryzhang1011/waterlooworks-application-plugins · 90 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 70 tokens

test-site

Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright. Use when the user wants to test, verify, or smoke-test their deployed site.

microsoft/power-platform-skills · 46 tokens

preview-screens

Use when the user wants to preview generated screens in a browser without starting Metro / a simulator — for example after /create-mobile-app finishes or after /edit-app regenerates a screen.

microsoft/power-platform-skills · 41 tokens