rescan-skipped

Re-scores skipped campaign jobs and promotes eligible ones to approved status.

73|19|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/suxrobGM/jobpilot --skill rescan-skipped-suxrobgm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rescan-skipped
Source: https://github.com/suxrobGM/jobpilot/tree/main/plugin/skills/rescan-skipped
Command: npx skills add https://github.com/suxrobGM/jobpilot --skill rescan-skipped-suxrobgm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Job application campaigns sometimes skip postings for the wrong reasons, such as location assumptions, sparse job descriptions, 1099 status, or seniority mismatches. This Skill recovers those wrongly-dropped jobs by re-scoring them against the campaign threshold and promoting eligible ones back to approved status. ## Core Features & Use Cases - Targeted Re-scoring: Re-evaluates every skipped job in a campaign, or a specific subset via job keys, using a fresh score-fit API call rather than the stored score. - Digest Rebuilding: Re-reads thin or invalid job postings in the browser and rebuilds the digest before scoring, so decisions rest on complete information. - Eligibility Rules: Applies strict eligibility criteria where only JD-stated citizenship, clearance, or no-sponsorship requirements disqualify a job. - Use Case: After an auto-apply campaign skips 228 jobs, run this Skill to re-score them all, promote the 19 that actually meet the threshold, and then apply to them through the apply skill. ## Quick Start Rescan the skipped jobs in campaign abc123 and promote any that meet the minimum match score.

Frequently Asked Questions about rescan-skipped

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover jobs wrongly skipped by an auto-apply campaign?▼

Run the rescan-skipped skill with the campaign ID to re-score every skipped job against the campaign's minimum score threshold. Eligible jobs are promoted to approved status, which you can then apply to via the apply skill or the campaign page.

How do I rescan only specific skipped jobs instead of the whole campaign?▼

Pass the --jobs flag with a comma-separated list of job keys, for example --jobs key1,key2. In this mode every named target is reconsidered except permanent skips like CAPTCHA, payment required, or already-applied postings.

Which skipped jobs are never reconsidered during a rescan?▼

Permanent skips are never reconsidered: jobs already applied to, CAPTCHA blocks, payment-required postings, no-visa-sponsorship listings, and JD-cited citizenship or clearance requirements. Whole-campaign mode also leaves deliberate user choices like removed or unselected jobs.

Does rescanning skipped jobs automatically apply to them?▼

No. The skill never applies and never changes the campaign status. It only promotes eligible jobs to approved status; you then apply them separately using the apply skill or the campaign page's Apply selected action.

Why are low or zero match scores not a reason to skip re-scoring?▼

The stored score came from the campaign that wrongly skipped the job, so it is never trusted. Every target gets a fresh score-fit API call, and a zero score without a skip reason is not a disqualifier unless the JD states a citizenship, clearance, or no-sponsorship requirement.