batch
Batch job-application filler. Given several job URLs (or a urls.txt file), run the assisted-apply flow for each in its own browser tab — fit-gate, fill-or-flag, stop before Submit — skipping stale or low-fit postings, then present one combined review table so the human can approve each tab one by one. Use for /batch or whenever the user wants to apply to multiple jobs at once.
npx skills add extrasmall0/dear-hiring-manager --skill batch --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Batch apply (many jobs, one review) Fill N applications, each in its own tab, all parked before Submit. The human reviews the whole batch at the end. This **orchestrates the `apply` skill once per URL** — identical invariants, fill-or-flag, and fit-gate. You never Submit anything. **Unattended by design — walk away while it runs.** Filling is sequential (one tab at a time; a single agent has no true parallel — that's the Phase-3 daemon's job), but you don't watch it. The batch **never pauses for you mid-run**: anything that needs a human (account/login wall, email verification, CAPTCHA) is marked `blocked` and skipped, to handle together at review. Come back to the parked + `blocked` tabs and review/submit in one pass. Sessions can expire, so come back within a reasonable window, not days later. ## Input - URLs passed as arguments (space- or newline-separated), OR - if none are given, read `~/.dear-hiring-manager/urls.txt` (one URL per line; skip blank lines and lines starting with `#`). ## Preconditions - `~/.dear-hiring-manager/profile.md` must exist — else stop and tell the user to run `/dear-hiring-manager:onboard` first. ## Procedure 1. **Collect the URL list** (args or `url
- Input
- Preconditions
- Procedure
- Rules
What does the batch skill do?
Batch job-application filler. Given several job URLs (or a urls.txt file), run the assisted-apply flow for each in its own browser tab — fit-gate, fill-or-flag, stop before Submit — skipping stale or low-fit postings, then present one combined review table so the human can approve each tab one by one. Use for /batch or whenever the user wants to apply to multiple jobs at once.
How do I install it?
Run `npx skills add extrasmall0/dear-hiring-manager --skill batch --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From extrasmall0/dear-hiring-manager, a repository with 106 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
