job-status

Update job application statuses and manage company lists in job_history.db.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/eddiegent/AI-Job-Prospecting --skill job-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-status
Source: https://github.com/eddiegent/AI-Job-Prospecting/tree/main/.claude/skills/job-status
Command: npx skills add https://github.com/eddiegent/AI-Job-Prospecting --skill job-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List, update, and manage job application statuses and company blacklist/whitelist to keep track of the hiring journey.

Core Features & Use Cases

  • Update statuses (generated, applied, rejected, interview, offer) for individual applications.
  • List recent applications with current statuses and allow filtering by company or status.
  • Manage company lists (blacklist/whitelist) and rename applications when the real client surfaces.

Quick Start

Update an application's status or list recent entries using the /job-status command.

Frequently Asked Questions about job-status

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

FAQPage Schema
How do I track job application statuses from the command line?

You can track job application statuses using a CLI command to update entries like generated, applied, rejected, interview, or offer in a local SQLite database. It lists recent applications and allows filtering by company or status.

How do I manage a company blacklist and whitelist for job searches?

You can manage a company blacklist and whitelist by invoking the job-status command line interface. It adds or updates entries in your job history database to exclude or prioritize specific companies during your hiring journey.

Do I need to run job-application-tailor before tracking application status?

Yes, you need to run job-application-tailor at least once before tracking application status. This prerequisite populates the job history SQLite database with the initial records required for status updates and listing.

Can I rename a job application when the real client name surfaces?

Yes, you can rename a job application when the real client name surfaces. The workflow supports renaming existing application entries in the job history database to keep your tracking records accurate and up to date.

What is the best way to filter job applications by company in a CLI workflow?

The best way to filter job applications by company in a CLI workflow is using the list feature. It queries the SQLite job history database and returns recent entries filtered by specific company names or application statuses.